| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables' : { | 5 'variables' : { |
| 6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 3343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3354 { | 3354 { |
| 3355 'target_name': 'chrome_java_test_support', | 3355 'target_name': 'chrome_java_test_support', |
| 3356 'type': 'none', | 3356 'type': 'none', |
| 3357 'variables': { | 3357 'variables': { |
| 3358 'package_name': 'chrome_java_test_support', | 3358 'package_name': 'chrome_java_test_support', |
| 3359 'java_in_dir': '../chrome/test/android/javatests', | 3359 'java_in_dir': '../chrome/test/android/javatests', |
| 3360 }, | 3360 }, |
| 3361 'dependencies': [ | 3361 'dependencies': [ |
| 3362 'chrome_java', | 3362 'chrome_java', |
| 3363 '../content/content.gyp:content_java_test_support', | 3363 '../content/content.gyp:content_java_test_support', |
| 3364 '../sync/sync.gyp:sync_java', |
| 3365 '../sync/sync.gyp:sync_java_test_support', |
| 3364 ], | 3366 ], |
| 3365 'includes': [ '../build/java.gypi' ], | 3367 'includes': [ '../build/java.gypi' ], |
| 3366 }, | 3368 }, |
| 3367 ], | 3369 ], |
| 3368 }], | 3370 }], |
| 3369 ['test_isolation_mode != "noop"', { | 3371 ['test_isolation_mode != "noop"', { |
| 3370 'targets': [ | 3372 'targets': [ |
| 3371 { | 3373 { |
| 3372 'target_name': 'browser_tests_run', | 3374 'target_name': 'browser_tests_run', |
| 3373 'type': 'none', | 3375 'type': 'none', |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3473 'utility', | 3475 'utility', |
| 3474 ], | 3476 ], |
| 3475 'sources': [ | 3477 'sources': [ |
| 3476 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3478 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3477 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3479 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3478 ], | 3480 ], |
| 3479 }] | 3481 }] |
| 3480 }], | 3482 }], |
| 3481 ], # 'conditions' | 3483 ], # 'conditions' |
| 3482 } | 3484 } |
| OLD | NEW |