blob: 5fc44e9895c49baa663c2080eb2b0f790fd57c63 [file]
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/blink/renderer/modules/modules.gni")
blink_modules_sources("scheduler") {
sources = [
"dom_scheduler.cc",
"dom_scheduler.h",
"dom_task.cc",
"dom_task.h",
"dom_task_controller.cc",
"dom_task_controller.h",
"dom_task_signal.cc",
"dom_task_signal.h",
"task_priority_change_event.cc",
"task_priority_change_event.h",
]
}