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 3253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3264 ], | 3264 ], |
3265 }], # OS="win" | 3265 }], # OS="win" |
3266 ], # conditions | 3266 ], # conditions |
3267 }, | 3267 }, |
3268 { | 3268 { |
3269 'target_name': 'sync_unit_tests', | 3269 'target_name': 'sync_unit_tests', |
3270 'type': 'executable', | 3270 'type': 'executable', |
3271 'sources': [ | 3271 'sources': [ |
3272 '<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc', | 3272 '<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc', |
3273 'app/breakpad_mac_stubs.mm', | 3273 'app/breakpad_mac_stubs.mm', |
| 3274 'browser/sync/api/sync_change_unittest.cc', |
| 3275 'browser/sync/api/sync_error_unittest.cc', |
3274 'browser/sync/engine/apply_updates_command_unittest.cc', | 3276 'browser/sync/engine/apply_updates_command_unittest.cc', |
3275 'browser/sync/engine/clear_data_command_unittest.cc', | 3277 'browser/sync/engine/clear_data_command_unittest.cc', |
3276 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc', | 3278 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc', |
3277 'browser/sync/engine/download_updates_command_unittest.cc', | 3279 'browser/sync/engine/download_updates_command_unittest.cc', |
3278 'browser/sync/engine/mock_model_safe_workers.cc', | 3280 'browser/sync/engine/mock_model_safe_workers.cc', |
3279 'browser/sync/engine/mock_model_safe_workers.h', | 3281 'browser/sync/engine/mock_model_safe_workers.h', |
3280 'browser/sync/engine/process_commit_response_command_unittest.cc', | 3282 'browser/sync/engine/process_commit_response_command_unittest.cc', |
3281 'browser/sync/engine/syncapi_unittest.cc', | 3283 'browser/sync/engine/syncapi_unittest.cc', |
3282 'browser/sync/engine/syncer_proto_util_unittest.cc', | 3284 'browser/sync/engine/syncer_proto_util_unittest.cc', |
3283 'browser/sync/engine/sync_scheduler_unittest.cc', | 3285 'browser/sync/engine/sync_scheduler_unittest.cc', |
(...skipping 21 matching lines...) Expand all Loading... |
3305 'browser/sync/sessions/sync_session_unittest.cc', | 3307 'browser/sync/sessions/sync_session_unittest.cc', |
3306 'browser/sync/sessions/test_util.cc', | 3308 'browser/sync/sessions/test_util.cc', |
3307 'browser/sync/sessions/test_util.h', | 3309 'browser/sync/sessions/test_util.h', |
3308 'browser/sync/syncable/directory_backing_store_unittest.cc', | 3310 'browser/sync/syncable/directory_backing_store_unittest.cc', |
3309 'browser/sync/syncable/model_type_payload_map_unittest.cc', | 3311 'browser/sync/syncable/model_type_payload_map_unittest.cc', |
3310 'browser/sync/syncable/model_type_unittest.cc', | 3312 'browser/sync/syncable/model_type_unittest.cc', |
3311 'browser/sync/syncable/nigori_util_unittest.cc', | 3313 'browser/sync/syncable/nigori_util_unittest.cc', |
3312 'browser/sync/syncable/syncable_enum_conversions_unittest.cc', | 3314 'browser/sync/syncable/syncable_enum_conversions_unittest.cc', |
3313 'browser/sync/syncable/syncable_id_unittest.cc', | 3315 'browser/sync/syncable/syncable_id_unittest.cc', |
3314 'browser/sync/syncable/syncable_unittest.cc', | 3316 'browser/sync/syncable/syncable_unittest.cc', |
3315 'browser/sync/api/sync_change_unittest.cc', | |
3316 'browser/sync/util/data_encryption_unittest.cc', | 3317 'browser/sync/util/data_encryption_unittest.cc', |
3317 'browser/sync/util/extensions_activity_monitor_unittest.cc', | 3318 'browser/sync/util/extensions_activity_monitor_unittest.cc', |
3318 'browser/sync/util/protobuf_unittest.cc', | 3319 'browser/sync/util/protobuf_unittest.cc', |
3319 'browser/sync/util/user_settings_unittest.cc', | 3320 'browser/sync/util/user_settings_unittest.cc', |
3320 'test/sync/engine/mock_connection_manager.cc', | 3321 'test/sync/engine/mock_connection_manager.cc', |
3321 'test/sync/engine/mock_connection_manager.h', | 3322 'test/sync/engine/mock_connection_manager.h', |
3322 'test/sync/engine/mock_gaia_authenticator.cc', | 3323 'test/sync/engine/mock_gaia_authenticator.cc', |
3323 'test/sync/engine/mock_gaia_authenticator.h', | 3324 'test/sync/engine/mock_gaia_authenticator.h', |
3324 'test/sync/engine/mock_gaia_authenticator_unittest.cc', | 3325 'test/sync/engine/mock_gaia_authenticator_unittest.cc', |
3325 'test/sync/engine/syncer_command_test.h', | 3326 'test/sync/engine/syncer_command_test.h', |
(...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4221 # Use outputs of this action as inputs for the main target build. | 4222 # Use outputs of this action as inputs for the main target build. |
4222 # Seems as a misnomer but makes this happy on Linux (scons). | 4223 # Seems as a misnomer but makes this happy on Linux (scons). |
4223 'process_outputs_as_sources': 1, | 4224 'process_outputs_as_sources': 1, |
4224 }, | 4225 }, |
4225 ], # 'actions' | 4226 ], # 'actions' |
4226 }, | 4227 }, |
4227 ] | 4228 ] |
4228 }], # 'coverage!=0' | 4229 }], # 'coverage!=0' |
4229 ], # 'conditions' | 4230 ], # 'conditions' |
4230 } | 4231 } |
OLD | NEW |