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

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: Added comments for ProfileSyncServiceAndroid 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
« no previous file with comments | « chrome/browser/sync/profile_sync_service_android.cc ('k') | chrome/test/android/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3343 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_service_android.cc ('k') | chrome/test/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698