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

Side by Side 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: Use double instead of base::TimeTicks 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+base/bind.h", 2 "+base/bind.h",
3 "+base/callback.h", 3 "+base/callback.h",
4 "+base/macros.h", 4 "+base/macros.h",
5 "+base/memory/ptr_util.h", 5 "+base/memory/ptr_util.h",
6 "+base/memory/ref_counted.h", 6 "+base/memory/ref_counted.h",
7 "+base/message_loop/message_loop.h", 7 "+base/message_loop/message_loop.h",
8 "+base/optional.h",
8 "+base/single_thread_task_runner.h", 9 "+base/single_thread_task_runner.h",
9 "+base/threading/thread.h", 10 "+base/threading/thread.h",
10 "+base/time/time.h", 11 "+base/time/time.h",
11 "+v8/include/v8.h", 12 "+v8/include/v8.h",
12 ] 13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698