| OLD | NEW | 
|    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  Loading... | 
|  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 } | 
| OLD | NEW |