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

Unified Diff: chromecast/BUILD.gn

Issue 2702413003: [Chromecast] cast_shell_browsertests need chromecast_locales. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/BUILD.gn
diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn
index 6e0581f8a460e3fd7dbd49cd8f1450eb14122bcc..aff41843d8257d3ffe29354e6619aa291c63b130 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -309,6 +309,10 @@ test("cast_shell_browsertests") {
"//chromecast/app:test_support",
"//chromecast/browser:browsertests",
]
+
+ data_deps = [
+ ":chromecast_locales_pak",
+ ]
}
group("cast_shell_lib") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698