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

Unified Diff: components/test_runner/DEPS

Issue 1167703002: Move test runner to a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates 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
« no previous file with comments | « components/test_runner/BUILD.gn ('k') | components/test_runner/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/DEPS
diff --git a/ppapi/DEPS b/components/test_runner/DEPS
similarity index 61%
copy from ppapi/DEPS
copy to components/test_runner/DEPS
index 4b60426711f4f443b0f86c76092bcffb9731f57f..1c36fc72e652fb5f79664874e97d5a1ee2c5d274 100644
--- a/ppapi/DEPS
+++ b/components/test_runner/DEPS
@@ -1,5 +1,11 @@
include_rules = [
+ "+cc",
+ "+gin",
+ "+skia",
+ "+third_party/skia",
"+third_party/WebKit/public/platform",
"+third_party/WebKit/public/web",
- "+third_party/skia",
+ "+ui/events",
+ "+ui/gfx",
+ "+v8/include",
]
« no previous file with comments | « components/test_runner/BUILD.gn ('k') | components/test_runner/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698