| 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 'includes': [ | 5 'includes': [ |
| 6 '../../chrome/chrome_android_paks.gypi', # Included for the list of pak reso
urces. | 6 '../../chrome/chrome_android_paks.gypi', # Included for the list of pak reso
urces. |
| 7 '../../build/util/version.gypi' | 7 '../../build/util/version.gypi', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| 11 'package_name': 'chrome_public_apk', | 11 'package_name': 'chrome_public_apk', |
| 12 'manifest_package': 'org.chromium.chrome', | 12 'manifest_package': 'org.chromium.chrome', |
| 13 'chrome_public_apk_manifest': '<(SHARED_INTERMEDIATE_DIR)/chrome_public_apk_
manifest/AndroidManifest.xml', | 13 'chrome_public_apk_manifest': '<(SHARED_INTERMEDIATE_DIR)/chrome_public_apk_
manifest/AndroidManifest.xml', |
| 14 'chrome_public_test_apk_manifest': '<(SHARED_INTERMEDIATE_DIR)/chrome_public
_test_apk_manifest/AndroidManifest.xml', | 14 'chrome_public_test_apk_manifest': '<(SHARED_INTERMEDIATE_DIR)/chrome_public
_test_apk_manifest/AndroidManifest.xml', |
| 15 # This list is shared with GN. | 15 # This list is shared with GN. |
| 16 # Defines a list of source files should be present in the open-source | 16 # Defines a list of source files should be present in the open-source |
| 17 # chrome-apk but not in the published static_library which is included in th
e | 17 # chrome-apk but not in the published static_library which is included in th
e |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 'chrome_shared_test_java', | 203 'chrome_shared_test_java', |
| 204 'chrome_public_apk_java', | 204 'chrome_public_apk_java', |
| 205 '../../testing/android/on_device_instrumentation.gyp:broker_java', | 205 '../../testing/android/on_device_instrumentation.gyp:broker_java', |
| 206 '../../testing/android/on_device_instrumentation.gyp:require_driver_apk'
, | 206 '../../testing/android/on_device_instrumentation.gyp:require_driver_apk'
, |
| 207 ], | 207 ], |
| 208 'variables': { | 208 'variables': { |
| 209 'android_manifest_path': '<(chrome_public_test_apk_manifest)', | 209 'android_manifest_path': '<(chrome_public_test_apk_manifest)', |
| 210 'package_name': 'chrome_public_test', | 210 'package_name': 'chrome_public_test', |
| 211 'java_in_dir': 'javatests', | 211 'java_in_dir': 'javatests', |
| 212 'java_in_dir_suffix': '/src_dummy', | 212 'java_in_dir_suffix': '/src_dummy', |
| 213 'resource_dir': '<(java_in_dir)/res', |
| 213 'apk_name': 'ChromePublicTest', | 214 'apk_name': 'ChromePublicTest', |
| 214 'is_test_apk': 1, | 215 'is_test_apk': 1, |
| 215 'test_type': 'instrumentation', | 216 'test_type': 'instrumentation', |
| 216 'isolate_file': '../chrome_public_test_apk.isolate', | 217 'isolate_file': '../chrome_public_test_apk.isolate', |
| 217 }, | 218 }, |
| 218 'includes': [ | 219 'includes': [ |
| 219 '../../build/java_apk.gypi', | 220 '../../build/java_apk.gypi', |
| 220 '../../build/android/test_runner.gypi', | 221 '../../build/android/test_runner.gypi', |
| 221 ], | 222 ], |
| 222 }, | 223 }, |
| 223 ], | 224 ], |
| 224 } | 225 } |
| 225 | 226 |
| 226 # Local Variables: | 227 # Local Variables: |
| 227 # tab-width:2 | 228 # tab-width:2 |
| 228 # indent-tabs-mode:nil | 229 # indent-tabs-mode:nil |
| 229 # End: | 230 # End: |
| 230 # vim: set expandtab tabstop=2 shiftwidth=2: | 231 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |