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

Unified Diff: chromecast/browser/BUILD.gn

Issue 2483553002: Create cast_shell_lib target for cast_shell and browser tests. (Closed)
Patch Set: fixes android 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
« no previous file with comments | « chromecast/android/BUILD.gn ('k') | no next file » | 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 b078233d02531fcadab9ff9005d294ef69049647..fc29e23076a672f19ae9cc30d979c5193200c975 100644
--- a/chromecast/browser/BUILD.gn
+++ b/chromecast/browser/BUILD.gn
@@ -167,7 +167,7 @@ source_set("test_support") {
public_deps = [
":browser",
- "//chromecast:cast_shell_common",
+ "//chromecast:cast_shell_lib",
"//content/test:test_support",
]
@@ -201,10 +201,6 @@ test("cast_shell_tests") {
"//mojo/edk/system",
"//testing/gtest",
]
-
- if (chromecast_branding != "public") {
- deps += [ "//chromecast/internal:cast_shell_internal" ]
- }
}
test("cast_shell_browser_test") {
@@ -225,11 +221,6 @@ test("cast_shell_browser_test") {
"//url",
]
- # TODO(slan): Find a better way to do this.
- if (chromecast_branding != "public") {
- deps += [ "//chromecast/internal:cast_shell_internal" ]
- }
-
if (chromecast_branding == "public") {
# Link default libcast_media_1.0 statically not to link dummy one
# dynamically for public unittests.
« no previous file with comments | « chromecast/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698