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 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1128 }, | 1128 }, |
1129 }, | 1129 }, |
1130 }], | 1130 }], |
1131 ] | 1131 ] |
1132 }, | 1132 }, |
1133 { | 1133 { |
1134 'target_name': 'chromedriver_unittests', | 1134 'target_name': 'chromedriver_unittests', |
1135 'type': 'executable', | 1135 'type': 'executable', |
1136 'dependencies': [ | 1136 'dependencies': [ |
1137 'chromedriver_lib', | 1137 'chromedriver_lib', |
| 1138 '../base/base.gyp:run_all_unittests', |
1138 '../base/base.gyp:test_support_base', | 1139 '../base/base.gyp:test_support_base', |
1139 '../testing/gtest.gyp:gtest', | 1140 '../testing/gtest.gyp:gtest', |
1140 '../skia/skia.gyp:skia', | 1141 '../skia/skia.gyp:skia', |
1141 ], | 1142 ], |
1142 'include_dirs': [ | 1143 'include_dirs': [ |
1143 '..', | 1144 '..', |
1144 ], | 1145 ], |
1145 'sources': [ | 1146 'sources': [ |
1146 '../base/test/run_all_unittests.cc', | |
1147 'test/webdriver/commands/set_timeout_commands_unittest.cc', | 1147 'test/webdriver/commands/set_timeout_commands_unittest.cc', |
1148 'test/webdriver/frame_path_unittest.cc', | 1148 'test/webdriver/frame_path_unittest.cc', |
1149 'test/webdriver/http_response_unittest.cc', | 1149 'test/webdriver/http_response_unittest.cc', |
1150 'test/webdriver/keycode_text_conversion_unittest.cc', | 1150 'test/webdriver/keycode_text_conversion_unittest.cc', |
1151 'test/webdriver/webdriver_capabilities_parser_unittest.cc', | 1151 'test/webdriver/webdriver_capabilities_parser_unittest.cc', |
1152 'test/webdriver/webdriver_dispatch_unittest.cc', | 1152 'test/webdriver/webdriver_dispatch_unittest.cc', |
1153 'test/webdriver/webdriver_key_converter_unittest.cc', | 1153 'test/webdriver/webdriver_key_converter_unittest.cc', |
1154 'test/webdriver/webdriver_test_util.cc', | 1154 'test/webdriver/webdriver_test_util.cc', |
1155 'test/webdriver/webdriver_test_util.h', | 1155 'test/webdriver/webdriver_test_util.h', |
1156 'test/webdriver/webdriver_util_unittest.cc', | 1156 'test/webdriver/webdriver_util_unittest.cc', |
(...skipping 2466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3623 'dependencies': [ | 3623 'dependencies': [ |
3624 '../ui/views/views.gyp:views', | 3624 '../ui/views/views.gyp:views', |
3625 ], | 3625 ], |
3626 }], | 3626 }], |
3627 ], | 3627 ], |
3628 }, | 3628 }, |
3629 { | 3629 { |
3630 'target_name': 'sync_unit_tests', | 3630 'target_name': 'sync_unit_tests', |
3631 'type': 'executable', | 3631 'type': 'executable', |
3632 'sources': [ | 3632 'sources': [ |
3633 '../base/test/run_all_unittests.cc', | |
3634 'browser/sync/api/sync_change_unittest.cc', | 3633 'browser/sync/api/sync_change_unittest.cc', |
3635 'browser/sync/api/sync_error_unittest.cc', | 3634 'browser/sync/api/sync_error_unittest.cc', |
3636 'browser/sync/internal_api/change_record_unittest.cc', | 3635 'browser/sync/internal_api/change_record_unittest.cc', |
3637 'browser/sync/internal_api/debug_info_event_listener_unittest.cc', | 3636 'browser/sync/internal_api/debug_info_event_listener_unittest.cc', |
3638 'browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc
', | 3637 'browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc
', |
3639 'browser/sync/internal_api/syncapi_unittest.cc', | 3638 'browser/sync/internal_api/syncapi_unittest.cc', |
3640 'browser/sync/internal_api/js_mutation_event_observer_unittest.cc', | 3639 'browser/sync/internal_api/js_mutation_event_observer_unittest.cc', |
3641 'browser/sync/internal_api/js_sync_manager_observer_unittest.cc', | 3640 'browser/sync/internal_api/js_sync_manager_observer_unittest.cc', |
3642 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc', | 3641 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc', |
3643 'browser/sync/notifier/chrome_invalidation_client_unittest.cc', | 3642 'browser/sync/notifier/chrome_invalidation_client_unittest.cc', |
3644 'browser/sync/notifier/chrome_system_resources_unittest.cc', | 3643 'browser/sync/notifier/chrome_system_resources_unittest.cc', |
3645 'browser/sync/notifier/invalidation_notifier_unittest.cc', | 3644 'browser/sync/notifier/invalidation_notifier_unittest.cc', |
3646 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc', | 3645 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc', |
3647 'browser/sync/notifier/p2p_notifier_unittest.cc', | 3646 'browser/sync/notifier/p2p_notifier_unittest.cc', |
3648 'browser/sync/notifier/registration_manager_unittest.cc', | 3647 'browser/sync/notifier/registration_manager_unittest.cc', |
3649 'browser/sync/notifier/sync_notifier_factory_unittest.cc', | 3648 'browser/sync/notifier/sync_notifier_factory_unittest.cc', |
3650 ], | 3649 ], |
3651 'include_dirs': [ | 3650 'include_dirs': [ |
3652 '..', | 3651 '..', |
3653 ], | 3652 ], |
3654 'dependencies': [ | 3653 'dependencies': [ |
3655 '../sync/sync.gyp:sync_tests', | 3654 '../base/base.gyp:run_all_unittests', |
3656 '../base/base.gyp:test_support_base', | 3655 '../base/base.gyp:test_support_base', |
3657 '../jingle/jingle.gyp:notifier_test_util', | 3656 '../jingle/jingle.gyp:notifier_test_util', |
3658 '../net/net.gyp:net', | 3657 '../net/net.gyp:net', |
3659 '../net/net.gyp:net_test_support', | 3658 '../net/net.gyp:net_test_support', |
| 3659 '../sync/sync.gyp:sync_tests', |
3660 '../testing/gmock.gyp:gmock', | 3660 '../testing/gmock.gyp:gmock', |
3661 '../testing/gtest.gyp:gtest', | 3661 '../testing/gtest.gyp:gtest', |
3662 'syncapi_core', | 3662 'syncapi_core', |
3663 'sync_notifier', | 3663 'sync_notifier', |
3664 'test_support_syncapi', | 3664 'test_support_syncapi', |
3665 'test_support_syncapi_service', | 3665 'test_support_syncapi_service', |
3666 'test_support_sync_notifier', | 3666 'test_support_sync_notifier', |
3667 ], | 3667 ], |
3668 | 3668 |
3669 # TODO(akalin): This is needed because histogram.cc uses | 3669 # TODO(akalin): This is needed because histogram.cc uses |
(...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4594 # Use outputs of this action as inputs for the main target build. | 4594 # Use outputs of this action as inputs for the main target build. |
4595 # Seems as a misnomer but makes this happy on Linux (scons). | 4595 # Seems as a misnomer but makes this happy on Linux (scons). |
4596 'process_outputs_as_sources': 1, | 4596 'process_outputs_as_sources': 1, |
4597 }, | 4597 }, |
4598 ], # 'actions' | 4598 ], # 'actions' |
4599 }, | 4599 }, |
4600 ] | 4600 ] |
4601 }], # 'coverage!=0' | 4601 }], # 'coverage!=0' |
4602 ], # 'conditions' | 4602 ], # 'conditions' |
4603 } | 4603 } |
OLD | NEW |