| 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 assert(is_android) | 5 assert(is_android) |
| 6 | 6 |
| 7 import("//build/config/android/config.gni") | 7 import("//build/config/android/config.gni") |
| 8 import("//build/config/android/rules.gni") | 8 import("//build/config/android/rules.gni") |
| 9 import("//mojo/generate_mojo_shell_assets_list.gni") | 9 import("//mojo/generate_mojo_shell_assets_list.gni") |
| 10 | 10 |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 asset_location = mandoline_assets_dir | 124 asset_location = mandoline_assets_dir |
| 125 | 125 |
| 126 deps = [ | 126 deps = [ |
| 127 ":build_mandoline_assets", | 127 ":build_mandoline_assets", |
| 128 ":copy_mandoline_runner", | 128 ":copy_mandoline_runner", |
| 129 ":java", | 129 ":java", |
| 130 ":mandoline_apk_resources", | 130 ":mandoline_apk_resources", |
| 131 "//mojo/runner:java", | 131 "//mojo/runner:java", |
| 132 "//mojo/runner:resources", | 132 "//mojo/runner:resources", |
| 133 "//base:base_java", | 133 "//base:base_java", |
| 134 "//third_party/android_tools:google_play_services_default_resources", | |
| 135 "//ui/platform_window/android:platform_window_java", | 134 "//ui/platform_window/android:platform_window_java", |
| 135 google_play_services_resources, |
| 136 ] | 136 ] |
| 137 } | 137 } |
| OLD | NEW |