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

Unified Diff: components/scheduler/child/DEPS

Issue 1058873010: Move blink scheduler implementation into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: components/scheduler/child/DEPS
diff --git a/components/scheduler/child/DEPS b/components/scheduler/child/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..f4ac3608fa24dea6d346f726431f4cb11c6dff00
--- /dev/null
+++ b/components/scheduler/child/DEPS
@@ -0,0 +1,12 @@
+include_rules = [
+ "+components/scheduler/common",
+ "+components/scheduler/scheduler_export.h",
+ "+third_party/WebKit/public/platform",
+]
+
+specific_include_rules = {
+ "(test_time_source|.*test)\.cc": [
+ "+cc/test",
+ "+content/test",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698