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 3272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3283 ], | 3283 ], |
3284 }], # OS="win" | 3284 }], # OS="win" |
3285 ], # conditions | 3285 ], # conditions |
3286 }, | 3286 }, |
3287 { | 3287 { |
3288 'target_name': 'sync_unit_tests', | 3288 'target_name': 'sync_unit_tests', |
3289 'type': 'executable', | 3289 'type': 'executable', |
3290 'sources': [ | 3290 'sources': [ |
3291 '<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc', | 3291 '<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc', |
3292 'app/breakpad_mac_stubs.mm', | 3292 'app/breakpad_mac_stubs.mm', |
| 3293 'browser/sync/api/sync_change_unittest.cc', |
| 3294 'browser/sync/api/sync_error_unittest.cc', |
3293 'browser/sync/engine/apply_updates_command_unittest.cc', | 3295 'browser/sync/engine/apply_updates_command_unittest.cc', |
3294 'browser/sync/engine/clear_data_command_unittest.cc', | 3296 'browser/sync/engine/clear_data_command_unittest.cc', |
3295 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc', | 3297 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc', |
3296 'browser/sync/engine/download_updates_command_unittest.cc', | 3298 'browser/sync/engine/download_updates_command_unittest.cc', |
3297 'browser/sync/engine/mock_model_safe_workers.cc', | 3299 'browser/sync/engine/mock_model_safe_workers.cc', |
3298 'browser/sync/engine/mock_model_safe_workers.h', | 3300 'browser/sync/engine/mock_model_safe_workers.h', |
3299 'browser/sync/engine/process_commit_response_command_unittest.cc', | 3301 'browser/sync/engine/process_commit_response_command_unittest.cc', |
3300 'browser/sync/engine/syncapi_unittest.cc', | 3302 'browser/sync/engine/syncapi_unittest.cc', |
3301 'browser/sync/engine/syncer_proto_util_unittest.cc', | 3303 'browser/sync/engine/syncer_proto_util_unittest.cc', |
3302 'browser/sync/engine/sync_scheduler_unittest.cc', | 3304 'browser/sync/engine/sync_scheduler_unittest.cc', |
(...skipping 21 matching lines...) Expand all Loading... |
3324 'browser/sync/sessions/sync_session_unittest.cc', | 3326 'browser/sync/sessions/sync_session_unittest.cc', |
3325 'browser/sync/sessions/test_util.cc', | 3327 'browser/sync/sessions/test_util.cc', |
3326 'browser/sync/sessions/test_util.h', | 3328 'browser/sync/sessions/test_util.h', |
3327 'browser/sync/syncable/directory_backing_store_unittest.cc', | 3329 'browser/sync/syncable/directory_backing_store_unittest.cc', |
3328 'browser/sync/syncable/model_type_payload_map_unittest.cc', | 3330 'browser/sync/syncable/model_type_payload_map_unittest.cc', |
3329 'browser/sync/syncable/model_type_unittest.cc', | 3331 'browser/sync/syncable/model_type_unittest.cc', |
3330 'browser/sync/syncable/nigori_util_unittest.cc', | 3332 'browser/sync/syncable/nigori_util_unittest.cc', |
3331 'browser/sync/syncable/syncable_enum_conversions_unittest.cc', | 3333 'browser/sync/syncable/syncable_enum_conversions_unittest.cc', |
3332 'browser/sync/syncable/syncable_id_unittest.cc', | 3334 'browser/sync/syncable/syncable_id_unittest.cc', |
3333 'browser/sync/syncable/syncable_unittest.cc', | 3335 'browser/sync/syncable/syncable_unittest.cc', |
3334 'browser/sync/api/sync_change_unittest.cc', | |
3335 'browser/sync/util/data_encryption_unittest.cc', | 3336 'browser/sync/util/data_encryption_unittest.cc', |
3336 'browser/sync/util/extensions_activity_monitor_unittest.cc', | 3337 'browser/sync/util/extensions_activity_monitor_unittest.cc', |
3337 'browser/sync/util/protobuf_unittest.cc', | 3338 'browser/sync/util/protobuf_unittest.cc', |
3338 'browser/sync/util/user_settings_unittest.cc', | 3339 'browser/sync/util/user_settings_unittest.cc', |
3339 'test/sync/engine/mock_connection_manager.cc', | 3340 'test/sync/engine/mock_connection_manager.cc', |
3340 'test/sync/engine/mock_connection_manager.h', | 3341 'test/sync/engine/mock_connection_manager.h', |
3341 'test/sync/engine/mock_gaia_authenticator.cc', | 3342 'test/sync/engine/mock_gaia_authenticator.cc', |
3342 'test/sync/engine/mock_gaia_authenticator.h', | 3343 'test/sync/engine/mock_gaia_authenticator.h', |
3343 'test/sync/engine/mock_gaia_authenticator_unittest.cc', | 3344 'test/sync/engine/mock_gaia_authenticator_unittest.cc', |
3344 'test/sync/engine/syncer_command_test.h', | 3345 'test/sync/engine/syncer_command_test.h', |
(...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4240 # Use outputs of this action as inputs for the main target build. | 4241 # Use outputs of this action as inputs for the main target build. |
4241 # Seems as a misnomer but makes this happy on Linux (scons). | 4242 # Seems as a misnomer but makes this happy on Linux (scons). |
4242 'process_outputs_as_sources': 1, | 4243 'process_outputs_as_sources': 1, |
4243 }, | 4244 }, |
4244 ], # 'actions' | 4245 ], # 'actions' |
4245 }, | 4246 }, |
4246 ] | 4247 ] |
4247 }], # 'coverage!=0' | 4248 }], # 'coverage!=0' |
4248 ], # 'conditions' | 4249 ], # 'conditions' |
4249 } | 4250 } |
OLD | NEW |