| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables' : { | 5 'variables' : { |
| 6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 ], | 31 ], |
| 32 'targets': [ | 32 'targets': [ |
| 33 { | 33 { |
| 34 # This target contains mocks and test utilities that don't belong in | 34 # This target contains mocks and test utilities that don't belong in |
| 35 # production libraries but are used by more than one test executable. | 35 # production libraries but are used by more than one test executable. |
| 36 'target_name': 'test_support_common', | 36 'target_name': 'test_support_common', |
| 37 'type': 'static_library', | 37 'type': 'static_library', |
| 38 'dependencies': [ | 38 'dependencies': [ |
| 39 'app/policy/cloud_policy_codegen.gyp:policy', | 39 'app/policy/cloud_policy_codegen.gyp:policy', |
| 40 'browser', | 40 'browser', |
| 41 'browser/sync/protocol/sync_proto.gyp:sync_proto', | 41 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 42 'chrome_resources.gyp:chrome_resources', | 42 'chrome_resources.gyp:chrome_resources', |
| 43 'chrome_resources.gyp:chrome_strings', | 43 'chrome_resources.gyp:chrome_strings', |
| 44 'chrome_resources.gyp:theme_resources', | 44 'chrome_resources.gyp:theme_resources', |
| 45 'common', | 45 'common', |
| 46 'plugin', | 46 'plugin', |
| 47 'renderer', | 47 'renderer', |
| 48 'service', | 48 'service', |
| 49 'utility', | 49 'utility', |
| 50 '../base/base.gyp:test_support_base', | 50 '../base/base.gyp:test_support_base', |
| 51 '../content/content.gyp:content_app', | 51 '../content/content.gyp:content_app', |
| (...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 ], | 530 ], |
| 531 }], | 531 }], |
| 532 ], | 532 ], |
| 533 }], | 533 }], |
| 534 ], | 534 ], |
| 535 }, | 535 }, |
| 536 { | 536 { |
| 537 'target_name': 'interactive_ui_tests', | 537 'target_name': 'interactive_ui_tests', |
| 538 'type': 'executable', | 538 'type': 'executable', |
| 539 'dependencies': [ | 539 'dependencies': [ |
| 540 'browser/sync/protocol/sync_proto.gyp:sync_proto', | 540 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 541 'chrome', | 541 'chrome', |
| 542 'chrome_resources.gyp:chrome_resources', | 542 'chrome_resources.gyp:chrome_resources', |
| 543 'chrome_resources.gyp:chrome_strings', | 543 'chrome_resources.gyp:chrome_strings', |
| 544 'debugger', | 544 'debugger', |
| 545 'syncapi_core', | 545 'syncapi_core', |
| 546 'test_support_common', | 546 'test_support_common', |
| 547 'test_support_ui', | 547 'test_support_ui', |
| 548 '../third_party/hunspell/hunspell.gyp:hunspell', | 548 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 549 '../net/net.gyp:net', | 549 '../net/net.gyp:net', |
| 550 '../net/net.gyp:net_resources', | 550 '../net/net.gyp:net_resources', |
| (...skipping 1964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2515 ], | 2515 ], |
| 2516 }, | 2516 }, |
| 2517 { | 2517 { |
| 2518 # Executable that runs each browser test in a new process. | 2518 # Executable that runs each browser test in a new process. |
| 2519 'target_name': 'browser_tests', | 2519 'target_name': 'browser_tests', |
| 2520 'type': 'executable', | 2520 'type': 'executable', |
| 2521 'msvs_cygwin_shell': 0, | 2521 'msvs_cygwin_shell': 0, |
| 2522 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], | 2522 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], |
| 2523 'dependencies': [ | 2523 'dependencies': [ |
| 2524 'browser', | 2524 'browser', |
| 2525 'browser/sync/protocol/sync_proto.gyp:sync_proto', | 2525 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 2526 'chrome', | 2526 'chrome', |
| 2527 'chrome_resources.gyp:chrome_resources', | 2527 'chrome_resources.gyp:chrome_resources', |
| 2528 'chrome_resources.gyp:chrome_strings', | 2528 'chrome_resources.gyp:chrome_strings', |
| 2529 'common/extensions/api/api.gyp:api', | 2529 'common/extensions/api/api.gyp:api', |
| 2530 'renderer', | 2530 'renderer', |
| 2531 'test_support_common', | 2531 'test_support_common', |
| 2532 '../base/base.gyp:base', | 2532 '../base/base.gyp:base', |
| 2533 '../base/base.gyp:base_i18n', | 2533 '../base/base.gyp:base_i18n', |
| 2534 '../base/base.gyp:test_support_base', | 2534 '../base/base.gyp:test_support_base', |
| 2535 '../net/net.gyp:net', | 2535 '../net/net.gyp:net', |
| (...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3212 ], # conditions | 3212 ], # conditions |
| 3213 }, # target browser_tests | 3213 }, # target browser_tests |
| 3214 { | 3214 { |
| 3215 # Executable that runs each perf browser test in a new process. | 3215 # Executable that runs each perf browser test in a new process. |
| 3216 'target_name': 'performance_browser_tests', | 3216 'target_name': 'performance_browser_tests', |
| 3217 'type': 'executable', | 3217 'type': 'executable', |
| 3218 'msvs_cygwin_shell': 0, | 3218 'msvs_cygwin_shell': 0, |
| 3219 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], | 3219 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], |
| 3220 'dependencies': [ | 3220 'dependencies': [ |
| 3221 'browser', | 3221 'browser', |
| 3222 'browser/sync/protocol/sync_proto.gyp:sync_proto', | 3222 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 3223 'chrome', | 3223 'chrome', |
| 3224 'chrome_resources.gyp:chrome_resources', | 3224 'chrome_resources.gyp:chrome_resources', |
| 3225 'chrome_resources.gyp:chrome_strings', | 3225 'chrome_resources.gyp:chrome_strings', |
| 3226 'renderer', | 3226 'renderer', |
| 3227 'test_support_common', | 3227 'test_support_common', |
| 3228 '../base/base.gyp:base', | 3228 '../base/base.gyp:base', |
| 3229 '../base/base.gyp:base_i18n', | 3229 '../base/base.gyp:base_i18n', |
| 3230 '../base/base.gyp:test_support_base', | 3230 '../base/base.gyp:test_support_base', |
| 3231 '../net/net.gyp:net', | 3231 '../net/net.gyp:net', |
| 3232 '../net/net.gyp:net_test_support', | 3232 '../net/net.gyp:net_test_support', |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3615 'dependencies': [ | 3615 'dependencies': [ |
| 3616 '../ui/views/views.gyp:views', | 3616 '../ui/views/views.gyp:views', |
| 3617 ], | 3617 ], |
| 3618 }], | 3618 }], |
| 3619 ], | 3619 ], |
| 3620 }, | 3620 }, |
| 3621 { | 3621 { |
| 3622 'target_name': 'sync_unit_tests', | 3622 'target_name': 'sync_unit_tests', |
| 3623 'type': 'executable', | 3623 'type': 'executable', |
| 3624 'sources': [ | 3624 'sources': [ |
| 3625 '<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc', | 3625 '<(protoc_out_dir)//sync/protocol/test.pb.cc', |
| 3626 '../base/test/run_all_unittests.cc', | 3626 '../base/test/run_all_unittests.cc', |
| 3627 'app/breakpad_mac_stubs.mm', | 3627 'app/breakpad_mac_stubs.mm', |
| 3628 'browser/sync/api/sync_change_unittest.cc', | 3628 'browser/sync/api/sync_change_unittest.cc', |
| 3629 'browser/sync/api/sync_error_unittest.cc', | 3629 'browser/sync/api/sync_error_unittest.cc', |
| 3630 'browser/sync/engine/apply_updates_command_unittest.cc', | 3630 'browser/sync/engine/apply_updates_command_unittest.cc', |
| 3631 'browser/sync/engine/build_commit_command_unittest.cc', | 3631 'browser/sync/engine/build_commit_command_unittest.cc', |
| 3632 'browser/sync/engine/clear_data_command_unittest.cc', | 3632 'browser/sync/engine/clear_data_command_unittest.cc', |
| 3633 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc', | 3633 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc', |
| 3634 'browser/sync/engine/download_updates_command_unittest.cc', | 3634 'browser/sync/engine/download_updates_command_unittest.cc', |
| 3635 'browser/sync/engine/model_changing_syncer_command_unittest.cc', | 3635 'browser/sync/engine/model_changing_syncer_command_unittest.cc', |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3703 'include_dirs': [ | 3703 'include_dirs': [ |
| 3704 '..', | 3704 '..', |
| 3705 '<(protoc_out_dir)', | 3705 '<(protoc_out_dir)', |
| 3706 ], | 3706 ], |
| 3707 'defines' : [ | 3707 'defines' : [ |
| 3708 'SYNC_ENGINE_VERSION_STRING="Unknown"', | 3708 'SYNC_ENGINE_VERSION_STRING="Unknown"', |
| 3709 '_CRT_SECURE_NO_WARNINGS', | 3709 '_CRT_SECURE_NO_WARNINGS', |
| 3710 '_USE_32BIT_TIME_T', | 3710 '_USE_32BIT_TIME_T', |
| 3711 ], | 3711 ], |
| 3712 'dependencies': [ | 3712 'dependencies': [ |
| 3713 'browser/sync/protocol/sync_proto.gyp:sync_proto', | 3713 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 3714 '../base/base.gyp:test_support_base', | 3714 '../base/base.gyp:test_support_base', |
| 3715 '../jingle/jingle.gyp:notifier_test_util', | 3715 '../jingle/jingle.gyp:notifier_test_util', |
| 3716 '../net/net.gyp:net', | 3716 '../net/net.gyp:net', |
| 3717 '../net/net.gyp:net_test_support', | 3717 '../net/net.gyp:net_test_support', |
| 3718 '../testing/gmock.gyp:gmock', | 3718 '../testing/gmock.gyp:gmock', |
| 3719 '../testing/gtest.gyp:gtest', | 3719 '../testing/gtest.gyp:gtest', |
| 3720 'syncapi_core', | 3720 'syncapi_core', |
| 3721 'sync_notifier', | 3721 'sync_notifier', |
| 3722 'test_support_sync', | 3722 'test_support_sync', |
| 3723 'test_support_syncapi', | 3723 'test_support_syncapi', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3769 '<(grit_out_dir)', | 3769 '<(grit_out_dir)', |
| 3770 ], | 3770 ], |
| 3771 }], | 3771 }], |
| 3772 ], | 3772 ], |
| 3773 }, | 3773 }, |
| 3774 { | 3774 { |
| 3775 'target_name': 'sync_integration_tests', | 3775 'target_name': 'sync_integration_tests', |
| 3776 'type': 'executable', | 3776 'type': 'executable', |
| 3777 'dependencies': [ | 3777 'dependencies': [ |
| 3778 'browser', | 3778 'browser', |
| 3779 'browser/sync/protocol/sync_proto.gyp:sync_proto', | 3779 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 3780 'chrome', | 3780 'chrome', |
| 3781 'chrome_resources.gyp:chrome_resources', | 3781 'chrome_resources.gyp:chrome_resources', |
| 3782 'chrome_resources.gyp:chrome_strings', | 3782 'chrome_resources.gyp:chrome_strings', |
| 3783 'common', | 3783 'common', |
| 3784 'renderer', | 3784 'renderer', |
| 3785 'test_support_common', | 3785 'test_support_common', |
| 3786 '../net/net.gyp:net', | 3786 '../net/net.gyp:net', |
| 3787 '../net/net.gyp:net_test_support', | 3787 '../net/net.gyp:net_test_support', |
| 3788 '../printing/printing.gyp:printing', | 3788 '../printing/printing.gyp:printing', |
| 3789 '../skia/skia.gyp:skia', | 3789 '../skia/skia.gyp:skia', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3943 'dependencies': [ | 3943 'dependencies': [ |
| 3944 '../ui/views/views.gyp:views', | 3944 '../ui/views/views.gyp:views', |
| 3945 ], | 3945 ], |
| 3946 }], | 3946 }], |
| 3947 ], | 3947 ], |
| 3948 }, | 3948 }, |
| 3949 { | 3949 { |
| 3950 'target_name': 'sync_performance_tests', | 3950 'target_name': 'sync_performance_tests', |
| 3951 'type': 'executable', | 3951 'type': 'executable', |
| 3952 'dependencies': [ | 3952 'dependencies': [ |
| 3953 'browser/sync/protocol/sync_proto.gyp:sync_proto', | 3953 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 3954 'chrome', | 3954 'chrome', |
| 3955 'test_support_common', | 3955 'test_support_common', |
| 3956 '../skia/skia.gyp:skia', | 3956 '../skia/skia.gyp:skia', |
| 3957 '../testing/gmock.gyp:gmock', | 3957 '../testing/gmock.gyp:gmock', |
| 3958 '../testing/gtest.gyp:gtest', | 3958 '../testing/gtest.gyp:gtest', |
| 3959 ], | 3959 ], |
| 3960 'include_dirs': [ | 3960 'include_dirs': [ |
| 3961 '..', | 3961 '..', |
| 3962 '<(INTERMEDIATE_DIR)', | 3962 '<(INTERMEDIATE_DIR)', |
| 3963 '<(protoc_out_dir)', | 3963 '<(protoc_out_dir)', |
| (...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4714 # Use outputs of this action as inputs for the main target build. | 4714 # Use outputs of this action as inputs for the main target build. |
| 4715 # Seems as a misnomer but makes this happy on Linux (scons). | 4715 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4716 'process_outputs_as_sources': 1, | 4716 'process_outputs_as_sources': 1, |
| 4717 }, | 4717 }, |
| 4718 ], # 'actions' | 4718 ], # 'actions' |
| 4719 }, | 4719 }, |
| 4720 ] | 4720 ] |
| 4721 }], # 'coverage!=0' | 4721 }], # 'coverage!=0' |
| 4722 ], # 'conditions' | 4722 ], # 'conditions' |
| 4723 } | 4723 } |
| OLD | NEW |