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

Side by Side Diff: sync/sync.gyp

Issue 10483015: [Sync] Refactor sync configuration logic. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use mock sync scheduler instead of DoConfigureSyncer Created 8 years, 6 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
« no previous file with comments | « sync/internal_api/syncapi_unittest.cc ('k') | sync/test/callback_counter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'internal_api/public/syncable/model_type_test_util.cc', 368 'internal_api/public/syncable/model_type_test_util.cc',
369 'internal_api/public/syncable/model_type_test_util.h', 369 'internal_api/public/syncable/model_type_test_util.h',
370 'js/js_test_util.cc', 370 'js/js_test_util.cc',
371 'js/js_test_util.h', 371 'js/js_test_util.h',
372 'notifier/mock_invalidation_state_tracker.cc', 372 'notifier/mock_invalidation_state_tracker.cc',
373 'notifier/mock_invalidation_state_tracker.h', 373 'notifier/mock_invalidation_state_tracker.h',
374 'sessions/test_util.cc', 374 'sessions/test_util.cc',
375 'sessions/test_util.h', 375 'sessions/test_util.h',
376 'syncable/syncable_mock.cc', 376 'syncable/syncable_mock.cc',
377 'syncable/syncable_mock.h', 377 'syncable/syncable_mock.h',
378 'test/callback_counter.h',
378 'test/engine/fake_model_worker.cc', 379 'test/engine/fake_model_worker.cc',
379 'test/engine/fake_model_worker.h', 380 'test/engine/fake_model_worker.h',
380 'test/engine/mock_connection_manager.cc', 381 'test/engine/mock_connection_manager.cc',
381 'test/engine/mock_connection_manager.h', 382 'test/engine/mock_connection_manager.h',
382 'test/engine/syncer_command_test.cc', 383 'test/engine/syncer_command_test.cc',
383 'test/engine/syncer_command_test.h', 384 'test/engine/syncer_command_test.h',
384 'test/engine/test_directory_setter_upper.cc', 385 'test/engine/test_directory_setter_upper.cc',
385 'test/engine/test_directory_setter_upper.h', 386 'test/engine/test_directory_setter_upper.h',
386 'test/engine/test_id_factory.h', 387 'test/engine/test_id_factory.h',
387 'test/engine/test_syncable_utils.cc', 388 'test/engine/test_syncable_utils.cc',
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 'test_suite_name': 'sync_unit_tests', 768 'test_suite_name': 'sync_unit_tests',
768 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 769 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
769 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] , 770 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] ,
770 }, 771 },
771 'includes': [ '../build/apk_test.gypi' ], 772 'includes': [ '../build/apk_test.gypi' ],
772 }, 773 },
773 ], 774 ],
774 }], 775 }],
775 ], 776 ],
776 } 777 }
OLDNEW
« no previous file with comments | « sync/internal_api/syncapi_unittest.cc ('k') | sync/test/callback_counter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698