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

Unified Diff: third_party/WebKit/Source/platform/scheduler/child/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/child/DEPS
diff --git a/third_party/WebKit/Source/platform/scheduler/child/DEPS b/third_party/WebKit/Source/platform/scheduler/child/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..12699101345fa60bd0a9c179ff8cbe8254d8376e
--- /dev/null
+++ b/third_party/WebKit/Source/platform/scheduler/child/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ "+third_party/WebKit/public/platform/scheduler/base",
+ "+third_party/WebKit/source/platform/scheduler/base",
+]
+
+specific_include_rules = {
+ "(test_time_source|.*test)\.cc": [
+ "+cc/test",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698