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

Side by Side Diff: sync/sync_core.gypi

Issue 23809005: sync: Implement per-type GetCommitIds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments Created 7 years, 3 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 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 28 matching lines...) Expand all
39 'engine/build_commit_command.cc', 39 'engine/build_commit_command.cc',
40 'engine/build_commit_command.h', 40 'engine/build_commit_command.h',
41 'engine/commit.cc', 41 'engine/commit.cc',
42 'engine/commit.h', 42 'engine/commit.h',
43 'engine/conflict_resolver.cc', 43 'engine/conflict_resolver.cc',
44 'engine/conflict_resolver.h', 44 'engine/conflict_resolver.h',
45 'engine/conflict_util.cc', 45 'engine/conflict_util.cc',
46 'engine/conflict_util.h', 46 'engine/conflict_util.h',
47 'engine/download.cc', 47 'engine/download.cc',
48 'engine/download.h', 48 'engine/download.h',
49 'engine/get_commit_ids_command.cc', 49 'engine/get_commit_ids.cc',
50 'engine/get_commit_ids_command.h', 50 'engine/get_commit_ids.h',
51 'engine/model_changing_syncer_command.cc', 51 'engine/model_changing_syncer_command.cc',
52 'engine/model_changing_syncer_command.h', 52 'engine/model_changing_syncer_command.h',
53 'engine/net/server_connection_manager.cc', 53 'engine/net/server_connection_manager.cc',
54 'engine/net/server_connection_manager.h', 54 'engine/net/server_connection_manager.h',
55 'engine/net/url_translator.cc', 55 'engine/net/url_translator.cc',
56 'engine/net/url_translator.h', 56 'engine/net/url_translator.h',
57 'engine/nudge_source.cc', 57 'engine/nudge_source.cc',
58 'engine/nudge_source.h', 58 'engine/nudge_source.h',
59 'engine/process_commit_response_command.cc', 59 'engine/process_commit_response_command.cc',
60 'engine/process_commit_response_command.h', 60 'engine/process_commit_response_command.h',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'util/get_session_name_win.cc', 182 'util/get_session_name_win.cc',
183 'util/get_session_name_win.h', 183 'util/get_session_name_win.h',
184 'util/logging.cc', 184 'util/logging.cc',
185 'util/logging.h', 185 'util/logging.h',
186 'util/nigori.cc', 186 'util/nigori.cc',
187 'util/nigori.h', 187 'util/nigori.h',
188 'util/time.cc', 188 'util/time.cc',
189 'util/time.h', 189 'util/time.h',
190 ], 190 ],
191 } 191 }
OLDNEW
« sync/engine/get_commit_ids.cc ('K') | « sync/engine/syncer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698