| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/config/android/config.gni") | 5 import("//build/config/android/config.gni") |
| 6 import("//build/config/android/rules.gni") | 6 import("//build/config/android/rules.gni") |
| 7 import("//build_overrides/v8.gni") | 7 import("//build_overrides/v8.gni") |
| 8 import("//chrome/android/chrome_public_apk_tmpl.gni") | 8 import("//chrome/android/chrome_public_apk_tmpl.gni") |
| 9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
| 10 import("//chrome/version.gni") | 10 import("//chrome/version.gni") |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 "values-sk/android_chrome_strings.xml", | 105 "values-sk/android_chrome_strings.xml", |
| 106 "values-sl/android_chrome_strings.xml", | 106 "values-sl/android_chrome_strings.xml", |
| 107 "values-sr/android_chrome_strings.xml", | 107 "values-sr/android_chrome_strings.xml", |
| 108 "values-sv/android_chrome_strings.xml", | 108 "values-sv/android_chrome_strings.xml", |
| 109 "values-sw/android_chrome_strings.xml", | 109 "values-sw/android_chrome_strings.xml", |
| 110 "values-th/android_chrome_strings.xml", | 110 "values-th/android_chrome_strings.xml", |
| 111 "values-tr/android_chrome_strings.xml", | 111 "values-tr/android_chrome_strings.xml", |
| 112 "values-uk/android_chrome_strings.xml", | 112 "values-uk/android_chrome_strings.xml", |
| 113 "values-vi/android_chrome_strings.xml", | 113 "values-vi/android_chrome_strings.xml", |
| 114 "values-zh-rCN/android_chrome_strings.xml", | 114 "values-zh-rCN/android_chrome_strings.xml", |
| 115 "values-zh/android_chrome_strings.xml", | 115 "values-zh-rTW/android_chrome_strings.xml", |
| 116 ] | 116 ] |
| 117 } | 117 } |
| 118 | 118 |
| 119 # GYP: //chrome/chrome.gyp:chrome_java | 119 # GYP: //chrome/chrome.gyp:chrome_java |
| 120 android_library("chrome_java") { | 120 android_library("chrome_java") { |
| 121 deps = [ | 121 deps = [ |
| 122 "//base:base_java", | 122 "//base:base_java", |
| 123 "//chrome/android/webapk/libs/client:client_java", | 123 "//chrome/android/webapk/libs/client:client_java", |
| 124 "//chrome/android/webapk/libs/common:common_java", | 124 "//chrome/android/webapk/libs/common:common_java", |
| 125 "//components/safe_json/android:safe_json_java", | 125 "//components/safe_json/android:safe_json_java", |
| (...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 instrumentation_test_apk("chrome_sync_shell_test_apk") { | 593 instrumentation_test_apk("chrome_sync_shell_test_apk") { |
| 594 apk_name = "ChromeSyncShellTest" | 594 apk_name = "ChromeSyncShellTest" |
| 595 apk_under_test = ":chrome_sync_shell_apk" | 595 apk_under_test = ":chrome_sync_shell_apk" |
| 596 android_manifest = chrome_sync_shell_test_apk_manifest | 596 android_manifest = chrome_sync_shell_test_apk_manifest |
| 597 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" | 597 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" |
| 598 deps = [ | 598 deps = [ |
| 599 ":chrome_sync_shell_test_apk_java", | 599 ":chrome_sync_shell_test_apk_java", |
| 600 ] | 600 ] |
| 601 proguard_enabled = !is_java_debug | 601 proguard_enabled = !is_java_debug |
| 602 } | 602 } |
| OLD | NEW |