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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7259005: Allow sync integration tests to operate on multiple datatypes: Preferences + Bookmarks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase (no code changes) 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/bookmark_model_verifier.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 3474 matching lines...) Expand 10 before | Expand all | Expand 10 after
3485 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], 3485 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ],
3486 'sources': [ 3486 'sources': [
3487 'app/chrome_command_ids.h', 3487 'app/chrome_command_ids.h',
3488 'app/chrome_dll.rc', 3488 'app/chrome_dll.rc',
3489 'app/chrome_dll_resource.h', 3489 'app/chrome_dll_resource.h',
3490 'app/chrome_version.rc.version', 3490 'app/chrome_version.rc.version',
3491 'browser/password_manager/password_form_data.cc', 3491 'browser/password_manager/password_form_data.cc',
3492 'browser/sessions/session_backend.cc', 3492 'browser/sessions/session_backend.cc',
3493 'browser/sync/glue/session_model_associator.cc', 3493 'browser/sync/glue/session_model_associator.cc',
3494 'test/out_of_proc_test_runner.cc', 3494 'test/out_of_proc_test_runner.cc',
3495 'test/live_sync/bookmark_model_verifier.cc', 3495 'test/live_sync/bookmarks_helper.cc',
3496 'test/live_sync/bookmark_model_verifier.h', 3496 'test/live_sync/bookmarks_helper.h',
3497 'test/live_sync/live_apps_sync_test.cc', 3497 'test/live_sync/live_apps_sync_test.cc',
3498 'test/live_sync/live_apps_sync_test.h', 3498 'test/live_sync/live_apps_sync_test.h',
3499 'test/live_sync/live_autofill_sync_test.cc', 3499 'test/live_sync/live_autofill_sync_test.cc',
3500 'test/live_sync/live_autofill_sync_test.h', 3500 'test/live_sync/live_autofill_sync_test.h',
3501 'test/live_sync/live_bookmarks_sync_test.cc',
3502 'test/live_sync/live_bookmarks_sync_test.h',
3503 'test/live_sync/live_extensions_sync_test.cc', 3501 'test/live_sync/live_extensions_sync_test.cc',
3504 'test/live_sync/live_extensions_sync_test.h', 3502 'test/live_sync/live_extensions_sync_test.h',
3505 'test/live_sync/live_passwords_sync_test.cc', 3503 'test/live_sync/live_passwords_sync_test.cc',
3506 'test/live_sync/live_passwords_sync_test.h', 3504 'test/live_sync/live_passwords_sync_test.h',
3507 'test/live_sync/live_preferences_sync_test.cc',
3508 'test/live_sync/live_preferences_sync_test.h',
3509 'test/live_sync/live_sessions_sync_test.cc', 3505 'test/live_sync/live_sessions_sync_test.cc',
3510 'test/live_sync/live_sessions_sync_test.h', 3506 'test/live_sync/live_sessions_sync_test.h',
3511 'test/live_sync/live_themes_sync_test.cc', 3507 'test/live_sync/live_themes_sync_test.cc',
3512 'test/live_sync/live_themes_sync_test.h', 3508 'test/live_sync/live_themes_sync_test.h',
3513 'test/live_sync/live_typed_urls_sync_test.cc', 3509 'test/live_sync/live_typed_urls_sync_test.cc',
3514 'test/live_sync/live_typed_urls_sync_test.h', 3510 'test/live_sync/live_typed_urls_sync_test.h',
3515 'test/live_sync/live_sync_extension_helper.cc', 3511 'test/live_sync/live_sync_extension_helper.cc',
3516 'test/live_sync/live_sync_extension_helper.h', 3512 'test/live_sync/live_sync_extension_helper.h',
3517 'test/live_sync/live_sync_test.cc', 3513 'test/live_sync/live_sync_test.cc',
3518 'test/live_sync/live_sync_test.h', 3514 'test/live_sync/live_sync_test.h',
3519 'test/live_sync/many_client_live_bookmarks_sync_test.cc', 3515 'test/live_sync/many_client_bookmarks_sync_test.cc',
3520 'test/live_sync/many_client_live_passwords_sync_test.cc', 3516 'test/live_sync/many_client_live_passwords_sync_test.cc',
3521 'test/live_sync/many_client_live_preferences_sync_test.cc', 3517 'test/live_sync/many_client_preferences_sync_test.cc',
3522 'test/live_sync/migration_errors_test.cc', 3518 'test/live_sync/migration_errors_test.cc',
3523 'test/live_sync/multiple_client_live_bookmarks_sync_test.cc', 3519 'test/live_sync/multiple_client_bookmarks_sync_test.cc',
3524 'test/live_sync/multiple_client_live_passwords_sync_test.cc', 3520 'test/live_sync/multiple_client_live_passwords_sync_test.cc',
3525 'test/live_sync/multiple_client_live_preferences_sync_test.cc',
3526 'test/live_sync/multiple_client_live_sessions_sync_test.cc', 3521 'test/live_sync/multiple_client_live_sessions_sync_test.cc',
3527 'test/live_sync/multiple_client_live_typed_urls_sync_test.cc', 3522 'test/live_sync/multiple_client_live_typed_urls_sync_test.cc',
3523 'test/live_sync/multiple_client_preferences_sync_test.cc',
3524 'test/live_sync/preferences_helper.cc',
3525 'test/live_sync/preferences_helper.h',
3526 'test/live_sync/single_client_bookmarks_sync_test.cc',
3528 'test/live_sync/single_client_live_apps_sync_test.cc', 3527 'test/live_sync/single_client_live_apps_sync_test.cc',
3529 'test/live_sync/single_client_live_bookmarks_sync_test.cc',
3530 'test/live_sync/single_client_live_extensions_sync_test.cc', 3528 'test/live_sync/single_client_live_extensions_sync_test.cc',
3531 'test/live_sync/single_client_live_passwords_sync_test.cc', 3529 'test/live_sync/single_client_live_passwords_sync_test.cc',
3532 'test/live_sync/single_client_live_preferences_sync_test.cc',
3533 'test/live_sync/single_client_live_sessions_sync_test.cc', 3530 'test/live_sync/single_client_live_sessions_sync_test.cc',
3534 'test/live_sync/single_client_live_themes_sync_test.cc', 3531 'test/live_sync/single_client_live_themes_sync_test.cc',
3535 'test/live_sync/single_client_live_typed_urls_sync_test.cc', 3532 'test/live_sync/single_client_live_typed_urls_sync_test.cc',
3533 'test/live_sync/single_client_preferences_sync_test.cc',
3534 'test/live_sync/sync_datatype_helper.cc',
3535 'test/live_sync/sync_datatype_helper.h',
3536 'test/live_sync/two_client_bookmarks_sync_test.cc',
3536 'test/live_sync/two_client_live_apps_sync_test.cc', 3537 'test/live_sync/two_client_live_apps_sync_test.cc',
3537 'test/live_sync/two_client_live_autofill_sync_test.cc', 3538 'test/live_sync/two_client_live_autofill_sync_test.cc',
3538 'test/live_sync/two_client_live_bookmarks_sync_test.cc',
3539 'test/live_sync/two_client_live_extensions_sync_test.cc', 3539 'test/live_sync/two_client_live_extensions_sync_test.cc',
3540 'test/live_sync/two_client_live_preferences_sync_test.cc',
3541 'test/live_sync/two_client_live_passwords_sync_test.cc', 3540 'test/live_sync/two_client_live_passwords_sync_test.cc',
3542 'test/live_sync/two_client_live_sessions_sync_test.cc', 3541 'test/live_sync/two_client_live_sessions_sync_test.cc',
3543 'test/live_sync/two_client_live_themes_sync_test.cc', 3542 'test/live_sync/two_client_live_themes_sync_test.cc',
3544 'test/live_sync/two_client_live_typed_urls_sync_test.cc', 3543 'test/live_sync/two_client_live_typed_urls_sync_test.cc',
3544 'test/live_sync/two_client_preferences_sync_test.cc',
3545 'test/test_notification_tracker.cc', 3545 'test/test_notification_tracker.cc',
3546 'test/test_notification_tracker.h', 3546 'test/test_notification_tracker.h',
3547 'test/ui_test_utils_linux.cc', 3547 'test/ui_test_utils_linux.cc',
3548 'test/ui_test_utils_mac.mm', 3548 'test/ui_test_utils_mac.mm',
3549 'test/ui_test_utils_win.cc', 3549 'test/ui_test_utils_win.cc',
3550 'test/data/resource.rc', 3550 'test/data/resource.rc',
3551 ], 3551 ],
3552 'conditions': [ 3552 'conditions': [
3553 ['toolkit_uses_gtk == 1', { 3553 ['toolkit_uses_gtk == 1', {
3554 'dependencies': [ 3554 'dependencies': [
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
3627 ], 3627 ],
3628 'include_dirs': [ 3628 'include_dirs': [
3629 '..', 3629 '..',
3630 '<(INTERMEDIATE_DIR)', 3630 '<(INTERMEDIATE_DIR)',
3631 '<(protoc_out_dir)', 3631 '<(protoc_out_dir)',
3632 ], 3632 ],
3633 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], 3633 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ],
3634 'sources': [ 3634 'sources': [
3635 'browser/password_manager/password_form_data.cc', 3635 'browser/password_manager/password_form_data.cc',
3636 'test/out_of_proc_test_runner.cc', 3636 'test/out_of_proc_test_runner.cc',
3637 'test/live_sync/bookmark_model_verifier.cc', 3637 'test/live_sync/bookmarks_helper.cc',
3638 'test/live_sync/bookmark_model_verifier.h', 3638 'test/live_sync/bookmarks_helper.h',
3639 'test/live_sync/live_autofill_sync_test.cc', 3639 'test/live_sync/live_autofill_sync_test.cc',
3640 'test/live_sync/live_autofill_sync_test.h', 3640 'test/live_sync/live_autofill_sync_test.h',
3641 'test/live_sync/live_bookmarks_sync_test.cc',
3642 'test/live_sync/live_bookmarks_sync_test.h',
3643 'test/live_sync/live_extensions_sync_test.cc', 3641 'test/live_sync/live_extensions_sync_test.cc',
3644 'test/live_sync/live_extensions_sync_test.h', 3642 'test/live_sync/live_extensions_sync_test.h',
3645 'test/live_sync/live_passwords_sync_test.cc', 3643 'test/live_sync/live_passwords_sync_test.cc',
3646 'test/live_sync/live_passwords_sync_test.h', 3644 'test/live_sync/live_passwords_sync_test.h',
3647 'test/live_sync/live_typed_urls_sync_test.cc', 3645 'test/live_sync/live_typed_urls_sync_test.cc',
3648 'test/live_sync/live_typed_urls_sync_test.h', 3646 'test/live_sync/live_typed_urls_sync_test.h',
3649 'test/live_sync/live_sync_extension_helper.cc', 3647 'test/live_sync/live_sync_extension_helper.cc',
3650 'test/live_sync/live_sync_extension_helper.h', 3648 'test/live_sync/live_sync_extension_helper.h',
3651 'test/live_sync/live_sync_test.cc', 3649 'test/live_sync/live_sync_test.cc',
3652 'test/live_sync/live_sync_test.h', 3650 'test/live_sync/live_sync_test.h',
3653 'test/live_sync/performance/autofill_sync_perf_test.cc', 3651 'test/live_sync/performance/autofill_sync_perf_test.cc',
3654 'test/live_sync/performance/bookmarks_sync_perf_test.cc', 3652 'test/live_sync/performance/bookmarks_sync_perf_test.cc',
3655 'test/live_sync/performance/extensions_sync_perf_test.cc', 3653 'test/live_sync/performance/extensions_sync_perf_test.cc',
3656 'test/live_sync/performance/sync_timing_helper.cc', 3654 'test/live_sync/performance/sync_timing_helper.cc',
3657 'test/live_sync/performance/sync_timing_helper.h', 3655 'test/live_sync/performance/sync_timing_helper.h',
3658 'test/live_sync/performance/passwords_sync_perf_test.cc', 3656 'test/live_sync/performance/passwords_sync_perf_test.cc',
3659 'test/live_sync/performance/typed_urls_sync_perf_test.cc', 3657 'test/live_sync/performance/typed_urls_sync_perf_test.cc',
3658 'test/live_sync/sync_datatype_helper.cc',
3659 'test/live_sync/sync_datatype_helper.h',
3660 ], 3660 ],
3661 'conditions': [ 3661 'conditions': [
3662 ['toolkit_uses_gtk == 1', { 3662 ['toolkit_uses_gtk == 1', {
3663 'dependencies': [ 3663 'dependencies': [
3664 '../build/linux/system.gyp:gtk', 3664 '../build/linux/system.gyp:gtk',
3665 '../build/linux/system.gyp:ssl', 3665 '../build/linux/system.gyp:ssl',
3666 ], 3666 ],
3667 }], 3667 }],
3668 ['OS=="mac"', { 3668 ['OS=="mac"', {
3669 # See the comment in this section of the unit_tests target for an 3669 # See the comment in this section of the unit_tests target for an
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
4359 # Use outputs of this action as inputs for the main target build. 4359 # Use outputs of this action as inputs for the main target build.
4360 # Seems as a misnomer but makes this happy on Linux (scons). 4360 # Seems as a misnomer but makes this happy on Linux (scons).
4361 'process_outputs_as_sources': 1, 4361 'process_outputs_as_sources': 1,
4362 }, 4362 },
4363 ], # 'actions' 4363 ], # 'actions'
4364 }, 4364 },
4365 ] 4365 ]
4366 }], # 'coverage!=0' 4366 }], # 'coverage!=0'
4367 ], # 'conditions' 4367 ], # 'conditions'
4368 } 4368 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/live_sync/bookmark_model_verifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698