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

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: Another GYP fix Created 4 years, 5 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..75fdfa94f949a7a10adda4c07e6b59b6f326c1ab
--- /dev/null
+++ b/third_party/WebKit/public/platform/scheduler/DEPS
@@ -0,0 +1,13 @@
+include_rules = [
+ "+base/bind.h",
+ "+base/callback.h",
+ "+base/macros.h",
+ "+base/memory/ptr_util.h",
+ "+base/memory/ref_counted.h",
esprehn 2016/07/22 06:12:11 we'll want to switch to WTF stuff after moving the
Sami 2016/07/29 17:03:27 Acknowledged.
+ "+base/message_loop/message_loop.h",
+ "+base/single_thread_task_runner.h",
+ "+base/threading/thread.h",
+ "+base/time/time.h",
+ "+public/web/WebInputEvent.h",
esprehn 2016/07/22 06:12:11 platform actually can't depend on web/ https://cs
dtapuska 2016/07/22 14:40:18 See: https://codereview.chromium.org/2173073003 I'
Sami 2016/07/29 17:03:27 Thanks a lot Dave! I've now removed this dep.
+ "+v8/include/v8.h",
+]

Powered by Google App Engine
This is Rietveld 408576698