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

Unified Diff: components/test_runner/renderer/DEPS

Issue 1167703002: Move test runner to a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/test_runner/renderer/DEPS
diff --git a/components/test_runner/renderer/DEPS b/components/test_runner/renderer/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..37117f48455f370cf67f53b1f7970842d63d4706
--- /dev/null
+++ b/components/test_runner/renderer/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ "+cc",
+ "+components/test_runner/renderer",
+ "+gin",
+ "+third_party/skia",
+ "+skia",
+ "+ui/events",
+ "+ui/gfx",
+ "+v8/include",
+]

Powered by Google App Engine
This is Rietveld 408576698