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

Unified Diff: chromecast/browser/BUILD.gn

Issue 1870443003: [Chromecast] Enable browser media tests to work on internal builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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 | chromecast/browser/test/chromecast_browser_test.h » ('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 6e92f1abb18ed280b451604dc6bf67c5ee5ce297..d801a9673d8dd06d644272daaefdda7fdf32cbb0 100644
--- a/chromecast/browser/BUILD.gn
+++ b/chromecast/browser/BUILD.gn
@@ -145,9 +145,14 @@ source_set("test_support") {
sources = [
"test/chromecast_browser_test.cc",
"test/chromecast_browser_test.h",
+ "test/chromecast_browser_test_helper.h",
"test/chromecast_browser_test_runner.cc",
]
+ if (chromecast_branding == "public") {
+ sources += [ "test/chromecast_browser_test_helper_default.cc" ]
+ }
+
public_deps = [
":browser",
"//chromecast:cast_shell_common",
@@ -190,6 +195,7 @@ test("cast_shell_browser_test") {
# TODO(slan): Find a better way to do this.
if (chromecast_branding != "public") {
deps += [ "//chromecast/internal:cast_shell_internal" ]
+ deps += [ "//chromecast/internal/shell:cast_shell_browser_test_helper_internal" ]
}
if (chromecast_branding == "public") {
« no previous file with comments | « no previous file | chromecast/browser/test/chromecast_browser_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698