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

Side by Side Diff: sync/sync_core.gypi

Issue 224563004: sync: Re-implement getAllNodes WebUI function (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment fix Created 6 years, 8 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/sessions/model_type_registry.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 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/directory_commit_contribution.cc', 51 'engine/directory_commit_contribution.cc',
52 'engine/directory_commit_contribution.h', 52 'engine/directory_commit_contribution.h',
53 'engine/directory_commit_contributor.cc', 53 'engine/directory_commit_contributor.cc',
54 'engine/directory_commit_contributor.h', 54 'engine/directory_commit_contributor.h',
55 'engine/directory_update_handler.cc', 55 'engine/directory_update_handler.cc',
56 'engine/directory_update_handler.h', 56 'engine/directory_update_handler.h',
57 'engine/directory_type_debug_info_emitter.cc',
58 'engine/directory_type_debug_info_emitter.h',
57 'engine/get_commit_ids.cc', 59 'engine/get_commit_ids.cc',
58 'engine/get_commit_ids.h', 60 'engine/get_commit_ids.h',
59 'engine/get_updates_delegate.cc', 61 'engine/get_updates_delegate.cc',
60 'engine/get_updates_delegate.h', 62 'engine/get_updates_delegate.h',
61 'engine/get_updates_processor.cc', 63 'engine/get_updates_processor.cc',
62 'engine/get_updates_processor.h', 64 'engine/get_updates_processor.h',
63 'engine/net/server_connection_manager.cc', 65 'engine/net/server_connection_manager.cc',
64 'engine/net/server_connection_manager.h', 66 'engine/net/server_connection_manager.h',
65 'engine/net/url_translator.cc', 67 'engine/net/url_translator.cc',
66 'engine/net/url_translator.h', 68 'engine/net/url_translator.h',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'util/get_session_name_win.cc', 198 'util/get_session_name_win.cc',
197 'util/get_session_name_win.h', 199 'util/get_session_name_win.h',
198 'util/logging.cc', 200 'util/logging.cc',
199 'util/logging.h', 201 'util/logging.h',
200 'util/nigori.cc', 202 'util/nigori.cc',
201 'util/nigori.h', 203 'util/nigori.h',
202 'util/time.cc', 204 'util/time.cc',
203 'util/time.h', 205 'util/time.h',
204 ], 206 ],
205 } 207 }
OLDNEW
« no previous file with comments | « sync/sessions/model_type_registry.cc ('k') | sync/syncable/directory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698