| OLD | NEW |
| 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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 'export_dependent_settings': [ | 307 'export_dependent_settings': [ |
| 308 '../base/base.gyp:base', | 308 '../base/base.gyp:base', |
| 309 '../testing/gmock.gyp:gmock', | 309 '../testing/gmock.gyp:gmock', |
| 310 '../testing/gtest.gyp:gtest', | 310 '../testing/gtest.gyp:gtest', |
| 311 'sync', | 311 'sync', |
| 312 ], | 312 ], |
| 313 'include_dirs': [ | 313 'include_dirs': [ |
| 314 '..', | 314 '..', |
| 315 ], | 315 ], |
| 316 'sources': [ | 316 'sources': [ |
| 317 'browser/sync/js_test_util.cc', | 317 'browser/sync/js/js_test_util.cc', |
| 318 'browser/sync/js_test_util.h', | 318 'browser/sync/js/js_test_util.h', |
| 319 'test/sync/null_directory_change_delegate.cc', | 319 'test/sync/null_directory_change_delegate.cc', |
| 320 'test/sync/null_directory_change_delegate.h', | 320 'test/sync/null_directory_change_delegate.h', |
| 321 'test/sync/engine/test_directory_setter_upper.cc', | 321 'test/sync/engine/test_directory_setter_upper.cc', |
| 322 'test/sync/engine/test_directory_setter_upper.h', | 322 'test/sync/engine/test_directory_setter_upper.h', |
| 323 ], | 323 ], |
| 324 }, | 324 }, |
| 325 { | 325 { |
| 326 'target_name': 'test_support_syncapi', | 326 'target_name': 'test_support_syncapi', |
| 327 'type': 'static_library', | 327 'type': 'static_library', |
| 328 'dependencies': [ | 328 'dependencies': [ |
| (...skipping 2768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3097 'browser/sync/engine/mock_model_safe_workers.h', | 3097 'browser/sync/engine/mock_model_safe_workers.h', |
| 3098 'browser/sync/engine/process_commit_response_command_unittest.cc', | 3098 'browser/sync/engine/process_commit_response_command_unittest.cc', |
| 3099 'browser/sync/engine/syncapi_unittest.cc', | 3099 'browser/sync/engine/syncapi_unittest.cc', |
| 3100 'browser/sync/engine/syncer_proto_util_unittest.cc', | 3100 'browser/sync/engine/syncer_proto_util_unittest.cc', |
| 3101 'browser/sync/engine/sync_scheduler_unittest.cc', | 3101 'browser/sync/engine/sync_scheduler_unittest.cc', |
| 3102 'browser/sync/engine/sync_scheduler_whitebox_unittest.cc', | 3102 'browser/sync/engine/sync_scheduler_whitebox_unittest.cc', |
| 3103 'browser/sync/engine/syncer_unittest.cc', | 3103 'browser/sync/engine/syncer_unittest.cc', |
| 3104 'browser/sync/engine/syncproto_unittest.cc', | 3104 'browser/sync/engine/syncproto_unittest.cc', |
| 3105 'browser/sync/engine/syncapi_mock.h', | 3105 'browser/sync/engine/syncapi_mock.h', |
| 3106 'browser/sync/engine/verify_updates_command_unittest.cc', | 3106 'browser/sync/engine/verify_updates_command_unittest.cc', |
| 3107 'browser/sync/js_arg_list_unittest.cc', | 3107 'browser/sync/js/js_arg_list_unittest.cc', |
| 3108 'browser/sync/js_event_details_unittest.cc', | 3108 'browser/sync/js/js_event_details_unittest.cc', |
| 3109 'browser/sync/js_sync_manager_observer_unittest.cc', | 3109 'browser/sync/js/js_sync_manager_observer_unittest.cc', |
| 3110 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc', | 3110 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc', |
| 3111 'browser/sync/notifier/chrome_invalidation_client_unittest.cc', | 3111 'browser/sync/notifier/chrome_invalidation_client_unittest.cc', |
| 3112 'browser/sync/notifier/chrome_system_resources_unittest.cc', | 3112 'browser/sync/notifier/chrome_system_resources_unittest.cc', |
| 3113 'browser/sync/notifier/invalidation_notifier_unittest.cc', | 3113 'browser/sync/notifier/invalidation_notifier_unittest.cc', |
| 3114 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc', | 3114 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc', |
| 3115 'browser/sync/notifier/registration_manager_unittest.cc', | 3115 'browser/sync/notifier/registration_manager_unittest.cc', |
| 3116 'browser/sync/profile_sync_factory_mock.h', | 3116 'browser/sync/profile_sync_factory_mock.h', |
| 3117 'browser/sync/protocol/proto_enum_conversions_unittest.cc', | 3117 'browser/sync/protocol/proto_enum_conversions_unittest.cc', |
| 3118 'browser/sync/protocol/proto_value_conversions_unittest.cc', | 3118 'browser/sync/protocol/proto_value_conversions_unittest.cc', |
| 3119 'browser/sync/sessions/ordered_commit_set_unittest.cc', | 3119 'browser/sync/sessions/ordered_commit_set_unittest.cc', |
| (...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4117 # Use outputs of this action as inputs for the main target build. | 4117 # Use outputs of this action as inputs for the main target build. |
| 4118 # Seems as a misnomer but makes this happy on Linux (scons). | 4118 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4119 'process_outputs_as_sources': 1, | 4119 'process_outputs_as_sources': 1, |
| 4120 }, | 4120 }, |
| 4121 ], # 'actions' | 4121 ], # 'actions' |
| 4122 }, | 4122 }, |
| 4123 ] | 4123 ] |
| 4124 }], # 'coverage!=0' | 4124 }], # 'coverage!=0' |
| 4125 ], # 'conditions' | 4125 ], # 'conditions' |
| 4126 } | 4126 } |
| OLD | NEW |