| 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, |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 'target_name': 'chrome_shared_test_java', | 162 'target_name': 'chrome_shared_test_java', |
| 163 'type': 'none', | 163 'type': 'none', |
| 164 'variables': { | 164 'variables': { |
| 165 'java_in_dir': 'javatests', | 165 'java_in_dir': 'javatests', |
| 166 }, | 166 }, |
| 167 'dependencies': [ | 167 'dependencies': [ |
| 168 '../../base/base.gyp:base_java', | 168 '../../base/base.gyp:base_java', |
| 169 '../../base/base.gyp:base_java_test_support', | 169 '../../base/base.gyp:base_java_test_support', |
| 170 '../../chrome/chrome.gyp:chrome_java', | 170 '../../chrome/chrome.gyp:chrome_java', |
| 171 '../../chrome/chrome.gyp:chrome_java_test_support', | 171 '../../chrome/chrome.gyp:chrome_java_test_support', |
| 172 '../../chrome/chrome.gyp:libchrome_java_test_support', |
| 172 '../../components/components.gyp:invalidation_javatests', | 173 '../../components/components.gyp:invalidation_javatests', |
| 173 '../../components/components.gyp:precache_javatests', | 174 '../../components/components.gyp:precache_javatests', |
| 174 '../../components/components.gyp:web_contents_delegate_android_java', | 175 '../../components/components.gyp:web_contents_delegate_android_java', |
| 175 '../../content/content_shell_and_tests.gyp:content_java_test_support', | 176 '../../content/content_shell_and_tests.gyp:content_java_test_support', |
| 176 '../../net/net.gyp:net_java', | 177 '../../net/net.gyp:net_java', |
| 177 '../../net/net.gyp:net_java_test_support', | 178 '../../net/net.gyp:net_java_test_support', |
| 178 '../../sync/sync.gyp:sync_java_test_support', | 179 '../../sync/sync.gyp:sync_java_test_support', |
| 179 '../../sync/sync.gyp:sync_javatests', | 180 '../../sync/sync.gyp:sync_javatests', |
| 180 '../../third_party/android_tools/android_tools.gyp:android_support_v7_ap
pcompat_javalib', | 181 '../../third_party/android_tools/android_tools.gyp:android_support_v7_ap
pcompat_javalib', |
| 181 '../../ui/android/ui_android.gyp:ui_javatests', | 182 '../../ui/android/ui_android.gyp:ui_javatests', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 204 'chrome_public_apk_java', | 205 'chrome_public_apk_java', |
| 205 '../../testing/android/on_device_instrumentation.gyp:broker_java', | 206 '../../testing/android/on_device_instrumentation.gyp:broker_java', |
| 206 '../../testing/android/on_device_instrumentation.gyp:require_driver_apk'
, | 207 '../../testing/android/on_device_instrumentation.gyp:require_driver_apk'
, |
| 207 ], | 208 ], |
| 208 'variables': { | 209 'variables': { |
| 209 'android_manifest_path': '<(chrome_public_test_apk_manifest)', | 210 'android_manifest_path': '<(chrome_public_test_apk_manifest)', |
| 210 'package_name': 'chrome_public_test', | 211 'package_name': 'chrome_public_test', |
| 211 'java_in_dir': 'javatests', | 212 'java_in_dir': 'javatests', |
| 212 'java_in_dir_suffix': '/src_dummy', | 213 'java_in_dir_suffix': '/src_dummy', |
| 213 'apk_name': 'ChromePublicTest', | 214 'apk_name': 'ChromePublicTest', |
| 215 'native_lib_target': 'libchrome_java_test_support', |
| 214 'is_test_apk': 1, | 216 'is_test_apk': 1, |
| 215 'test_type': 'instrumentation', | 217 'test_type': 'instrumentation', |
| 216 'isolate_file': '../chrome_public_test_apk.isolate', | 218 'isolate_file': '../chrome_public_test_apk.isolate', |
| 217 }, | 219 }, |
| 218 'includes': [ | 220 'includes': [ |
| 219 '../../build/java_apk.gypi', | 221 '../../build/java_apk.gypi', |
| 220 '../../build/android/test_runner.gypi', | 222 '../../build/android/test_runner.gypi', |
| 221 ], | 223 ], |
| 222 }, | 224 }, |
| 223 ], | 225 ], |
| 224 } | 226 } |
| 225 | 227 |
| 226 # Local Variables: | 228 # Local Variables: |
| 227 # tab-width:2 | 229 # tab-width:2 |
| 228 # indent-tabs-mode:nil | 230 # indent-tabs-mode:nil |
| 229 # End: | 231 # End: |
| 230 # vim: set expandtab tabstop=2 shiftwidth=2: | 232 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |