| 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("//android_webview/webview_repack_locales_list.gni") | 5 import("//android_webview/webview_repack_locales_list.gni") |
| 6 import("//build/config/android/config.gni") | 6 import("//build/config/android/config.gni") |
| 7 import("//build/config/android/rules.gni") | 7 import("//build/config/android/rules.gni") |
| 8 import("//build/util/process_version.gni") | 8 import("//build/util/process_version.gni") |
| 9 import("//chrome/android/chrome_public_apk_tmpl.gni") | 9 import("//chrome/android/chrome_public_apk_tmpl.gni") |
| 10 import("//chrome/android/monochrome_android_manifest_jinja_variables.gni") | 10 import("//chrome/android/monochrome_android_manifest_jinja_variables.gni") |
| 11 import("//chrome/chrome_paks.gni") | 11 import("//chrome/chrome_paks.gni") |
| 12 import("//chrome/common/features.gni") | 12 import("//chrome/common/features.gni") |
| 13 import("//chrome/process_version_rc_template.gni") # For branding_file_path. | 13 import("//chrome/process_version_rc_template.gni") # For branding_file_path. |
| 14 import("//device/vr/features.gni") | 14 import("//device/vr/features/features.gni") |
| 15 import("//testing/test.gni") | 15 import("//testing/test.gni") |
| 16 import("//third_party/icu/config.gni") | 16 import("//third_party/icu/config.gni") |
| 17 import("//third_party/protobuf/proto_library.gni") | 17 import("//third_party/protobuf/proto_library.gni") |
| 18 import("//tools/resources/generate_resource_whitelist.gni") | 18 import("//tools/resources/generate_resource_whitelist.gni") |
| 19 import("channel.gni") | 19 import("channel.gni") |
| 20 import("java_sources.gni") | 20 import("java_sources.gni") |
| 21 | 21 |
| 22 manifest_package = "org.chromium.chrome" | 22 manifest_package = "org.chromium.chrome" |
| 23 | 23 |
| 24 chrome_public_jinja_variables = default_chrome_public_jinja_variables + | 24 chrome_public_jinja_variables = default_chrome_public_jinja_variables + |
| (...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 929 apk_name = "ChromeSyncShellTest" | 929 apk_name = "ChromeSyncShellTest" |
| 930 apk_under_test = ":chrome_sync_shell_apk" | 930 apk_under_test = ":chrome_sync_shell_apk" |
| 931 android_manifest = chrome_sync_shell_test_apk_manifest | 931 android_manifest = chrome_sync_shell_test_apk_manifest |
| 932 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" | 932 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" |
| 933 deps = [ | 933 deps = [ |
| 934 ":chrome_sync_shell_test_apk_java", | 934 ":chrome_sync_shell_test_apk_java", |
| 935 "//third_party/android_support_test_runner:runner_java", | 935 "//third_party/android_support_test_runner:runner_java", |
| 936 ] | 936 ] |
| 937 proguard_enabled = !is_java_debug | 937 proguard_enabled = !is_java_debug |
| 938 } | 938 } |
| OLD | NEW |