Index: third_party/WebKit/Source/platform/scheduler/DEPS |
diff --git a/third_party/WebKit/Source/platform/scheduler/DEPS b/third_party/WebKit/Source/platform/scheduler/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..db5c0b70d944847304cbc95fcec1e2a00ea0bd5f |
--- /dev/null |
+++ b/third_party/WebKit/Source/platform/scheduler/DEPS |
@@ -0,0 +1,30 @@ |
+include_rules = [ |
+ "+base/atomicops.h", |
+ "+base/atomic_sequence_num.h", |
+ "+base/bind_helpers.h", |
+ "+base/callback.h", |
+ "+base/cancelable_callback.h", |
+ "+base/command_line.h", |
+ "+base/compiler_specific.h", |
+ "+base/containers/scoped_ptr_hash_map.h", |
+ "+base/debug/stack_trace.h", |
+ "+base/debug/task_annotator.h", |
+ "+base/feature_list.h", |
+ "+base/logging.h", |
+ "+base/message_loop/message_loop.h", |
+ "+base/metrics/field_trial.h", |
+ "+base/metrics/histogram_macros.h", |
+ "+base/pending_task.h", |
+ "+base/run_loop.h", |
+ "+base/single_thread_task_runner.h", |
+ "+base/synchronization/lock.h", |
+ "+base/threading/platform_thread.h", |
+ "+base/threading/thread_checker.h", |
+ "+base/threading/thread.h", |
+] |
+ |
+specific_include_rules = { |
+ ".*test\.cc": [ |
+ "+testing", |
+ ], |
+} |