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