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

Unified Diff: chromecast/app/DEPS

Issue 2499563002: [chromecast] Make testnames consistent. (Closed)
Patch Set: removes mojo dependency Created 4 years, 1 month 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: chromecast/app/DEPS
diff --git a/chromecast/app/DEPS b/chromecast/app/DEPS
index 8381e5e55d153a35b2479cd866f683a3d99a443d..9ae10e9ed3558c41daa817ed45abeebc982d71e9 100644
--- a/chromecast/app/DEPS
+++ b/chromecast/app/DEPS
@@ -10,3 +10,9 @@ include_rules = [
"+content/public/common",
"+ui/base",
]
+
+specific_include_rules = {
+ "cast_test_launcher\.cc": [
+ "+content/public/test",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698