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

Unified Diff: chromecast/BUILD.gn

Issue 2839073002: [Chromecast] Include internal JUnit tests on non-public builds. (Closed)
Patch Set: Created 3 years, 8 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 8b9700324fff098c48d663d2376e691d6e0b0086..1e836d74db52513841b868f11fad1c647e8027f2 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -322,6 +322,9 @@ if (is_android) {
run_list_path = "$root_out_dir/junit/run_junit_test_list.txt"
build_tests = true
test_groups = [ ":cast_junit_tests" ]
+ if (chromecast_branding != "public") {
+ test_groups += [ "//chromecast/internal:internal_cast_junit_tests" ]
+ }
}
}
« 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