Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(822)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 22914014: Add more control over sync for Chromium testshell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated from CL this depends on. Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 3337 matching lines...) Expand 10 before | Expand all | Expand 10 after
3348 { 3348 {
3349 'target_name': 'chrome_java_test_support', 3349 'target_name': 'chrome_java_test_support',
3350 'type': 'none', 3350 'type': 'none',
3351 'variables': { 3351 'variables': {
3352 'package_name': 'chrome_java_test_support', 3352 'package_name': 'chrome_java_test_support',
3353 'java_in_dir': '../chrome/test/android/javatests', 3353 'java_in_dir': '../chrome/test/android/javatests',
3354 }, 3354 },
3355 'dependencies': [ 3355 'dependencies': [
3356 'chrome_java', 3356 'chrome_java',
3357 '../content/content.gyp:content_java_test_support', 3357 '../content/content.gyp:content_java_test_support',
3358 '../sync/sync.gyp:sync_java',
3359 '../sync/sync.gyp:sync_java_test_support',
3358 ], 3360 ],
3359 'includes': [ '../build/java.gypi' ], 3361 'includes': [ '../build/java.gypi' ],
3360 }, 3362 },
3361 ], 3363 ],
3362 }], 3364 }],
3363 ['test_isolation_mode != "noop"', { 3365 ['test_isolation_mode != "noop"', {
3364 'targets': [ 3366 'targets': [
3365 { 3367 {
3366 'target_name': 'browser_tests_run', 3368 'target_name': 'browser_tests_run',
3367 'type': 'none', 3369 'type': 'none',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
3467 'utility', 3469 'utility',
3468 ], 3470 ],
3469 'sources': [ 3471 'sources': [
3470 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3472 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3471 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3473 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3472 ], 3474 ],
3473 }] 3475 }]
3474 }], 3476 }],
3475 ], # 'conditions' 3477 ], # 'conditions'
3476 } 3478 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698