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

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

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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
new file mode 100644
index 0000000000000000000000000000000000000000..9f0e0127ab861141b3e89cba24a83d54f09a4ea7
--- /dev/null
+++ b/third_party/WebKit/public/platform/scheduler/DEPS
@@ -0,0 +1,12 @@
+include_rules = [
+ "+base/bind.h",
+ "+base/callback.h",
+ "+base/macros.h",
+ "+base/memory/ptr_util.h",
+ "+base/memory/ref_counted.h",
+ "+base/message_loop/message_loop.h",
+ "+base/single_thread_task_runner.h",
+ "+base/threading/thread.h",
+ "+base/time/time.h",
+ "+v8/include/v8.h",
+]
« no previous file with comments | « third_party/WebKit/public/platform/scheduler/.clang-format ('k') | third_party/WebKit/public/platform/scheduler/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698