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

Side by Side Diff: sync/sync.gyp

Issue 437683002: Wire sync shutdown reason from PSS all the way down to sync manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/internal_api/test/fake_sync_manager.cc ('k') | no next file » | 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'includes': [ 10 'includes': [
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'internal_api/public/http_bridge_network_resources.h', 255 'internal_api/public/http_bridge_network_resources.h',
256 'internal_api/public/http_post_provider_factory.h', 256 'internal_api/public/http_post_provider_factory.h',
257 'internal_api/public/http_post_provider_interface.h', 257 'internal_api/public/http_post_provider_interface.h',
258 'internal_api/public/internal_components_factory.h', 258 'internal_api/public/internal_components_factory.h',
259 'internal_api/public/internal_components_factory_impl.h', 259 'internal_api/public/internal_components_factory_impl.h',
260 'internal_api/public/network_resources.h', 260 'internal_api/public/network_resources.h',
261 'internal_api/public/non_blocking_sync_common.cc', 261 'internal_api/public/non_blocking_sync_common.cc',
262 'internal_api/public/non_blocking_sync_common.h', 262 'internal_api/public/non_blocking_sync_common.h',
263 'internal_api/public/read_node.h', 263 'internal_api/public/read_node.h',
264 'internal_api/public/read_transaction.h', 264 'internal_api/public/read_transaction.h',
265 'internal_api/public/shutdown_reason.h',
265 'internal_api/public/sessions/commit_counters.cc', 266 'internal_api/public/sessions/commit_counters.cc',
266 'internal_api/public/sessions/commit_counters.h', 267 'internal_api/public/sessions/commit_counters.h',
267 'internal_api/public/sessions/model_neutral_state.cc', 268 'internal_api/public/sessions/model_neutral_state.cc',
268 'internal_api/public/sessions/model_neutral_state.h', 269 'internal_api/public/sessions/model_neutral_state.h',
269 'internal_api/public/sessions/status_counters.cc', 270 'internal_api/public/sessions/status_counters.cc',
270 'internal_api/public/sessions/status_counters.h', 271 'internal_api/public/sessions/status_counters.h',
271 'internal_api/public/sessions/sync_session_snapshot.cc', 272 'internal_api/public/sessions/sync_session_snapshot.cc',
272 'internal_api/public/sessions/sync_session_snapshot.h', 273 'internal_api/public/sessions/sync_session_snapshot.h',
273 'internal_api/public/sessions/type_debug_info_observer.cc', 274 'internal_api/public/sessions/type_debug_info_observer.cc',
274 'internal_api/public/sessions/type_debug_info_observer.h', 275 'internal_api/public/sessions/type_debug_info_observer.h',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 'proto_out_dir': 'sync/protocol', 506 'proto_out_dir': 'sync/protocol',
506 'cc_generator_options': 'dllexport_decl=SYNC_PROTO_EXPORT:', 507 'cc_generator_options': 'dllexport_decl=SYNC_PROTO_EXPORT:',
507 'cc_include': 'sync/protocol/sync_proto_export.h', 508 'cc_include': 'sync/protocol/sync_proto_export.h',
508 }, 509 },
509 'includes': [ 510 'includes': [
510 '../build/protoc.gypi' 511 '../build/protoc.gypi'
511 ], 512 ],
512 }, 513 },
513 ], 514 ],
514 } 515 }
OLDNEW
« no previous file with comments | « sync/internal_api/test/fake_sync_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698