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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7461109: Allow sync integration tests to operate on multiple datatypes: Typed Urls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback; rebase Created 9 years, 4 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 3275 matching lines...) Expand 10 before | Expand all | Expand 10 after
3286 'test/live_sync/live_apps_sync_test.cc', 3286 'test/live_sync/live_apps_sync_test.cc',
3287 'test/live_sync/live_apps_sync_test.h', 3287 'test/live_sync/live_apps_sync_test.h',
3288 'test/live_sync/live_extensions_sync_test.cc', 3288 'test/live_sync/live_extensions_sync_test.cc',
3289 'test/live_sync/live_extensions_sync_test.h', 3289 'test/live_sync/live_extensions_sync_test.h',
3290 'test/live_sync/live_passwords_sync_test.cc', 3290 'test/live_sync/live_passwords_sync_test.cc',
3291 'test/live_sync/live_passwords_sync_test.h', 3291 'test/live_sync/live_passwords_sync_test.h',
3292 'test/live_sync/live_sessions_sync_test.cc', 3292 'test/live_sync/live_sessions_sync_test.cc',
3293 'test/live_sync/live_sessions_sync_test.h', 3293 'test/live_sync/live_sessions_sync_test.h',
3294 'test/live_sync/live_themes_sync_test.cc', 3294 'test/live_sync/live_themes_sync_test.cc',
3295 'test/live_sync/live_themes_sync_test.h', 3295 'test/live_sync/live_themes_sync_test.h',
3296 'test/live_sync/live_typed_urls_sync_test.cc',
3297 'test/live_sync/live_typed_urls_sync_test.h',
3298 'test/live_sync/live_sync_extension_helper.cc', 3296 'test/live_sync/live_sync_extension_helper.cc',
3299 'test/live_sync/live_sync_extension_helper.h', 3297 'test/live_sync/live_sync_extension_helper.h',
3300 'test/live_sync/live_sync_test.cc', 3298 'test/live_sync/live_sync_test.cc',
3301 'test/live_sync/live_sync_test.h', 3299 'test/live_sync/live_sync_test.h',
3302 'test/live_sync/many_client_bookmarks_sync_test.cc', 3300 'test/live_sync/many_client_bookmarks_sync_test.cc',
3303 'test/live_sync/many_client_live_passwords_sync_test.cc', 3301 'test/live_sync/many_client_live_passwords_sync_test.cc',
3304 'test/live_sync/many_client_preferences_sync_test.cc', 3302 'test/live_sync/many_client_preferences_sync_test.cc',
3305 'test/live_sync/migration_errors_test.cc', 3303 'test/live_sync/migration_errors_test.cc',
3306 'test/live_sync/multiple_client_bookmarks_sync_test.cc', 3304 'test/live_sync/multiple_client_bookmarks_sync_test.cc',
3307 'test/live_sync/multiple_client_live_passwords_sync_test.cc', 3305 'test/live_sync/multiple_client_live_passwords_sync_test.cc',
3308 'test/live_sync/multiple_client_live_sessions_sync_test.cc', 3306 'test/live_sync/multiple_client_live_sessions_sync_test.cc',
3309 'test/live_sync/multiple_client_live_typed_urls_sync_test.cc',
3310 'test/live_sync/multiple_client_preferences_sync_test.cc', 3307 'test/live_sync/multiple_client_preferences_sync_test.cc',
3308 'test/live_sync/multiple_client_typed_urls_sync_test.cc',
3311 'test/live_sync/preferences_helper.cc', 3309 'test/live_sync/preferences_helper.cc',
3312 'test/live_sync/preferences_helper.h', 3310 'test/live_sync/preferences_helper.h',
3313 'test/live_sync/single_client_bookmarks_sync_test.cc', 3311 'test/live_sync/single_client_bookmarks_sync_test.cc',
3314 'test/live_sync/single_client_live_apps_sync_test.cc', 3312 'test/live_sync/single_client_live_apps_sync_test.cc',
3315 'test/live_sync/single_client_live_extensions_sync_test.cc', 3313 'test/live_sync/single_client_live_extensions_sync_test.cc',
3316 'test/live_sync/single_client_live_passwords_sync_test.cc', 3314 'test/live_sync/single_client_live_passwords_sync_test.cc',
3317 'test/live_sync/single_client_live_sessions_sync_test.cc', 3315 'test/live_sync/single_client_live_sessions_sync_test.cc',
3318 'test/live_sync/single_client_live_themes_sync_test.cc', 3316 'test/live_sync/single_client_live_themes_sync_test.cc',
3319 'test/live_sync/single_client_live_typed_urls_sync_test.cc',
3320 'test/live_sync/single_client_preferences_sync_test.cc', 3317 'test/live_sync/single_client_preferences_sync_test.cc',
3318 'test/live_sync/single_client_typed_urls_sync_test.cc',
3321 'test/live_sync/sync_datatype_helper.cc', 3319 'test/live_sync/sync_datatype_helper.cc',
3322 'test/live_sync/sync_datatype_helper.h', 3320 'test/live_sync/sync_datatype_helper.h',
3323 'test/live_sync/sync_errors_test.cc', 3321 'test/live_sync/sync_errors_test.cc',
3324 'test/live_sync/two_client_autofill_sync_test.cc', 3322 'test/live_sync/two_client_autofill_sync_test.cc',
3325 'test/live_sync/two_client_bookmarks_sync_test.cc', 3323 'test/live_sync/two_client_bookmarks_sync_test.cc',
3326 'test/live_sync/two_client_live_apps_sync_test.cc', 3324 'test/live_sync/two_client_live_apps_sync_test.cc',
3327 'test/live_sync/two_client_live_extensions_sync_test.cc', 3325 'test/live_sync/two_client_live_extensions_sync_test.cc',
3328 'test/live_sync/two_client_live_passwords_sync_test.cc', 3326 'test/live_sync/two_client_live_passwords_sync_test.cc',
3329 'test/live_sync/two_client_live_sessions_sync_test.cc', 3327 'test/live_sync/two_client_live_sessions_sync_test.cc',
3330 'test/live_sync/two_client_live_themes_sync_test.cc', 3328 'test/live_sync/two_client_live_themes_sync_test.cc',
3331 'test/live_sync/two_client_live_typed_urls_sync_test.cc',
3332 'test/live_sync/two_client_preferences_sync_test.cc', 3329 'test/live_sync/two_client_preferences_sync_test.cc',
3330 'test/live_sync/two_client_typed_urls_sync_test.cc',
3331 'test/live_sync/typed_urls_helper.cc',
3332 'test/live_sync/typed_urls_helper.h',
3333 ], 3333 ],
3334 'conditions': [ 3334 'conditions': [
3335 ['toolkit_uses_gtk == 1', { 3335 ['toolkit_uses_gtk == 1', {
3336 'dependencies': [ 3336 'dependencies': [
3337 '../build/linux/system.gyp:gtk', 3337 '../build/linux/system.gyp:gtk',
3338 '../build/linux/system.gyp:ssl', 3338 '../build/linux/system.gyp:ssl',
3339 ], 3339 ],
3340 }], 3340 }],
3341 ['OS=="mac"', { 3341 ['OS=="mac"', {
3342 # See the comment in this section of the unit_tests target for an 3342 # See the comment in this section of the unit_tests target for an
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
3419 'test/live_sync/autofill_helper.cc', 3419 'test/live_sync/autofill_helper.cc',
3420 'test/live_sync/autofill_helper.h', 3420 'test/live_sync/autofill_helper.h',
3421 'test/live_sync/bookmarks_helper.cc', 3421 'test/live_sync/bookmarks_helper.cc',
3422 'test/live_sync/bookmarks_helper.h', 3422 'test/live_sync/bookmarks_helper.h',
3423 'test/live_sync/live_extensions_sync_test.cc', 3423 'test/live_sync/live_extensions_sync_test.cc',
3424 'test/live_sync/live_extensions_sync_test.h', 3424 'test/live_sync/live_extensions_sync_test.h',
3425 'test/live_sync/live_passwords_sync_test.cc', 3425 'test/live_sync/live_passwords_sync_test.cc',
3426 'test/live_sync/live_passwords_sync_test.h', 3426 'test/live_sync/live_passwords_sync_test.h',
3427 'test/live_sync/live_sessions_sync_test.cc', 3427 'test/live_sync/live_sessions_sync_test.cc',
3428 'test/live_sync/live_sessions_sync_test.h', 3428 'test/live_sync/live_sessions_sync_test.h',
3429 'test/live_sync/live_typed_urls_sync_test.cc',
3430 'test/live_sync/live_typed_urls_sync_test.h',
3431 'test/live_sync/live_sync_extension_helper.cc', 3429 'test/live_sync/live_sync_extension_helper.cc',
3432 'test/live_sync/live_sync_extension_helper.h', 3430 'test/live_sync/live_sync_extension_helper.h',
3433 'test/live_sync/live_sync_test.cc', 3431 'test/live_sync/live_sync_test.cc',
3434 'test/live_sync/live_sync_test.h', 3432 'test/live_sync/live_sync_test.h',
3435 'test/live_sync/performance/autofill_sync_perf_test.cc', 3433 'test/live_sync/performance/autofill_sync_perf_test.cc',
3436 'test/live_sync/performance/bookmarks_sync_perf_test.cc', 3434 'test/live_sync/performance/bookmarks_sync_perf_test.cc',
3437 'test/live_sync/performance/extensions_sync_perf_test.cc', 3435 'test/live_sync/performance/extensions_sync_perf_test.cc',
3438 'test/live_sync/performance/sync_timing_helper.cc', 3436 'test/live_sync/performance/sync_timing_helper.cc',
3439 'test/live_sync/performance/sync_timing_helper.h', 3437 'test/live_sync/performance/sync_timing_helper.h',
3440 'test/live_sync/performance/passwords_sync_perf_test.cc', 3438 'test/live_sync/performance/passwords_sync_perf_test.cc',
3441 'test/live_sync/performance/sessions_sync_perf_test.cc', 3439 'test/live_sync/performance/sessions_sync_perf_test.cc',
3442 'test/live_sync/performance/typed_urls_sync_perf_test.cc', 3440 'test/live_sync/performance/typed_urls_sync_perf_test.cc',
3443 'test/live_sync/sync_datatype_helper.cc', 3441 'test/live_sync/sync_datatype_helper.cc',
3444 'test/live_sync/sync_datatype_helper.h', 3442 'test/live_sync/sync_datatype_helper.h',
3443 'test/live_sync/typed_urls_helper.cc',
3444 'test/live_sync/typed_urls_helper.h',
3445 ], 3445 ],
3446 'conditions': [ 3446 'conditions': [
3447 ['toolkit_uses_gtk == 1', { 3447 ['toolkit_uses_gtk == 1', {
3448 'dependencies': [ 3448 'dependencies': [
3449 '../build/linux/system.gyp:gtk', 3449 '../build/linux/system.gyp:gtk',
3450 '../build/linux/system.gyp:ssl', 3450 '../build/linux/system.gyp:ssl',
3451 ], 3451 ],
3452 }], 3452 }],
3453 ['OS=="mac"', { 3453 ['OS=="mac"', {
3454 # See the comment in this section of the unit_tests target for an 3454 # See the comment in this section of the unit_tests target for an
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
4145 # Use outputs of this action as inputs for the main target build. 4145 # Use outputs of this action as inputs for the main target build.
4146 # Seems as a misnomer but makes this happy on Linux (scons). 4146 # Seems as a misnomer but makes this happy on Linux (scons).
4147 'process_outputs_as_sources': 1, 4147 'process_outputs_as_sources': 1,
4148 }, 4148 },
4149 ], # 'actions' 4149 ], # 'actions'
4150 }, 4150 },
4151 ] 4151 ]
4152 }], # 'coverage!=0' 4152 }], # 'coverage!=0'
4153 ], # 'conditions' 4153 ], # 'conditions'
4154 } 4154 }
OLDNEW
« no previous file with comments | « chrome/browser/autofill/personal_data_manager.h ('k') | chrome/test/live_sync/autofill_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698