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

Unified Diff: chromecast/browser/BUILD.gn

Issue 1382713003: [GN] Add a template which wraps generate_test_lists.py. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Add option to build all tests when cast_test_group_list is invoked. Created 5 years, 2 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 | « chromecast/BUILD.gn ('k') | chromecast/build/tests/cast_test.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/BUILD.gn
diff --git a/chromecast/browser/BUILD.gn b/chromecast/browser/BUILD.gn
index 4f6cc5ad530741a2bf287ab896c8551de4c86eb0..c0bc4b744800106dc9d70398491518cb3e9bc5be 100644
--- a/chromecast/browser/BUILD.gn
+++ b/chromecast/browser/BUILD.gn
@@ -151,4 +151,9 @@ test("cast_shell_browser_test") {
"//testing/gtest",
"//url",
]
+
+ # TODO(slan): Find a better way to do this.
+ if (chromecast_branding != "public") {
+ deps += [ "//chromecast/internal:cast_shell_internal" ]
+ }
}
« no previous file with comments | « chromecast/BUILD.gn ('k') | chromecast/build/tests/cast_test.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698