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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 '../../chrome/chrome.gyp:chrome_java_test_support', | 288 '../../chrome/chrome.gyp:chrome_java_test_support', |
289 '../../components/components.gyp:invalidation_javatests', | 289 '../../components/components.gyp:invalidation_javatests', |
290 '../../components/components.gyp:offline_pages_enums_java', | 290 '../../components/components.gyp:offline_pages_enums_java', |
291 '../../components/components.gyp:precache_javatests', | 291 '../../components/components.gyp:precache_javatests', |
292 '../../components/components.gyp:web_contents_delegate_android_java', | 292 '../../components/components.gyp:web_contents_delegate_android_java', |
293 '../../content/content_shell_and_tests.gyp:content_java_test_support', | 293 '../../content/content_shell_and_tests.gyp:content_java_test_support', |
294 '../../net/net.gyp:net_java', | 294 '../../net/net.gyp:net_java', |
295 '../../net/net.gyp:net_java_test_support', | 295 '../../net/net.gyp:net_java_test_support', |
296 '../../sync/sync.gyp:sync_java_test_support', | 296 '../../sync/sync.gyp:sync_java_test_support', |
297 '../../third_party/android_tools/android_tools.gyp:android_support_v7_ap
pcompat_javalib', | 297 '../../third_party/android_tools/android_tools.gyp:android_support_v7_ap
pcompat_javalib', |
| 298 '../../third_party/android_tools/android_tools.gyp:google_play_services_
javalib', |
298 '../../ui/android/ui_android.gyp:ui_javatests', | 299 '../../ui/android/ui_android.gyp:ui_javatests', |
299 ], | 300 ], |
300 'includes': [ '../../build/java.gypi' ], | 301 'includes': [ '../../build/java.gypi' ], |
301 }, | 302 }, |
302 { | 303 { |
303 # GN: //chrome/android:chrome_public_test_apk_manifest | 304 # GN: //chrome/android:chrome_public_test_apk_manifest |
304 'target_name': 'chrome_public_test_apk_manifest', | 305 'target_name': 'chrome_public_test_apk_manifest', |
305 'type': 'none', | 306 'type': 'none', |
306 'variables': { | 307 'variables': { |
307 'jinja_inputs': ['javatests/AndroidManifest.xml'], | 308 'jinja_inputs': ['javatests/AndroidManifest.xml'], |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
417 } | 418 } |
418 ], | 419 ], |
419 ], | 420 ], |
420 } | 421 } |
421 | 422 |
422 # Local Variables: | 423 # Local Variables: |
423 # tab-width:2 | 424 # tab-width:2 |
424 # indent-tabs-mode:nil | 425 # indent-tabs-mode:nil |
425 # End: | 426 # End: |
426 # vim: set expandtab tabstop=2 shiftwidth=2: | 427 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |