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", |
+] |