| 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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 | 598 |
| 599 # GYP: //chrome/android/chrome_apk.gyp:chrome_sync_shell_test_apk | 599 # GYP: //chrome/android/chrome_apk.gyp:chrome_sync_shell_test_apk |
| 600 instrumentation_test_apk("chrome_sync_shell_test_apk") { | 600 instrumentation_test_apk("chrome_sync_shell_test_apk") { |
| 601 apk_name = "ChromeSyncShellTest" | 601 apk_name = "ChromeSyncShellTest" |
| 602 apk_under_test = ":chrome_sync_shell_apk" | 602 apk_under_test = ":chrome_sync_shell_apk" |
| 603 android_manifest = chrome_sync_shell_test_apk_manifest | 603 android_manifest = chrome_sync_shell_test_apk_manifest |
| 604 deps = [ | 604 deps = [ |
| 605 ":chrome_sync_shell_test_apk_java", | 605 ":chrome_sync_shell_test_apk_java", |
| 606 ":chrome_sync_shell_test_apk_manifest", | 606 ":chrome_sync_shell_test_apk_manifest", |
| 607 ] | 607 ] |
| 608 isolate_file = "../chrome_sync_shell_test_apk.isolate" | |
| 609 proguard_enabled = !is_debug | 608 proguard_enabled = !is_debug |
| 610 } | 609 } |
| OLD | NEW |