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

Unified Diff: third_party/WebKit/public/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/public/platform/scheduler/DEPS
diff --git a/third_party/WebKit/public/platform/scheduler/DEPS b/third_party/WebKit/public/platform/scheduler/DEPS
index 9f0e0127ab861141b3e89cba24a83d54f09a4ea7..916539cf1457c7e48ee3cee090cbfb6164180704 100644
--- a/third_party/WebKit/public/platform/scheduler/DEPS
+++ b/third_party/WebKit/public/platform/scheduler/DEPS
@@ -5,6 +5,7 @@ include_rules = [
"+base/memory/ptr_util.h",
"+base/memory/ref_counted.h",
"+base/message_loop/message_loop.h",
+ "+base/optional.h",
"+base/single_thread_task_runner.h",
"+base/threading/thread.h",
"+base/time/time.h",

Powered by Google App Engine
This is Rietveld 408576698