Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Unified Diff: third_party/WebKit/Source/platform/scheduler/DEPS

Issue 2258133002: [scheduler] Implement time-based cpu throttling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/scheduler/DEPS
diff --git a/third_party/WebKit/Source/platform/scheduler/DEPS b/third_party/WebKit/Source/platform/scheduler/DEPS
index db5c0b70d944847304cbc95fcec1e2a00ea0bd5f..97fd186315f624b32669cc1571e0ed1532affe67 100644
--- a/third_party/WebKit/Source/platform/scheduler/DEPS
+++ b/third_party/WebKit/Source/platform/scheduler/DEPS
@@ -1,6 +1,6 @@
include_rules = [
- "+base/atomicops.h",
"+base/atomic_sequence_num.h",
+ "+base/atomicops.h",
"+base/bind_helpers.h",
"+base/callback.h",
"+base/cancelable_callback.h",
@@ -10,17 +10,19 @@ include_rules = [
"+base/debug/stack_trace.h",
"+base/debug/task_annotator.h",
"+base/feature_list.h",
+ "+base/format_macros.h",
"+base/logging.h",
"+base/message_loop/message_loop.h",
"+base/metrics/field_trial.h",
"+base/metrics/histogram_macros.h",
+ "+base/optional.h",
"+base/pending_task.h",
"+base/run_loop.h",
"+base/single_thread_task_runner.h",
"+base/synchronization/lock.h",
"+base/threading/platform_thread.h",
- "+base/threading/thread_checker.h",
"+base/threading/thread.h",
+ "+base/threading/thread_checker.h",
]
specific_include_rules = {
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/scheduler/base/task_queue_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698