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

Unified Diff: components/scheduler/renderer/DEPS

Issue 1058873010: Move blink scheduler implementation into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates 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/renderer/DEPS
diff --git a/components/scheduler/renderer/DEPS b/components/scheduler/renderer/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..ca2c692c93b7d080dc6809a3530a0c6b398fb081
--- /dev/null
+++ b/components/scheduler/renderer/DEPS
@@ -0,0 +1,16 @@
+include_rules = [
+ "+components/scheduler/child",
+ "+components/scheduler/common",
+ "+components/scheduler/scheduler_export.h",
+ "+cc/output",
+ "+ui/gfx",
+ "+third_party/WebKit/public/platform",
+ "+third_party/WebKit/public/web",
+]
+
+specific_include_rules = {
+ ".*test\.cc": [
+ "+cc/test",
+ "+content/test",
jam 2015/04/22 14:32:46 this is temporary right? can you add a todo and sp
+ ],
+}
« no previous file with comments | « components/scheduler/common/scheduler_switches.cc ('k') | components/scheduler/renderer/deadline_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698