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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7376001: Move sync performance tests into new target (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 5 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 3429 matching lines...) Expand 10 before | Expand all | Expand 10 after
3440 'test/live_sync/live_sessions_sync_test.cc', 3440 'test/live_sync/live_sessions_sync_test.cc',
3441 'test/live_sync/live_sessions_sync_test.h', 3441 'test/live_sync/live_sessions_sync_test.h',
3442 'test/live_sync/live_themes_sync_test.cc', 3442 'test/live_sync/live_themes_sync_test.cc',
3443 'test/live_sync/live_themes_sync_test.h', 3443 'test/live_sync/live_themes_sync_test.h',
3444 'test/live_sync/live_typed_urls_sync_test.cc', 3444 'test/live_sync/live_typed_urls_sync_test.cc',
3445 'test/live_sync/live_typed_urls_sync_test.h', 3445 'test/live_sync/live_typed_urls_sync_test.h',
3446 'test/live_sync/live_sync_extension_helper.cc', 3446 'test/live_sync/live_sync_extension_helper.cc',
3447 'test/live_sync/live_sync_extension_helper.h', 3447 'test/live_sync/live_sync_extension_helper.h',
3448 'test/live_sync/live_sync_test.cc', 3448 'test/live_sync/live_sync_test.cc',
3449 'test/live_sync/live_sync_test.h', 3449 'test/live_sync/live_sync_test.h',
3450 'test/live_sync/live_sync_timing_helper.cc',
3451 'test/live_sync/live_sync_timing_helper.h',
3452 'test/live_sync/many_client_live_bookmarks_sync_test.cc', 3450 'test/live_sync/many_client_live_bookmarks_sync_test.cc',
3453 'test/live_sync/many_client_live_passwords_sync_test.cc', 3451 'test/live_sync/many_client_live_passwords_sync_test.cc',
3454 'test/live_sync/many_client_live_preferences_sync_test.cc', 3452 'test/live_sync/many_client_live_preferences_sync_test.cc',
3455 'test/live_sync/migration_errors_test.cc', 3453 'test/live_sync/migration_errors_test.cc',
3456 'test/live_sync/multiple_client_live_bookmarks_sync_test.cc', 3454 'test/live_sync/multiple_client_live_bookmarks_sync_test.cc',
3457 'test/live_sync/multiple_client_live_passwords_sync_test.cc', 3455 'test/live_sync/multiple_client_live_passwords_sync_test.cc',
3458 'test/live_sync/multiple_client_live_preferences_sync_test.cc', 3456 'test/live_sync/multiple_client_live_preferences_sync_test.cc',
3459 'test/live_sync/multiple_client_live_sessions_sync_test.cc', 3457 'test/live_sync/multiple_client_live_sessions_sync_test.cc',
3460 'test/live_sync/multiple_client_live_typed_urls_sync_test.cc', 3458 'test/live_sync/multiple_client_live_typed_urls_sync_test.cc',
3461 'test/live_sync/performance_live_autofill_sync_test.cc',
3462 'test/live_sync/performance_live_bookmarks_sync_test.cc',
3463 'test/live_sync/performance_live_extensions_sync_test.cc',
3464 'test/live_sync/performance_live_passwords_sync_test.cc',
3465 'test/live_sync/performance_live_typed_urls_sync_test.cc',
3466 'test/live_sync/single_client_live_apps_sync_test.cc', 3459 'test/live_sync/single_client_live_apps_sync_test.cc',
3467 'test/live_sync/single_client_live_bookmarks_sync_test.cc', 3460 'test/live_sync/single_client_live_bookmarks_sync_test.cc',
3468 'test/live_sync/single_client_live_extensions_sync_test.cc', 3461 'test/live_sync/single_client_live_extensions_sync_test.cc',
3469 'test/live_sync/single_client_live_passwords_sync_test.cc', 3462 'test/live_sync/single_client_live_passwords_sync_test.cc',
3470 'test/live_sync/single_client_live_preferences_sync_test.cc', 3463 'test/live_sync/single_client_live_preferences_sync_test.cc',
3471 'test/live_sync/single_client_live_sessions_sync_test.cc', 3464 'test/live_sync/single_client_live_sessions_sync_test.cc',
3472 'test/live_sync/single_client_live_themes_sync_test.cc', 3465 'test/live_sync/single_client_live_themes_sync_test.cc',
3473 'test/live_sync/single_client_live_typed_urls_sync_test.cc', 3466 'test/live_sync/single_client_live_typed_urls_sync_test.cc',
3474 'test/live_sync/two_client_live_apps_sync_test.cc', 3467 'test/live_sync/two_client_live_apps_sync_test.cc',
3475 'test/live_sync/two_client_live_autofill_sync_test.cc', 3468 'test/live_sync/two_client_live_autofill_sync_test.cc',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
3546 ], 3539 ],
3547 }], 3540 }],
3548 ['toolkit_views==1', { 3541 ['toolkit_views==1', {
3549 'dependencies': [ 3542 'dependencies': [
3550 '../views/views.gyp:views', 3543 '../views/views.gyp:views',
3551 ], 3544 ],
3552 }], 3545 }],
3553 ], 3546 ],
3554 }, 3547 },
3555 { 3548 {
3549 'target_name': 'sync_performance_tests',
3550 'type': 'executable',
3551 'dependencies': [
Raghu Simha 2011/07/15 07:54:28 I wonder if we can simply depend on "sync_integrat
braffert 2011/07/15 21:37:41 Simply replacing them all with sync_integration_te
3552 'browser',
3553 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
3554 'chrome',
3555 'chrome_resources',
3556 'common',
3557 'profile_import',
3558 'renderer',
3559 'chrome_strings',
3560 'test_support_common',
3561 '../net/net.gyp:net',
3562 '../net/net.gyp:net_test_support',
3563 '../printing/printing.gyp:printing',
3564 '../skia/skia.gyp:skia',
3565 '../testing/gmock.gyp:gmock',
3566 '../testing/gtest.gyp:gtest',
3567 '../third_party/icu/icu.gyp:icui18n',
3568 '../third_party/icu/icu.gyp:icuuc',
3569 '../third_party/npapi/npapi.gyp:npapi',
3570 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
3571 ],
3572 'include_dirs': [
3573 '..',
3574 '<(INTERMEDIATE_DIR)',
3575 '<(protoc_out_dir)',
3576 ],
3577 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ],
3578 'sources': [
3579 'browser/password_manager/password_form_data.cc',
3580 'test/out_of_proc_test_runner.cc',
3581 'test/live_sync/bookmark_model_verifier.cc',
3582 'test/live_sync/bookmark_model_verifier.h',
3583 'test/live_sync/live_autofill_sync_test.cc',
3584 'test/live_sync/live_autofill_sync_test.h',
3585 'test/live_sync/live_bookmarks_sync_test.cc',
3586 'test/live_sync/live_bookmarks_sync_test.h',
3587 'test/live_sync/live_extensions_sync_test.cc',
3588 'test/live_sync/live_extensions_sync_test.h',
3589 'test/live_sync/live_passwords_sync_test.cc',
3590 'test/live_sync/live_passwords_sync_test.h',
3591 'test/live_sync/live_typed_urls_sync_test.cc',
3592 'test/live_sync/live_typed_urls_sync_test.h',
3593 'test/live_sync/live_sync_extension_helper.cc',
3594 'test/live_sync/live_sync_extension_helper.h',
3595 'test/live_sync/live_sync_test.cc',
3596 'test/live_sync/live_sync_test.h',
3597 'test/live_sync/perf/autofill_sync_perf_test.cc',
3598 'test/live_sync/perf/bookmarks_sync_perf_test.cc',
3599 'test/live_sync/perf/extensions_sync_perf_test.cc',
3600 'test/live_sync/perf/live_sync_timing_helper.cc',
3601 'test/live_sync/perf/live_sync_timing_helper.h',
3602 'test/live_sync/perf/passwords_sync_perf_test.cc',
3603 'test/live_sync/perf/typed_urls_sync_perf_test.cc',
3604 ],
3605 'conditions': [
3606 ['toolkit_uses_gtk == 1', {
3607 'dependencies': [
3608 '../build/linux/system.gyp:gtk',
3609 '../build/linux/system.gyp:ssl',
3610 ],
3611 }],
3612 ['OS=="mac"', {
3613 # See the comment in this section of the unit_tests target for an
3614 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap).
3615 'dependencies+++': [
3616 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor e',
3617 ],
3618 # The sync_integration_tests do not run on mac without this flag.
3619 # Search for comments about "xcode_settings" elsewhere in this file.
3620 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
3621 }],
3622 ['OS=="win"', {
3623 'sources': [
3624 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc',
3625 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc',
3626 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
3627 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
3628 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ',
3629 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc',
3630 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc',
3631 ],
3632 'include_dirs': [
3633 '<(DEPTH)/third_party/wtl/include',
3634 ],
3635 'dependencies': [
3636 'chrome_dll_version',
3637 'installer_util_strings',
3638 '../sandbox/sandbox.gyp:sandbox',
3639 ],
3640 'conditions': [
3641 ['win_use_allocator_shim==1', {
3642 'dependencies': [
3643 '<(allocator_target)',
3644 ],
3645 }],
3646 ],
3647 'configurations': {
3648 'Debug': {
3649 'msvs_settings': {
3650 'VCLinkerTool': {
3651 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
3652 },
3653 },
3654 },
3655 },
3656 }, { # else: OS != "win"
3657 'sources!': [
3658 'app/chrome_dll.rc',
3659 'app/chrome_dll_version.rc.version',
3660 'test/data/resource.rc',
3661 ],
3662 }],
3663 ['toolkit_views==1', {
3664 'dependencies': [
3665 '../views/views.gyp:views',
3666 ],
3667 }],
3668 ],
3669 },
3670 {
3556 # Executable that contains all the tests to be run on the GPU bots. 3671 # Executable that contains all the tests to be run on the GPU bots.
3557 'target_name': 'gpu_tests', 3672 'target_name': 'gpu_tests',
3558 'type': 'executable', 3673 'type': 'executable',
3559 'dependencies': [ 3674 'dependencies': [
3560 'browser', 3675 'browser',
3561 'chrome', 3676 'chrome',
3562 'chrome_resources', 3677 'chrome_resources',
3563 'chrome_strings', 3678 'chrome_strings',
3564 'renderer', 3679 'renderer',
3565 'test_support_common', 3680 'test_support_common',
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
4161 # Use outputs of this action as inputs for the main target build. 4276 # Use outputs of this action as inputs for the main target build.
4162 # Seems as a misnomer but makes this happy on Linux (scons). 4277 # Seems as a misnomer but makes this happy on Linux (scons).
4163 'process_outputs_as_sources': 1, 4278 'process_outputs_as_sources': 1,
4164 }, 4279 },
4165 ], # 'actions' 4280 ], # 'actions'
4166 }, 4281 },
4167 ] 4282 ]
4168 }], # 'coverage!=0' 4283 }], # 'coverage!=0'
4169 ], # 'conditions' 4284 ], # 'conditions'
4170 } 4285 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/live_sync/live_sync_timing_helper.h » ('j') | chrome/test/live_sync/perf/autofill_sync_perf_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698