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

Side by Side Diff: sync/sync.gyp

Issue 10791002: Finish commit 146665. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « sync/internal_api/syncapi_unittest.cc ('k') | sync/syncable/directory.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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 ], 384 ],
385 'sources': [ 385 'sources': [
386 'internal_api/public/base/model_type_test_util.cc', 386 'internal_api/public/base/model_type_test_util.cc',
387 'internal_api/public/base/model_type_test_util.h', 387 'internal_api/public/base/model_type_test_util.h',
388 'js/js_test_util.cc', 388 'js/js_test_util.cc',
389 'js/js_test_util.h', 389 'js/js_test_util.h',
390 'sessions/test_util.cc', 390 'sessions/test_util.cc',
391 'sessions/test_util.h', 391 'sessions/test_util.h',
392 'syncable/syncable_mock.cc', 392 'syncable/syncable_mock.cc',
393 'syncable/syncable_mock.h', 393 'syncable/syncable_mock.h',
394 'test/callback_counter.h',
394 'test/engine/fake_model_worker.cc', 395 'test/engine/fake_model_worker.cc',
395 'test/engine/fake_model_worker.h', 396 'test/engine/fake_model_worker.h',
396 'test/engine/mock_connection_manager.cc', 397 'test/engine/mock_connection_manager.cc',
397 'test/engine/mock_connection_manager.h', 398 'test/engine/mock_connection_manager.h',
398 'test/engine/syncer_command_test.cc', 399 'test/engine/syncer_command_test.cc',
399 'test/engine/syncer_command_test.h', 400 'test/engine/syncer_command_test.h',
400 'test/engine/test_directory_setter_upper.cc', 401 'test/engine/test_directory_setter_upper.cc',
401 'test/engine/test_directory_setter_upper.h', 402 'test/engine/test_directory_setter_upper.h',
402 'test/engine/test_id_factory.h', 403 'test/engine/test_id_factory.h',
403 'test/engine/test_syncable_utils.cc', 404 'test/engine/test_syncable_utils.cc',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 'test_suite_name': 'sync_unit_tests', 807 'test_suite_name': 'sync_unit_tests',
807 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 808 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
808 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] , 809 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] ,
809 }, 810 },
810 'includes': [ '../build/apk_test.gypi' ], 811 'includes': [ '../build/apk_test.gypi' ],
811 }, 812 },
812 ], 813 ],
813 }], 814 }],
814 ], 815 ],
815 } 816 }
OLDNEW
« no previous file with comments | « sync/internal_api/syncapi_unittest.cc ('k') | sync/syncable/directory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698