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

Unified Diff: chromecast/BUILD.gn

Issue 2541513005: [Chromecast] Start CastShellActivity successful on cast for Android (Closed)
Patch Set: Remove unnecessary dep Created 4 years 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/base/java/src/org/chromium/chromecast/base/DumpstateWriter.java » ('j') | 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 9a454506d96b78ce609ef4b29825f6ec98cfc7d4..3703eb9f5e3bc86406a0eb1f3386a3f428c36189 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -445,8 +445,12 @@ if (is_android) {
apk_name = "CastShell"
android_manifest = "$root_gen_dir/cast_shell_manifest/AndroidManifest.xml"
android_manifest_dep = "//chromecast/browser/android:cast_shell_manifest"
+
+ shared_libraries = [ "//chromecast/android:libcast_shell_android" ]
+
deps = [
":cast_shell_apk_assets",
+ "//base:base_java",
"//chromecast/android:libcast_shell_android",
"//chromecast/browser/android:cast_shell_java",
]
« no previous file with comments | « no previous file | chromecast/base/java/src/org/chromium/chromecast/base/DumpstateWriter.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698