| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
| 10 'common/pref_names.h', | 10 'common/pref_names.h', |
| (...skipping 2250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2261 ], | 2261 ], |
| 2262 }], | 2262 }], |
| 2263 ], | 2263 ], |
| 2264 }], # OS="win" | 2264 }], # OS="win" |
| 2265 ], # conditions | 2265 ], # conditions |
| 2266 }, | 2266 }, |
| 2267 { | 2267 { |
| 2268 'target_name': 'sync_unit_tests', | 2268 'target_name': 'sync_unit_tests', |
| 2269 'type': 'executable', | 2269 'type': 'executable', |
| 2270 'sources': [ | 2270 'sources': [ |
| 2271 '<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc', |
| 2271 'app/breakpad_mac_stubs.mm', | 2272 'app/breakpad_mac_stubs.mm', |
| 2272 'browser/sync/engine/apply_updates_command_unittest.cc', | 2273 'browser/sync/engine/apply_updates_command_unittest.cc', |
| 2273 'browser/sync/engine/clear_data_command_unittest.cc', | 2274 'browser/sync/engine/clear_data_command_unittest.cc', |
| 2274 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc', | 2275 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc', |
| 2275 'browser/sync/engine/download_updates_command_unittest.cc', | 2276 'browser/sync/engine/download_updates_command_unittest.cc', |
| 2276 'browser/sync/engine/mock_model_safe_workers.h', | 2277 'browser/sync/engine/mock_model_safe_workers.h', |
| 2277 'browser/sync/engine/process_commit_response_command_unittest.cc', | 2278 'browser/sync/engine/process_commit_response_command_unittest.cc', |
| 2278 'browser/sync/engine/syncapi_unittest.cc', | 2279 'browser/sync/engine/syncapi_unittest.cc', |
| 2279 'browser/sync/engine/syncer_proto_util_unittest.cc', | 2280 'browser/sync/engine/syncer_proto_util_unittest.cc', |
| 2280 'browser/sync/engine/syncer_thread_unittest.cc', | 2281 'browser/sync/engine/syncer_thread_unittest.cc', |
| 2281 'browser/sync/engine/syncer_unittest.cc', | 2282 'browser/sync/engine/syncer_unittest.cc', |
| 2282 'browser/sync/engine/syncproto_unittest.cc', | 2283 'browser/sync/engine/syncproto_unittest.cc', |
| 2283 'browser/sync/engine/verify_updates_command_unittest.cc', | 2284 'browser/sync/engine/verify_updates_command_unittest.cc', |
| 2284 'browser/sync/glue/change_processor_mock.h', | 2285 'browser/sync/glue/change_processor_mock.h', |
| 2285 'browser/sync/notifier/chrome_system_resources_unittest.cc', | 2286 'browser/sync/notifier/chrome_system_resources_unittest.cc', |
| 2286 'browser/sync/notifier/registration_manager_unittest.cc', | 2287 'browser/sync/notifier/registration_manager_unittest.cc', |
| 2287 'browser/sync/profile_sync_factory_mock.cc', | 2288 'browser/sync/profile_sync_factory_mock.cc', |
| 2288 'browser/sync/profile_sync_factory_mock.h', | 2289 'browser/sync/profile_sync_factory_mock.h', |
| 2289 'browser/sync/sessions/ordered_commit_set_unittest.cc', | 2290 'browser/sync/sessions/ordered_commit_set_unittest.cc', |
| 2290 'browser/sync/sessions/status_controller_unittest.cc', | 2291 'browser/sync/sessions/status_controller_unittest.cc', |
| 2291 'browser/sync/sessions/sync_session_unittest.cc', | 2292 'browser/sync/sessions/sync_session_unittest.cc', |
| 2292 'browser/sync/syncable/directory_backing_store_unittest.cc', | 2293 'browser/sync/syncable/directory_backing_store_unittest.cc', |
| 2293 'browser/sync/syncable/syncable_id_unittest.cc', | 2294 'browser/sync/syncable/syncable_id_unittest.cc', |
| 2294 'browser/sync/syncable/syncable_unittest.cc', | 2295 'browser/sync/syncable/syncable_unittest.cc', |
| 2295 'browser/sync/util/channel_unittest.cc', | 2296 'browser/sync/util/channel_unittest.cc', |
| 2296 'browser/sync/util/crypto_helpers_unittest.cc', | 2297 'browser/sync/util/crypto_helpers_unittest.cc', |
| 2297 'browser/sync/util/data_encryption_unittest.cc', | 2298 'browser/sync/util/data_encryption_unittest.cc', |
| 2298 'browser/sync/util/extensions_activity_monitor_unittest.cc', | 2299 'browser/sync/util/extensions_activity_monitor_unittest.cc', |
| 2300 'browser/sync/util/protobuf_unittest.cc', |
| 2299 'browser/sync/util/user_settings_unittest.cc', | 2301 'browser/sync/util/user_settings_unittest.cc', |
| 2300 'test/file_test_utils.cc', | 2302 'test/file_test_utils.cc', |
| 2301 'test/sync/engine/mock_connection_manager.cc', | 2303 'test/sync/engine/mock_connection_manager.cc', |
| 2302 'test/sync/engine/mock_connection_manager.h', | 2304 'test/sync/engine/mock_connection_manager.h', |
| 2303 'test/sync/engine/mock_gaia_authenticator.cc', | 2305 'test/sync/engine/mock_gaia_authenticator.cc', |
| 2304 'test/sync/engine/mock_gaia_authenticator.h', | 2306 'test/sync/engine/mock_gaia_authenticator.h', |
| 2305 'test/sync/engine/mock_gaia_authenticator_unittest.cc', | 2307 'test/sync/engine/mock_gaia_authenticator_unittest.cc', |
| 2306 'test/sync/engine/syncer_command_test.h', | 2308 'test/sync/engine/syncer_command_test.h', |
| 2307 'test/sync/engine/test_directory_setter_upper.cc', | 2309 'test/sync/engine/test_directory_setter_upper.cc', |
| 2308 'test/sync/engine/test_directory_setter_upper.h', | 2310 'test/sync/engine/test_directory_setter_upper.h', |
| (...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3028 ] | 3030 ] |
| 3029 }], # 'coverage!=0' | 3031 }], # 'coverage!=0' |
| 3030 ], # 'conditions' | 3032 ], # 'conditions' |
| 3031 } | 3033 } |
| 3032 | 3034 |
| 3033 # Local Variables: | 3035 # Local Variables: |
| 3034 # tab-width:2 | 3036 # tab-width:2 |
| 3035 # indent-tabs-mode:nil | 3037 # indent-tabs-mode:nil |
| 3036 # End: | 3038 # End: |
| 3037 # vim: set expandtab tabstop=2 shiftwidth=2: | 3039 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |