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

Side by Side Diff: sync/sync_core.gypi

Issue 413833002: sync: Introduce CryptographerProvider interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renames Created 6 years, 4 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/engine/directory_cryptographer_provider.cc ('k') | sync/sync_tests.gypi » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'include_dirs': [ 6 'include_dirs': [
7 '..', 7 '..',
8 ], 8 ],
9 'defines': [ 9 'defines': [
10 'SYNC_IMPLEMENTATION', 10 'SYNC_IMPLEMENTATION',
(...skipping 30 matching lines...) Expand all
41 'engine/commit_contributor.h', 41 'engine/commit_contributor.h',
42 'engine/commit.h', 42 'engine/commit.h',
43 'engine/commit_processor.cc', 43 'engine/commit_processor.cc',
44 'engine/commit_processor.h', 44 'engine/commit_processor.h',
45 'engine/commit_util.cc', 45 'engine/commit_util.cc',
46 'engine/commit_util.h', 46 'engine/commit_util.h',
47 'engine/conflict_resolver.cc', 47 'engine/conflict_resolver.cc',
48 'engine/conflict_resolver.h', 48 'engine/conflict_resolver.h',
49 'engine/conflict_util.cc', 49 'engine/conflict_util.cc',
50 'engine/conflict_util.h', 50 'engine/conflict_util.h',
51 'engine/cryptographer_provider.cc',
52 'engine/cryptographer_provider.h',
51 'engine/directory_commit_contribution.cc', 53 'engine/directory_commit_contribution.cc',
52 'engine/directory_commit_contribution.h', 54 'engine/directory_commit_contribution.h',
53 'engine/directory_commit_contributor.cc', 55 'engine/directory_commit_contributor.cc',
54 'engine/directory_commit_contributor.h', 56 'engine/directory_commit_contributor.h',
57 'engine/directory_cryptographer_provider.cc',
58 'engine/directory_cryptographer_provider.h',
55 'engine/directory_update_handler.cc', 59 'engine/directory_update_handler.cc',
56 'engine/directory_update_handler.h', 60 'engine/directory_update_handler.h',
57 'engine/entity_tracker.cc', 61 'engine/entity_tracker.cc',
58 'engine/entity_tracker.h', 62 'engine/entity_tracker.h',
59 'engine/get_commit_ids.cc', 63 'engine/get_commit_ids.cc',
60 'engine/get_commit_ids.h', 64 'engine/get_commit_ids.h',
61 'engine/get_updates_delegate.cc', 65 'engine/get_updates_delegate.cc',
62 'engine/get_updates_delegate.h', 66 'engine/get_updates_delegate.h',
63 'engine/get_updates_processor.cc', 67 'engine/get_updates_processor.cc',
64 'engine/get_updates_processor.h', 68 'engine/get_updates_processor.h',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'util/get_session_name_win.cc', 215 'util/get_session_name_win.cc',
212 'util/get_session_name_win.h', 216 'util/get_session_name_win.h',
213 'util/logging.cc', 217 'util/logging.cc',
214 'util/logging.h', 218 'util/logging.h',
215 'util/nigori.cc', 219 'util/nigori.cc',
216 'util/nigori.h', 220 'util/nigori.h',
217 'util/time.cc', 221 'util/time.cc',
218 'util/time.h', 222 'util/time.h',
219 ], 223 ],
220 } 224 }
OLDNEW
« no previous file with comments | « sync/engine/directory_cryptographer_provider.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698