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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7841007: Rename browser/sync/test/live_sync directory to browser/sync/test/integration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "" Created 9 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/test/live_sync/typed_urls_helper.cc ('k') | no next file » | 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 3258 matching lines...) Expand 10 before | Expand all | Expand 10 after
3269 'app/chrome_dll.rc', 3269 'app/chrome_dll.rc',
3270 'app/chrome_dll_resource.h', 3270 'app/chrome_dll_resource.h',
3271 'app/chrome_version.rc.version', 3271 'app/chrome_version.rc.version',
3272 'browser/password_manager/password_form_data.cc', 3272 'browser/password_manager/password_form_data.cc',
3273 'browser/sessions/session_backend.cc', 3273 'browser/sessions/session_backend.cc',
3274 'browser/sync/glue/session_model_associator.cc', 3274 'browser/sync/glue/session_model_associator.cc',
3275 'test/base/out_of_proc_test_runner.cc', 3275 'test/base/out_of_proc_test_runner.cc',
3276 'test/base/test_notification_tracker.cc', 3276 'test/base/test_notification_tracker.cc',
3277 'test/base/test_notification_tracker.h', 3277 'test/base/test_notification_tracker.h',
3278 'test/data/resource.rc', 3278 'test/data/resource.rc',
3279 'browser/sync/test/live_sync/apps_helper.cc', 3279 'browser/sync/test/integration/apps_helper.cc',
3280 'browser/sync/test/live_sync/apps_helper.h', 3280 'browser/sync/test/integration/apps_helper.h',
3281 'browser/sync/test/live_sync/autofill_helper.cc', 3281 'browser/sync/test/integration/autofill_helper.cc',
3282 'browser/sync/test/live_sync/autofill_helper.h', 3282 'browser/sync/test/integration/autofill_helper.h',
3283 'browser/sync/test/live_sync/bookmarks_helper.cc', 3283 'browser/sync/test/integration/bookmarks_helper.cc',
3284 'browser/sync/test/live_sync/bookmarks_helper.h', 3284 'browser/sync/test/integration/bookmarks_helper.h',
3285 'browser/sync/test/live_sync/extensions_helper.cc', 3285 'browser/sync/test/integration/extensions_helper.cc',
3286 'browser/sync/test/live_sync/extensions_helper.h', 3286 'browser/sync/test/integration/extensions_helper.h',
3287 'browser/sync/test/live_sync/live_sync_test.cc', 3287 'browser/sync/test/integration/many_client_bookmarks_sync_test.cc',
3288 'browser/sync/test/live_sync/live_sync_test.h', 3288 'browser/sync/test/integration/many_client_passwords_sync_test.cc',
3289 'browser/sync/test/live_sync/many_client_bookmarks_sync_test.cc', 3289 'browser/sync/test/integration/many_client_preferences_sync_test.cc',
3290 'browser/sync/test/live_sync/many_client_passwords_sync_test.cc', 3290 'browser/sync/test/integration/migration_errors_test.cc',
3291 'browser/sync/test/live_sync/many_client_preferences_sync_test.cc', 3291 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc',
3292 'browser/sync/test/live_sync/migration_errors_test.cc', 3292 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc',
3293 'browser/sync/test/live_sync/multiple_client_bookmarks_sync_test.cc', 3293 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc' ,
3294 'browser/sync/test/live_sync/multiple_client_passwords_sync_test.cc', 3294 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc',
3295 'browser/sync/test/live_sync/multiple_client_preferences_sync_test.cc', 3295 'browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc',
3296 'browser/sync/test/live_sync/multiple_client_sessions_sync_test.cc', 3296 'browser/sync/test/integration/passwords_helper.cc',
3297 'browser/sync/test/live_sync/multiple_client_typed_urls_sync_test.cc', 3297 'browser/sync/test/integration/passwords_helper.h',
3298 'browser/sync/test/live_sync/passwords_helper.cc', 3298 'browser/sync/test/integration/preferences_helper.cc',
3299 'browser/sync/test/live_sync/passwords_helper.h', 3299 'browser/sync/test/integration/preferences_helper.h',
3300 'browser/sync/test/live_sync/preferences_helper.cc', 3300 'browser/sync/test/integration/sessions_helper.cc',
3301 'browser/sync/test/live_sync/preferences_helper.h', 3301 'browser/sync/test/integration/sessions_helper.h',
3302 'browser/sync/test/live_sync/sessions_helper.cc', 3302 'browser/sync/test/integration/single_client_apps_sync_test.cc',
3303 'browser/sync/test/live_sync/sessions_helper.h', 3303 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc',
3304 'browser/sync/test/live_sync/single_client_apps_sync_test.cc', 3304 'browser/sync/test/integration/single_client_extensions_sync_test.cc',
3305 'browser/sync/test/live_sync/single_client_bookmarks_sync_test.cc', 3305 'browser/sync/test/integration/single_client_passwords_sync_test.cc',
3306 'browser/sync/test/live_sync/single_client_extensions_sync_test.cc', 3306 'browser/sync/test/integration/single_client_preferences_sync_test.cc',
3307 'browser/sync/test/live_sync/single_client_passwords_sync_test.cc', 3307 'browser/sync/test/integration/single_client_sessions_sync_test.cc',
3308 'browser/sync/test/live_sync/single_client_preferences_sync_test.cc', 3308 'browser/sync/test/integration/single_client_themes_sync_test.cc',
3309 'browser/sync/test/live_sync/single_client_sessions_sync_test.cc', 3309 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc',
3310 'browser/sync/test/live_sync/single_client_themes_sync_test.cc', 3310 'browser/sync/test/integration/sync_datatype_helper.cc',
3311 'browser/sync/test/live_sync/single_client_typed_urls_sync_test.cc', 3311 'browser/sync/test/integration/sync_datatype_helper.h',
3312 'browser/sync/test/live_sync/sync_datatype_helper.cc', 3312 'browser/sync/test/integration/sync_errors_test.cc',
3313 'browser/sync/test/live_sync/sync_datatype_helper.h', 3313 'browser/sync/test/integration/sync_extension_helper.cc',
3314 'browser/sync/test/live_sync/sync_errors_test.cc', 3314 'browser/sync/test/integration/sync_extension_helper.h',
3315 'browser/sync/test/live_sync/sync_extension_helper.cc', 3315 'browser/sync/test/integration/sync_test.cc',
3316 'browser/sync/test/live_sync/sync_extension_helper.h', 3316 'browser/sync/test/integration/sync_test.h',
3317 'browser/sync/test/live_sync/themes_helper.cc', 3317 'browser/sync/test/integration/themes_helper.cc',
3318 'browser/sync/test/live_sync/themes_helper.h', 3318 'browser/sync/test/integration/themes_helper.h',
3319 'browser/sync/test/live_sync/two_client_apps_sync_test.cc', 3319 'browser/sync/test/integration/two_client_apps_sync_test.cc',
3320 'browser/sync/test/live_sync/two_client_autofill_sync_test.cc', 3320 'browser/sync/test/integration/two_client_autofill_sync_test.cc',
3321 'browser/sync/test/live_sync/two_client_bookmarks_sync_test.cc', 3321 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc',
3322 'browser/sync/test/live_sync/two_client_extensions_sync_test.cc', 3322 'browser/sync/test/integration/two_client_extensions_sync_test.cc',
3323 'browser/sync/test/live_sync/two_client_passwords_sync_test.cc', 3323 'browser/sync/test/integration/two_client_passwords_sync_test.cc',
3324 'browser/sync/test/live_sync/two_client_preferences_sync_test.cc', 3324 'browser/sync/test/integration/two_client_preferences_sync_test.cc',
3325 'browser/sync/test/live_sync/two_client_sessions_sync_test.cc', 3325 'browser/sync/test/integration/two_client_sessions_sync_test.cc',
3326 'browser/sync/test/live_sync/two_client_themes_sync_test.cc', 3326 'browser/sync/test/integration/two_client_themes_sync_test.cc',
3327 'browser/sync/test/live_sync/two_client_typed_urls_sync_test.cc', 3327 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc',
3328 'browser/sync/test/live_sync/typed_urls_helper.cc', 3328 'browser/sync/test/integration/typed_urls_helper.cc',
3329 'browser/sync/test/live_sync/typed_urls_helper.h', 3329 'browser/sync/test/integration/typed_urls_helper.h',
3330 ], 3330 ],
3331 'conditions': [ 3331 'conditions': [
3332 ['toolkit_uses_gtk == 1', { 3332 ['toolkit_uses_gtk == 1', {
3333 'dependencies': [ 3333 'dependencies': [
3334 '../build/linux/system.gyp:gtk', 3334 '../build/linux/system.gyp:gtk',
3335 '../build/linux/system.gyp:ssl', 3335 '../build/linux/system.gyp:ssl',
3336 ], 3336 ],
3337 }], 3337 }],
3338 ['OS=="mac"', { 3338 ['OS=="mac"', {
3339 # See the comment in this section of the unit_tests target for an 3339 # See the comment in this section of the unit_tests target for an
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
3412 ], 3412 ],
3413 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], 3413 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ],
3414 'sources': [ 3414 'sources': [
3415 'app/chrome_command_ids.h', 3415 'app/chrome_command_ids.h',
3416 'app/chrome_dll.rc', 3416 'app/chrome_dll.rc',
3417 'app/chrome_dll_resource.h', 3417 'app/chrome_dll_resource.h',
3418 'app/chrome_version.rc.version', 3418 'app/chrome_version.rc.version',
3419 'browser/password_manager/password_form_data.cc', 3419 'browser/password_manager/password_form_data.cc',
3420 'browser/sessions/session_backend.cc', 3420 'browser/sessions/session_backend.cc',
3421 'browser/sync/glue/session_model_associator.cc', 3421 'browser/sync/glue/session_model_associator.cc',
3422 'browser/sync/test/live_sync/autofill_helper.cc', 3422 'browser/sync/test/integration/autofill_helper.cc',
3423 'browser/sync/test/live_sync/autofill_helper.h', 3423 'browser/sync/test/integration/autofill_helper.h',
3424 'browser/sync/test/live_sync/bookmarks_helper.cc', 3424 'browser/sync/test/integration/bookmarks_helper.cc',
3425 'browser/sync/test/live_sync/bookmarks_helper.h', 3425 'browser/sync/test/integration/bookmarks_helper.h',
3426 'browser/sync/test/live_sync/extensions_helper.cc', 3426 'browser/sync/test/integration/extensions_helper.cc',
3427 'browser/sync/test/live_sync/extensions_helper.h', 3427 'browser/sync/test/integration/extensions_helper.h',
3428 'browser/sync/test/live_sync/live_sync_test.cc', 3428 'browser/sync/test/integration/passwords_helper.cc',
3429 'browser/sync/test/live_sync/live_sync_test.h', 3429 'browser/sync/test/integration/passwords_helper.h',
3430 'browser/sync/test/live_sync/passwords_helper.cc', 3430 'browser/sync/test/integration/performance/autofill_sync_perf_test.cc',
3431 'browser/sync/test/live_sync/passwords_helper.h', 3431 'browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc',
3432 'browser/sync/test/live_sync/performance/autofill_sync_perf_test.cc', 3432 'browser/sync/test/integration/performance/extensions_sync_perf_test.cc' ,
3433 'browser/sync/test/live_sync/performance/bookmarks_sync_perf_test.cc', 3433 'browser/sync/test/integration/performance/sync_timing_helper.cc',
3434 'browser/sync/test/live_sync/performance/extensions_sync_perf_test.cc', 3434 'browser/sync/test/integration/performance/sync_timing_helper.h',
3435 'browser/sync/test/live_sync/performance/sync_timing_helper.cc', 3435 'browser/sync/test/integration/performance/passwords_sync_perf_test.cc',
3436 'browser/sync/test/live_sync/performance/sync_timing_helper.h', 3436 'browser/sync/test/integration/performance/sessions_sync_perf_test.cc',
3437 'browser/sync/test/live_sync/performance/passwords_sync_perf_test.cc', 3437 'browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc' ,
3438 'browser/sync/test/live_sync/performance/sessions_sync_perf_test.cc', 3438 'browser/sync/test/integration/sessions_helper.cc',
3439 'browser/sync/test/live_sync/performance/typed_urls_sync_perf_test.cc', 3439 'browser/sync/test/integration/sessions_helper.h',
3440 'browser/sync/test/live_sync/sessions_helper.cc', 3440 'browser/sync/test/integration/sync_datatype_helper.cc',
3441 'browser/sync/test/live_sync/sessions_helper.h', 3441 'browser/sync/test/integration/sync_datatype_helper.h',
3442 'browser/sync/test/live_sync/sync_datatype_helper.cc', 3442 'browser/sync/test/integration/sync_extension_helper.cc',
3443 'browser/sync/test/live_sync/sync_datatype_helper.h', 3443 'browser/sync/test/integration/sync_extension_helper.h',
3444 'browser/sync/test/live_sync/sync_extension_helper.cc', 3444 'browser/sync/test/integration/sync_test.cc',
3445 'browser/sync/test/live_sync/sync_extension_helper.h', 3445 'browser/sync/test/integration/sync_test.h',
3446 'browser/sync/test/live_sync/typed_urls_helper.cc', 3446 'browser/sync/test/integration/typed_urls_helper.cc',
3447 'browser/sync/test/live_sync/typed_urls_helper.h', 3447 'browser/sync/test/integration/typed_urls_helper.h',
3448 'test/base/out_of_proc_test_runner.cc', 3448 'test/base/out_of_proc_test_runner.cc',
3449 'test/base/test_notification_tracker.cc', 3449 'test/base/test_notification_tracker.cc',
3450 'test/base/test_notification_tracker.h', 3450 'test/base/test_notification_tracker.h',
3451 'test/data/resource.rc', 3451 'test/data/resource.rc',
3452 ], 3452 ],
3453 'conditions': [ 3453 'conditions': [
3454 ['toolkit_uses_gtk == 1', { 3454 ['toolkit_uses_gtk == 1', {
3455 'dependencies': [ 3455 'dependencies': [
3456 '../build/linux/system.gyp:gtk', 3456 '../build/linux/system.gyp:gtk',
3457 '../build/linux/system.gyp:ssl', 3457 '../build/linux/system.gyp:ssl',
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
4121 # Use outputs of this action as inputs for the main target build. 4121 # Use outputs of this action as inputs for the main target build.
4122 # Seems as a misnomer but makes this happy on Linux (scons). 4122 # Seems as a misnomer but makes this happy on Linux (scons).
4123 'process_outputs_as_sources': 1, 4123 'process_outputs_as_sources': 1,
4124 }, 4124 },
4125 ], # 'actions' 4125 ], # 'actions'
4126 }, 4126 },
4127 ] 4127 ]
4128 }], # 'coverage!=0' 4128 }], # 'coverage!=0'
4129 ], # 'conditions' 4129 ], # 'conditions'
4130 } 4130 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/live_sync/typed_urls_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698