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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9691067: Add a new 'run_all_unittests' target in base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 9 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) 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 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 }, 1118 },
1119 }, 1119 },
1120 }], 1120 }],
1121 ] 1121 ]
1122 }, 1122 },
1123 { 1123 {
1124 'target_name': 'chromedriver_unittests', 1124 'target_name': 'chromedriver_unittests',
1125 'type': 'executable', 1125 'type': 'executable',
1126 'dependencies': [ 1126 'dependencies': [
1127 'chromedriver_lib', 1127 'chromedriver_lib',
1128 '../base/base.gyp:test_support_base', 1128 '../base/base.gyp:run_all_unittests',
1129 '../testing/gtest.gyp:gtest', 1129 '../testing/gtest.gyp:gtest',
1130 '../skia/skia.gyp:skia', 1130 '../skia/skia.gyp:skia',
1131 ], 1131 ],
1132 'include_dirs': [ 1132 'include_dirs': [
1133 '..', 1133 '..',
1134 ], 1134 ],
1135 'sources': [ 1135 'sources': [
1136 '../base/test/run_all_unittests.cc',
1137 'test/webdriver/commands/set_timeout_commands_unittest.cc', 1136 'test/webdriver/commands/set_timeout_commands_unittest.cc',
1138 'test/webdriver/frame_path_unittest.cc', 1137 'test/webdriver/frame_path_unittest.cc',
1139 'test/webdriver/http_response_unittest.cc', 1138 'test/webdriver/http_response_unittest.cc',
1140 'test/webdriver/keycode_text_conversion_unittest.cc', 1139 'test/webdriver/keycode_text_conversion_unittest.cc',
1141 'test/webdriver/webdriver_capabilities_parser_unittest.cc', 1140 'test/webdriver/webdriver_capabilities_parser_unittest.cc',
1142 'test/webdriver/webdriver_dispatch_unittest.cc', 1141 'test/webdriver/webdriver_dispatch_unittest.cc',
1143 'test/webdriver/webdriver_key_converter_unittest.cc', 1142 'test/webdriver/webdriver_key_converter_unittest.cc',
1144 'test/webdriver/webdriver_test_util.cc', 1143 'test/webdriver/webdriver_test_util.cc',
1145 'test/webdriver/webdriver_test_util.h', 1144 'test/webdriver/webdriver_test_util.h',
1146 'test/webdriver/webdriver_util_unittest.cc', 1145 'test/webdriver/webdriver_util_unittest.cc',
(...skipping 2465 matching lines...) Expand 10 before | Expand all | Expand 10 after
3612 'dependencies': [ 3611 'dependencies': [
3613 '../ui/views/views.gyp:views', 3612 '../ui/views/views.gyp:views',
3614 ], 3613 ],
3615 }], 3614 }],
3616 ], 3615 ],
3617 }, 3616 },
3618 { 3617 {
3619 'target_name': 'sync_unit_tests', 3618 'target_name': 'sync_unit_tests',
3620 'type': 'executable', 3619 'type': 'executable',
3621 'sources': [ 3620 'sources': [
3622 '../base/test/run_all_unittests.cc',
3623 'browser/sync/api/sync_change_unittest.cc', 3621 'browser/sync/api/sync_change_unittest.cc',
3624 'browser/sync/api/sync_error_unittest.cc', 3622 'browser/sync/api/sync_error_unittest.cc',
3625 'browser/sync/internal_api/change_record_unittest.cc', 3623 'browser/sync/internal_api/change_record_unittest.cc',
3626 'browser/sync/internal_api/debug_info_event_listener_unittest.cc', 3624 'browser/sync/internal_api/debug_info_event_listener_unittest.cc',
3627 'browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc ', 3625 'browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc ',
3628 'browser/sync/internal_api/syncapi_unittest.cc', 3626 'browser/sync/internal_api/syncapi_unittest.cc',
3629 'browser/sync/internal_api/js_mutation_event_observer_unittest.cc', 3627 'browser/sync/internal_api/js_mutation_event_observer_unittest.cc',
3630 'browser/sync/internal_api/js_sync_manager_observer_unittest.cc', 3628 'browser/sync/internal_api/js_sync_manager_observer_unittest.cc',
3631 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc', 3629 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc',
3632 'browser/sync/notifier/chrome_invalidation_client_unittest.cc', 3630 'browser/sync/notifier/chrome_invalidation_client_unittest.cc',
3633 'browser/sync/notifier/chrome_system_resources_unittest.cc', 3631 'browser/sync/notifier/chrome_system_resources_unittest.cc',
3634 'browser/sync/notifier/invalidation_notifier_unittest.cc', 3632 'browser/sync/notifier/invalidation_notifier_unittest.cc',
3635 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc', 3633 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc',
3636 'browser/sync/notifier/p2p_notifier_unittest.cc', 3634 'browser/sync/notifier/p2p_notifier_unittest.cc',
3637 'browser/sync/notifier/registration_manager_unittest.cc', 3635 'browser/sync/notifier/registration_manager_unittest.cc',
3638 'browser/sync/notifier/sync_notifier_factory_unittest.cc', 3636 'browser/sync/notifier/sync_notifier_factory_unittest.cc',
3639 ], 3637 ],
3640 'include_dirs': [ 3638 'include_dirs': [
3641 '..', 3639 '..',
3642 ], 3640 ],
3643 'dependencies': [ 3641 'dependencies': [
3644 '../sync/sync.gyp:sync_tests', 3642 '../sync/sync.gyp:sync_tests',
3645 '../base/base.gyp:test_support_base', 3643 '../base/base.gyp:run_all_unittests',
3646 '../jingle/jingle.gyp:notifier_test_util', 3644 '../jingle/jingle.gyp:notifier_test_util',
3647 '../net/net.gyp:net', 3645 '../net/net.gyp:net',
3648 '../net/net.gyp:net_test_support', 3646 '../net/net.gyp:net_test_support',
3649 '../testing/gmock.gyp:gmock', 3647 '../testing/gmock.gyp:gmock',
3650 '../testing/gtest.gyp:gtest', 3648 '../testing/gtest.gyp:gtest',
3651 'syncapi_core', 3649 'syncapi_core',
3652 'sync_notifier', 3650 'sync_notifier',
3653 'test_support_syncapi', 3651 'test_support_syncapi',
3654 'test_support_syncapi_service', 3652 'test_support_syncapi_service',
3655 'test_support_sync_notifier', 3653 'test_support_sync_notifier',
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
4583 # Use outputs of this action as inputs for the main target build. 4581 # Use outputs of this action as inputs for the main target build.
4584 # Seems as a misnomer but makes this happy on Linux (scons). 4582 # Seems as a misnomer but makes this happy on Linux (scons).
4585 'process_outputs_as_sources': 1, 4583 'process_outputs_as_sources': 1,
4586 }, 4584 },
4587 ], # 'actions' 4585 ], # 'actions'
4588 }, 4586 },
4589 ] 4587 ]
4590 }], # 'coverage!=0' 4588 }], # 'coverage!=0'
4591 ], # 'conditions' 4589 ], # 'conditions'
4592 } 4590 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698