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

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: SetBool -> CallbackCounter 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
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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'internal_api/public/syncable/model_type_test_util.cc', 364 'internal_api/public/syncable/model_type_test_util.cc',
365 'internal_api/public/syncable/model_type_test_util.h', 365 'internal_api/public/syncable/model_type_test_util.h',
366 'js/js_test_util.cc', 366 'js/js_test_util.cc',
367 'js/js_test_util.h', 367 'js/js_test_util.h',
368 'notifier/mock_invalidation_state_tracker.cc', 368 'notifier/mock_invalidation_state_tracker.cc',
369 'notifier/mock_invalidation_state_tracker.h', 369 'notifier/mock_invalidation_state_tracker.h',
370 'sessions/test_util.cc', 370 'sessions/test_util.cc',
371 'sessions/test_util.h', 371 'sessions/test_util.h',
372 'syncable/syncable_mock.cc', 372 'syncable/syncable_mock.cc',
373 'syncable/syncable_mock.h', 373 'syncable/syncable_mock.h',
374 'test/callback_counter.h',
374 'test/fake_encryptor.cc', 375 'test/fake_encryptor.cc',
375 'test/fake_encryptor.h', 376 'test/fake_encryptor.h',
376 'test/fake_extensions_activity_monitor.cc', 377 'test/fake_extensions_activity_monitor.cc',
377 'test/fake_extensions_activity_monitor.h', 378 'test/fake_extensions_activity_monitor.h',
378 'test/null_directory_change_delegate.cc', 379 'test/null_directory_change_delegate.cc',
379 'test/null_directory_change_delegate.h', 380 'test/null_directory_change_delegate.h',
380 'test/null_transaction_observer.cc', 381 'test/null_transaction_observer.cc',
381 'test/null_transaction_observer.h', 382 'test/null_transaction_observer.h',
382 'test/engine/test_directory_setter_upper.cc', 383 'test/engine/test_directory_setter_upper.cc',
383 'test/engine/test_directory_setter_upper.h', 384 'test/engine/test_directory_setter_upper.h',
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 'test_suite_name': 'sync_unit_tests', 764 'test_suite_name': 'sync_unit_tests',
764 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 765 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
765 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] , 766 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] ,
766 }, 767 },
767 'includes': [ '../build/apk_test.gypi' ], 768 'includes': [ '../build/apk_test.gypi' ],
768 }, 769 },
769 ], 770 ],
770 }], 771 }],
771 ], 772 ],
772 } 773 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698