Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: sync/sync.gyp

Issue 10701046: sync: Remove SyncManager::TestingMode in favour of InternalComponentsFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: now with more scope Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 # The core sync library. 10 # The core sync library.
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'engine/process_updates_command.cc', 92 'engine/process_updates_command.cc',
93 'engine/process_updates_command.h', 93 'engine/process_updates_command.h',
94 'engine/resolve_conflicts_command.cc', 94 'engine/resolve_conflicts_command.cc',
95 'engine/resolve_conflicts_command.h', 95 'engine/resolve_conflicts_command.h',
96 'engine/store_timestamps_command.cc', 96 'engine/store_timestamps_command.cc',
97 'engine/store_timestamps_command.h', 97 'engine/store_timestamps_command.h',
98 'engine/sync_engine_event.cc', 98 'engine/sync_engine_event.cc',
99 'engine/sync_engine_event.h', 99 'engine/sync_engine_event.h',
100 'engine/sync_scheduler.cc', 100 'engine/sync_scheduler.cc',
101 'engine/sync_scheduler.h', 101 'engine/sync_scheduler.h',
102 'engine/sync_scheduler_impl.cc',
103 'engine/sync_scheduler_impl.h',
102 'engine/syncer.cc', 104 'engine/syncer.cc',
103 'engine/syncer.h', 105 'engine/syncer.h',
104 'engine/syncer_command.cc', 106 'engine/syncer_command.cc',
105 'engine/syncer_command.h', 107 'engine/syncer_command.h',
106 'engine/syncer_proto_util.cc', 108 'engine/syncer_proto_util.cc',
107 'engine/syncer_proto_util.h', 109 'engine/syncer_proto_util.h',
108 'engine/syncer_types.h', 110 'engine/syncer_types.h',
109 'engine/syncer_util.cc', 111 'engine/syncer_util.cc',
110 'engine/syncer_util.h', 112 'engine/syncer_util.h',
111 'engine/throttled_data_type_tracker.cc', 113 'engine/throttled_data_type_tracker.cc',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 'sync', 296 'sync',
295 ], 297 ],
296 'sources': [ 298 'sources': [
297 'internal_api/public/base_node.h', 299 'internal_api/public/base_node.h',
298 'internal_api/public/base_transaction.h', 300 'internal_api/public/base_transaction.h',
299 'internal_api/public/change_record.h', 301 'internal_api/public/change_record.h',
300 'internal_api/public/configure_reason.h', 302 'internal_api/public/configure_reason.h',
301 'internal_api/public/http_bridge.h', 303 'internal_api/public/http_bridge.h',
302 'internal_api/public/http_post_provider_factory.h', 304 'internal_api/public/http_post_provider_factory.h',
303 'internal_api/public/http_post_provider_interface.h', 305 'internal_api/public/http_post_provider_interface.h',
306 'internal_api/public/internal_components_factory.h',
307 'internal_api/public/internal_components_factory_impl.h',
304 'internal_api/public/read_node.h', 308 'internal_api/public/read_node.h',
305 'internal_api/public/read_transaction.h', 309 'internal_api/public/read_transaction.h',
306 'internal_api/public/sync_manager.h', 310 'internal_api/public/sync_manager.h',
307 'internal_api/public/sync_manager.cc', 311 'internal_api/public/sync_manager.cc',
308 'internal_api/public/sync_manager_factory.h', 312 'internal_api/public/sync_manager_factory.h',
309 'internal_api/public/user_share.h', 313 'internal_api/public/user_share.h',
310 'internal_api/public/write_node.h', 314 'internal_api/public/write_node.h',
311 'internal_api/public/write_transaction.h', 315 'internal_api/public/write_transaction.h',
312 'internal_api/base_node.cc', 316 'internal_api/base_node.cc',
313 'internal_api/base_transaction.cc', 317 'internal_api/base_transaction.cc',
314 'internal_api/change_record.cc', 318 'internal_api/change_record.cc',
315 'internal_api/change_reorder_buffer.cc', 319 'internal_api/change_reorder_buffer.cc',
316 'internal_api/change_reorder_buffer.h', 320 'internal_api/change_reorder_buffer.h',
317 'internal_api/debug_info_event_listener.cc', 321 'internal_api/debug_info_event_listener.cc',
318 'internal_api/debug_info_event_listener.h', 322 'internal_api/debug_info_event_listener.h',
319 'internal_api/http_bridge.cc', 323 'internal_api/http_bridge.cc',
324 'internal_api/internal_components_factory_impl.cc',
320 'internal_api/js_mutation_event_observer.cc', 325 'internal_api/js_mutation_event_observer.cc',
321 'internal_api/js_mutation_event_observer.h', 326 'internal_api/js_mutation_event_observer.h',
322 'internal_api/js_sync_manager_observer.cc', 327 'internal_api/js_sync_manager_observer.cc',
323 'internal_api/js_sync_manager_observer.h', 328 'internal_api/js_sync_manager_observer.h',
324 'internal_api/read_node.cc', 329 'internal_api/read_node.cc',
325 'internal_api/read_transaction.cc', 330 'internal_api/read_transaction.cc',
326 'internal_api/syncapi_internal.cc', 331 'internal_api/syncapi_internal.cc',
327 'internal_api/syncapi_internal.h', 332 'internal_api/syncapi_internal.h',
328 'internal_api/syncapi_server_connection_manager.cc', 333 'internal_api/syncapi_server_connection_manager.cc',
329 'internal_api/syncapi_server_connection_manager.h', 334 'internal_api/syncapi_server_connection_manager.h',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'internal_api/public/base/model_type_test_util.h', 398 'internal_api/public/base/model_type_test_util.h',
394 'js/js_test_util.cc', 399 'js/js_test_util.cc',
395 'js/js_test_util.h', 400 'js/js_test_util.h',
396 'sessions/test_util.cc', 401 'sessions/test_util.cc',
397 'sessions/test_util.h', 402 'sessions/test_util.h',
398 'syncable/syncable_mock.cc', 403 'syncable/syncable_mock.cc',
399 'syncable/syncable_mock.h', 404 'syncable/syncable_mock.h',
400 'test/callback_counter.h', 405 'test/callback_counter.h',
401 'test/engine/fake_model_worker.cc', 406 'test/engine/fake_model_worker.cc',
402 'test/engine/fake_model_worker.h', 407 'test/engine/fake_model_worker.h',
408 'test/engine/fake_sync_scheduler.cc',
409 'test/engine/fake_sync_scheduler.h',
403 'test/engine/mock_connection_manager.cc', 410 'test/engine/mock_connection_manager.cc',
404 'test/engine/mock_connection_manager.h', 411 'test/engine/mock_connection_manager.h',
405 'test/engine/syncer_command_test.cc', 412 'test/engine/syncer_command_test.cc',
406 'test/engine/syncer_command_test.h', 413 'test/engine/syncer_command_test.h',
407 'test/engine/test_directory_setter_upper.cc', 414 'test/engine/test_directory_setter_upper.cc',
408 'test/engine/test_directory_setter_upper.h', 415 'test/engine/test_directory_setter_upper.h',
409 'test/engine/test_id_factory.h', 416 'test/engine/test_id_factory.h',
410 'test/engine/test_syncable_utils.cc', 417 'test/engine/test_syncable_utils.cc',
411 'test/engine/test_syncable_utils.h', 418 'test/engine/test_syncable_utils.h',
412 'test/fake_encryptor.cc', 419 'test/fake_encryptor.cc',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 'test_support_sync', 471 'test_support_sync',
465 ], 472 ],
466 'export_dependent_settings': [ 473 'export_dependent_settings': [
467 '../testing/gtest.gyp:gtest', 474 '../testing/gtest.gyp:gtest',
468 'syncapi_core', 475 'syncapi_core',
469 'test_support_sync', 476 'test_support_sync',
470 ], 477 ],
471 'sources': [ 478 'sources': [
472 'internal_api/public/test/fake_sync_manager.h', 479 'internal_api/public/test/fake_sync_manager.h',
473 'internal_api/public/test/test_entry_factory.h', 480 'internal_api/public/test/test_entry_factory.h',
481 'internal_api/public/test/test_internal_components_factory.h',
474 'internal_api/public/test/test_user_share.h', 482 'internal_api/public/test/test_user_share.h',
475 'internal_api/test/fake_sync_manager.cc', 483 'internal_api/test/fake_sync_manager.cc',
476 'internal_api/test/test_entry_factory.cc', 484 'internal_api/test/test_entry_factory.cc',
485 'internal_api/test/test_internal_components_factory.cc',
477 'internal_api/test/test_user_share.cc', 486 'internal_api/test/test_user_share.cc',
478 ], 487 ],
479 }, 488 },
480 489
481 # Test support files for the 'syncapi_service' target. 490 # Test support files for the 'syncapi_service' target.
482 { 491 {
483 'target_name': 'test_support_syncapi_service', 492 'target_name': 'test_support_syncapi_service',
484 'type': 'static_library', 493 'type': 'static_library',
485 'include_dirs': [ 494 'include_dirs': [
486 '..', 495 '..',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 'test_suite_name': 'sync_unit_tests', 824 'test_suite_name': 'sync_unit_tests',
816 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 825 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
817 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] , 826 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] ,
818 }, 827 },
819 'includes': [ '../build/apk_test.gypi' ], 828 'includes': [ '../build/apk_test.gypi' ],
820 }, 829 },
821 ], 830 ],
822 }], 831 }],
823 ], 832 ],
824 } 833 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698