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

Unified Diff: chromecast/android/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/BUILD.gn ('k') | chromecast/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/android/BUILD.gn
diff --git a/chromecast/android/BUILD.gn b/chromecast/android/BUILD.gn
index eca158708144eaf6b74e63da75d3a46ab3ad36e5..464f37acedfcda9ee6fe1f2e0a9cea9b015f5dbf 100644
--- a/chromecast/android/BUILD.gn
+++ b/chromecast/android/BUILD.gn
@@ -28,7 +28,7 @@ shared_library("libcast_shell_android") {
deps = [
":platform_jni_loader",
"//base",
- "//chromecast:cast_shell_common",
+ "//chromecast:cast_shell_lib",
"//chromecast/app",
"//chromecast/app:cast_crash_client",
"//chromecast/base",
@@ -42,9 +42,7 @@ shared_library("libcast_shell_android") {
"//skia",
]
- if (chromecast_branding != "public") {
- deps += [ "//chromecast/internal:cast_shell_android_internal" ]
- } else {
+ if (chromecast_branding == "public") {
sources += [ "platform_jni_loader_stub.cc" ]
}
}
« no previous file with comments | « chromecast/BUILD.gn ('k') | chromecast/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698