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

Unified Diff: third_party/WebKit/Source/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/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",
+ ],
+}
« no previous file with comments | « third_party/WebKit/Source/platform/scheduler/.clang-format ('k') | third_party/WebKit/Source/platform/scheduler/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698