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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7599019: Allow sync integration tests to operate on multiple datatypes: Apps, Extensions, Themes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix indents 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
« no previous file with comments | « no previous file | chrome/test/live_sync/apps_helper.h » ('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 (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 3268 matching lines...) Expand 10 before | Expand all | Expand 10 after
3279 'app/chrome_dll.rc', 3279 'app/chrome_dll.rc',
3280 'app/chrome_dll_resource.h', 3280 'app/chrome_dll_resource.h',
3281 'app/chrome_version.rc.version', 3281 'app/chrome_version.rc.version',
3282 'browser/password_manager/password_form_data.cc', 3282 'browser/password_manager/password_form_data.cc',
3283 'browser/sessions/session_backend.cc', 3283 'browser/sessions/session_backend.cc',
3284 'browser/sync/glue/session_model_associator.cc', 3284 'browser/sync/glue/session_model_associator.cc',
3285 'test/base/out_of_proc_test_runner.cc', 3285 'test/base/out_of_proc_test_runner.cc',
3286 'test/base/test_notification_tracker.cc', 3286 'test/base/test_notification_tracker.cc',
3287 'test/base/test_notification_tracker.h', 3287 'test/base/test_notification_tracker.h',
3288 'test/data/resource.rc', 3288 'test/data/resource.rc',
3289 'test/live_sync/apps_helper.cc',
3290 'test/live_sync/apps_helper.h',
3289 'test/live_sync/autofill_helper.cc', 3291 'test/live_sync/autofill_helper.cc',
3290 'test/live_sync/autofill_helper.h', 3292 'test/live_sync/autofill_helper.h',
3291 'test/live_sync/bookmarks_helper.cc', 3293 'test/live_sync/bookmarks_helper.cc',
3292 'test/live_sync/bookmarks_helper.h', 3294 'test/live_sync/bookmarks_helper.h',
3293 'test/live_sync/live_apps_sync_test.cc', 3295 'test/live_sync/extensions_helper.cc',
3294 'test/live_sync/live_apps_sync_test.h', 3296 'test/live_sync/extensions_helper.h',
3295 'test/live_sync/live_extensions_sync_test.cc',
3296 'test/live_sync/live_extensions_sync_test.h',
3297 'test/live_sync/live_passwords_sync_test.cc', 3297 'test/live_sync/live_passwords_sync_test.cc',
3298 'test/live_sync/live_passwords_sync_test.h', 3298 'test/live_sync/live_passwords_sync_test.h',
3299 'test/live_sync/live_sessions_sync_test.cc', 3299 'test/live_sync/live_sessions_sync_test.cc',
3300 'test/live_sync/live_sessions_sync_test.h', 3300 'test/live_sync/live_sessions_sync_test.h',
3301 'test/live_sync/live_themes_sync_test.cc',
3302 'test/live_sync/live_themes_sync_test.h',
3303 'test/live_sync/live_sync_extension_helper.cc',
3304 'test/live_sync/live_sync_extension_helper.h',
3305 'test/live_sync/live_sync_test.cc', 3301 'test/live_sync/live_sync_test.cc',
3306 'test/live_sync/live_sync_test.h', 3302 'test/live_sync/live_sync_test.h',
3307 'test/live_sync/many_client_bookmarks_sync_test.cc', 3303 'test/live_sync/many_client_bookmarks_sync_test.cc',
3308 'test/live_sync/many_client_live_passwords_sync_test.cc', 3304 'test/live_sync/many_client_live_passwords_sync_test.cc',
3309 'test/live_sync/many_client_preferences_sync_test.cc', 3305 'test/live_sync/many_client_preferences_sync_test.cc',
3310 'test/live_sync/migration_errors_test.cc', 3306 'test/live_sync/migration_errors_test.cc',
3311 'test/live_sync/multiple_client_bookmarks_sync_test.cc', 3307 'test/live_sync/multiple_client_bookmarks_sync_test.cc',
3312 'test/live_sync/multiple_client_live_passwords_sync_test.cc', 3308 'test/live_sync/multiple_client_live_passwords_sync_test.cc',
3313 'test/live_sync/multiple_client_live_sessions_sync_test.cc', 3309 'test/live_sync/multiple_client_live_sessions_sync_test.cc',
3314 'test/live_sync/multiple_client_preferences_sync_test.cc', 3310 'test/live_sync/multiple_client_preferences_sync_test.cc',
3315 'test/live_sync/multiple_client_typed_urls_sync_test.cc', 3311 'test/live_sync/multiple_client_typed_urls_sync_test.cc',
3316 'test/live_sync/preferences_helper.cc', 3312 'test/live_sync/preferences_helper.cc',
3317 'test/live_sync/preferences_helper.h', 3313 'test/live_sync/preferences_helper.h',
3314 'test/live_sync/single_client_apps_sync_test.cc',
3318 'test/live_sync/single_client_bookmarks_sync_test.cc', 3315 'test/live_sync/single_client_bookmarks_sync_test.cc',
3319 'test/live_sync/single_client_live_apps_sync_test.cc', 3316 'test/live_sync/single_client_extensions_sync_test.cc',
3320 'test/live_sync/single_client_live_extensions_sync_test.cc',
3321 'test/live_sync/single_client_live_passwords_sync_test.cc', 3317 'test/live_sync/single_client_live_passwords_sync_test.cc',
3322 'test/live_sync/single_client_live_sessions_sync_test.cc', 3318 'test/live_sync/single_client_live_sessions_sync_test.cc',
3323 'test/live_sync/single_client_live_themes_sync_test.cc',
3324 'test/live_sync/single_client_preferences_sync_test.cc', 3319 'test/live_sync/single_client_preferences_sync_test.cc',
3320 'test/live_sync/single_client_themes_sync_test.cc',
3325 'test/live_sync/single_client_typed_urls_sync_test.cc', 3321 'test/live_sync/single_client_typed_urls_sync_test.cc',
3326 'test/live_sync/sync_datatype_helper.cc', 3322 'test/live_sync/sync_datatype_helper.cc',
3327 'test/live_sync/sync_datatype_helper.h', 3323 'test/live_sync/sync_datatype_helper.h',
3328 'test/live_sync/sync_errors_test.cc', 3324 'test/live_sync/sync_errors_test.cc',
3325 'test/live_sync/sync_extension_helper.cc',
3326 'test/live_sync/sync_extension_helper.h',
3327 'test/live_sync/themes_helper.cc',
3328 'test/live_sync/themes_helper.h',
3329 'test/live_sync/two_client_apps_sync_test.cc',
3329 'test/live_sync/two_client_autofill_sync_test.cc', 3330 'test/live_sync/two_client_autofill_sync_test.cc',
3330 'test/live_sync/two_client_bookmarks_sync_test.cc', 3331 'test/live_sync/two_client_bookmarks_sync_test.cc',
3331 'test/live_sync/two_client_live_apps_sync_test.cc', 3332 'test/live_sync/two_client_extensions_sync_test.cc',
3332 'test/live_sync/two_client_live_extensions_sync_test.cc',
3333 'test/live_sync/two_client_live_passwords_sync_test.cc', 3333 'test/live_sync/two_client_live_passwords_sync_test.cc',
3334 'test/live_sync/two_client_live_sessions_sync_test.cc', 3334 'test/live_sync/two_client_live_sessions_sync_test.cc',
3335 'test/live_sync/two_client_live_themes_sync_test.cc',
3336 'test/live_sync/two_client_preferences_sync_test.cc', 3335 'test/live_sync/two_client_preferences_sync_test.cc',
3336 'test/live_sync/two_client_themes_sync_test.cc',
3337 'test/live_sync/two_client_typed_urls_sync_test.cc', 3337 'test/live_sync/two_client_typed_urls_sync_test.cc',
3338 'test/live_sync/typed_urls_helper.cc', 3338 'test/live_sync/typed_urls_helper.cc',
3339 'test/live_sync/typed_urls_helper.h', 3339 'test/live_sync/typed_urls_helper.h',
3340 ], 3340 ],
3341 'conditions': [ 3341 'conditions': [
3342 ['toolkit_uses_gtk == 1', { 3342 ['toolkit_uses_gtk == 1', {
3343 'dependencies': [ 3343 'dependencies': [
3344 '../build/linux/system.gyp:gtk', 3344 '../build/linux/system.gyp:gtk',
3345 '../build/linux/system.gyp:ssl', 3345 '../build/linux/system.gyp:ssl',
3346 ], 3346 ],
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
3429 'browser/sessions/session_backend.cc', 3429 'browser/sessions/session_backend.cc',
3430 'browser/sync/glue/session_model_associator.cc', 3430 'browser/sync/glue/session_model_associator.cc',
3431 'test/base/out_of_proc_test_runner.cc', 3431 'test/base/out_of_proc_test_runner.cc',
3432 'test/base/test_notification_tracker.cc', 3432 'test/base/test_notification_tracker.cc',
3433 'test/base/test_notification_tracker.h', 3433 'test/base/test_notification_tracker.h',
3434 'test/data/resource.rc', 3434 'test/data/resource.rc',
3435 'test/live_sync/autofill_helper.cc', 3435 'test/live_sync/autofill_helper.cc',
3436 'test/live_sync/autofill_helper.h', 3436 'test/live_sync/autofill_helper.h',
3437 'test/live_sync/bookmarks_helper.cc', 3437 'test/live_sync/bookmarks_helper.cc',
3438 'test/live_sync/bookmarks_helper.h', 3438 'test/live_sync/bookmarks_helper.h',
3439 'test/live_sync/live_extensions_sync_test.cc', 3439 'test/live_sync/extensions_helper.cc',
3440 'test/live_sync/live_extensions_sync_test.h', 3440 'test/live_sync/extensions_helper.h',
3441 'test/live_sync/live_passwords_sync_test.cc', 3441 'test/live_sync/live_passwords_sync_test.cc',
3442 'test/live_sync/live_passwords_sync_test.h', 3442 'test/live_sync/live_passwords_sync_test.h',
3443 'test/live_sync/live_sessions_sync_test.cc', 3443 'test/live_sync/live_sessions_sync_test.cc',
3444 'test/live_sync/live_sessions_sync_test.h', 3444 'test/live_sync/live_sessions_sync_test.h',
3445 'test/live_sync/live_sync_extension_helper.cc',
3446 'test/live_sync/live_sync_extension_helper.h',
3447 'test/live_sync/live_sync_test.cc', 3445 'test/live_sync/live_sync_test.cc',
3448 'test/live_sync/live_sync_test.h', 3446 'test/live_sync/live_sync_test.h',
3449 'test/live_sync/performance/autofill_sync_perf_test.cc', 3447 'test/live_sync/performance/autofill_sync_perf_test.cc',
3450 'test/live_sync/performance/bookmarks_sync_perf_test.cc', 3448 'test/live_sync/performance/bookmarks_sync_perf_test.cc',
3451 'test/live_sync/performance/extensions_sync_perf_test.cc', 3449 'test/live_sync/performance/extensions_sync_perf_test.cc',
3452 'test/live_sync/performance/sync_timing_helper.cc', 3450 'test/live_sync/performance/sync_timing_helper.cc',
3453 'test/live_sync/performance/sync_timing_helper.h', 3451 'test/live_sync/performance/sync_timing_helper.h',
3454 'test/live_sync/performance/passwords_sync_perf_test.cc', 3452 'test/live_sync/performance/passwords_sync_perf_test.cc',
3455 'test/live_sync/performance/sessions_sync_perf_test.cc', 3453 'test/live_sync/performance/sessions_sync_perf_test.cc',
3456 'test/live_sync/performance/typed_urls_sync_perf_test.cc', 3454 'test/live_sync/performance/typed_urls_sync_perf_test.cc',
3457 'test/live_sync/sync_datatype_helper.cc', 3455 'test/live_sync/sync_datatype_helper.cc',
3458 'test/live_sync/sync_datatype_helper.h', 3456 'test/live_sync/sync_datatype_helper.h',
3457 'test/live_sync/sync_extension_helper.cc',
3458 'test/live_sync/sync_extension_helper.h',
3459 'test/live_sync/typed_urls_helper.cc', 3459 'test/live_sync/typed_urls_helper.cc',
3460 'test/live_sync/typed_urls_helper.h', 3460 'test/live_sync/typed_urls_helper.h',
3461 ], 3461 ],
3462 'conditions': [ 3462 'conditions': [
3463 ['toolkit_uses_gtk == 1', { 3463 ['toolkit_uses_gtk == 1', {
3464 'dependencies': [ 3464 'dependencies': [
3465 '../build/linux/system.gyp:gtk', 3465 '../build/linux/system.gyp:gtk',
3466 '../build/linux/system.gyp:ssl', 3466 '../build/linux/system.gyp:ssl',
3467 ], 3467 ],
3468 }], 3468 }],
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
4126 # Use outputs of this action as inputs for the main target build. 4126 # Use outputs of this action as inputs for the main target build.
4127 # Seems as a misnomer but makes this happy on Linux (scons). 4127 # Seems as a misnomer but makes this happy on Linux (scons).
4128 'process_outputs_as_sources': 1, 4128 'process_outputs_as_sources': 1,
4129 }, 4129 },
4130 ], # 'actions' 4130 ], # 'actions'
4131 }, 4131 },
4132 ] 4132 ]
4133 }], # 'coverage!=0' 4133 }], # 'coverage!=0'
4134 ], # 'conditions' 4134 ], # 'conditions'
4135 } 4135 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/live_sync/apps_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698