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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/locales.gni") 7 import("//build/config/locales.gni")
8 import("//build/config/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chromecast/build/tests/cast_test.gni") 10 import("//chromecast/build/tests/cast_test.gni")
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 "//third_party/icu:icu_assets", 438 "//third_party/icu:icu_assets",
439 "//v8:v8_external_startup_data_assets", 439 "//v8:v8_external_startup_data_assets",
440 ] 440 ]
441 disable_compression = true 441 disable_compression = true
442 } 442 }
443 443
444 android_apk("cast_shell_apk") { 444 android_apk("cast_shell_apk") {
445 apk_name = "CastShell" 445 apk_name = "CastShell"
446 android_manifest = "$root_gen_dir/cast_shell_manifest/AndroidManifest.xml" 446 android_manifest = "$root_gen_dir/cast_shell_manifest/AndroidManifest.xml"
447 android_manifest_dep = "//chromecast/browser/android:cast_shell_manifest" 447 android_manifest_dep = "//chromecast/browser/android:cast_shell_manifest"
448
449 shared_libraries = [ "//chromecast/android:libcast_shell_android" ]
450
448 deps = [ 451 deps = [
449 ":cast_shell_apk_assets", 452 ":cast_shell_apk_assets",
453 "//base:base_java",
450 "//chromecast/android:libcast_shell_android", 454 "//chromecast/android:libcast_shell_android",
451 "//chromecast/browser/android:cast_shell_java", 455 "//chromecast/browser/android:cast_shell_java",
452 ] 456 ]
453 } 457 }
454 } 458 }
OLDNEW
« 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