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

Side by Side Diff: sync/sync.gyp

Issue 11571092: sync: Move unique_client_tag hashing code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Undo some changes and move a test to syncable_util_unittest Created 8 years 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/write_node.cc ('k') | sync/syncable/syncable_util.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 'protocol/proto_value_conversions_unittest.cc', 680 'protocol/proto_value_conversions_unittest.cc',
681 'sessions/ordered_commit_set_unittest.cc', 681 'sessions/ordered_commit_set_unittest.cc',
682 'sessions/status_controller_unittest.cc', 682 'sessions/status_controller_unittest.cc',
683 'sessions/sync_session_unittest.cc', 683 'sessions/sync_session_unittest.cc',
684 'syncable/directory_backing_store_unittest.cc', 684 'syncable/directory_backing_store_unittest.cc',
685 'syncable/model_type_unittest.cc', 685 'syncable/model_type_unittest.cc',
686 'syncable/nigori_util_unittest.cc', 686 'syncable/nigori_util_unittest.cc',
687 'syncable/syncable_enum_conversions_unittest.cc', 687 'syncable/syncable_enum_conversions_unittest.cc',
688 'syncable/syncable_id_unittest.cc', 688 'syncable/syncable_id_unittest.cc',
689 'syncable/syncable_unittest.cc', 689 'syncable/syncable_unittest.cc',
690 'syncable/syncable_util_unittest.cc',
690 'util/cryptographer_unittest.cc', 691 'util/cryptographer_unittest.cc',
691 'util/data_encryption_win_unittest.cc', 692 'util/data_encryption_win_unittest.cc',
692 'util/data_type_histogram_unittest.cc', 693 'util/data_type_histogram_unittest.cc',
693 'util/get_session_name_unittest.cc', 694 'util/get_session_name_unittest.cc',
694 'util/nigori_unittest.cc', 695 'util/nigori_unittest.cc',
695 'util/protobuf_unittest.cc', 696 'util/protobuf_unittest.cc',
696 ], 697 ],
697 'conditions': [ 698 'conditions': [
698 ['OS == "ios" and coverage != 0', { 699 ['OS == "ios" and coverage != 0', {
699 'sources!': [ 700 'sources!': [
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
994 'variables': { 995 'variables': {
995 'test_suite_name': 'sync_unit_tests', 996 'test_suite_name': 'sync_unit_tests',
996 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 997 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
997 }, 998 },
998 'includes': [ '../build/apk_test.gypi' ], 999 'includes': [ '../build/apk_test.gypi' ],
999 }, 1000 },
1000 ], 1001 ],
1001 }], 1002 }],
1002 ], 1003 ],
1003 } 1004 }
OLDNEW
« no previous file with comments | « sync/internal_api/write_node.cc ('k') | sync/syncable/syncable_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698