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

Side by Side Diff: sync/sync_internal_api.gypi

Issue 23441042: Refactor common invalidation framework types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move DEPS rule Created 7 years, 2 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/nudge_tracker.cc ('k') | sync/sync_notifier.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 14 matching lines...) Expand all
25 'internal_api/debug_info_event_listener.cc', 25 'internal_api/debug_info_event_listener.cc',
26 'internal_api/debug_info_event_listener.h', 26 'internal_api/debug_info_event_listener.h',
27 'internal_api/http_bridge.cc', 27 'internal_api/http_bridge.cc',
28 'internal_api/internal_components_factory_impl.cc', 28 'internal_api/internal_components_factory_impl.cc',
29 'internal_api/js_mutation_event_observer.cc', 29 'internal_api/js_mutation_event_observer.cc',
30 'internal_api/js_mutation_event_observer.h', 30 'internal_api/js_mutation_event_observer.h',
31 'internal_api/js_sync_encryption_handler_observer.cc', 31 'internal_api/js_sync_encryption_handler_observer.cc',
32 'internal_api/js_sync_encryption_handler_observer.h', 32 'internal_api/js_sync_encryption_handler_observer.h',
33 'internal_api/js_sync_manager_observer.cc', 33 'internal_api/js_sync_manager_observer.cc',
34 'internal_api/js_sync_manager_observer.h', 34 'internal_api/js_sync_manager_observer.h',
35 'internal_api/public/base/ack_handle.cc',
36 'internal_api/public/base/ack_handle.h',
35 'internal_api/public/base/cancelation_observer.cc', 37 'internal_api/public/base/cancelation_observer.cc',
36 'internal_api/public/base/cancelation_observer.h', 38 'internal_api/public/base/cancelation_observer.h',
37 'internal_api/public/base/cancelation_signal.cc', 39 'internal_api/public/base/cancelation_signal.cc',
38 'internal_api/public/base/cancelation_signal.h', 40 'internal_api/public/base/cancelation_signal.h',
39 'internal_api/public/base/enum_set.h', 41 'internal_api/public/base/enum_set.h',
40 'internal_api/public/base/invalidation.cc', 42 'internal_api/public/base/invalidation.cc',
41 'internal_api/public/base/invalidation.h', 43 'internal_api/public/base/invalidation.h',
42 'internal_api/public/base/model_type.h', 44 'internal_api/public/base/model_type.h',
43 'internal_api/public/base/node_ordinal.cc', 45 'internal_api/public/base/node_ordinal.cc',
44 'internal_api/public/base/node_ordinal.h', 46 'internal_api/public/base/node_ordinal.h',
(...skipping 15 matching lines...) Expand all
60 'internal_api/public/engine/model_safe_worker.h', 62 'internal_api/public/engine/model_safe_worker.h',
61 'internal_api/public/engine/passive_model_worker.cc', 63 'internal_api/public/engine/passive_model_worker.cc',
62 'internal_api/public/engine/passive_model_worker.h', 64 'internal_api/public/engine/passive_model_worker.h',
63 'internal_api/public/engine/polling_constants.cc', 65 'internal_api/public/engine/polling_constants.cc',
64 'internal_api/public/engine/polling_constants.h', 66 'internal_api/public/engine/polling_constants.h',
65 'internal_api/public/engine/sync_status.cc', 67 'internal_api/public/engine/sync_status.cc',
66 'internal_api/public/engine/sync_status.h', 68 'internal_api/public/engine/sync_status.h',
67 'internal_api/public/http_bridge.h', 69 'internal_api/public/http_bridge.h',
68 'internal_api/public/http_post_provider_factory.h', 70 'internal_api/public/http_post_provider_factory.h',
69 'internal_api/public/http_post_provider_interface.h', 71 'internal_api/public/http_post_provider_interface.h',
72 'internal_api/public/internal_components_factory.h',
70 'internal_api/public/internal_components_factory_impl.h', 73 'internal_api/public/internal_components_factory_impl.h',
71 'internal_api/public/internal_components_factory.h',
72 'internal_api/public/read_node.h', 74 'internal_api/public/read_node.h',
73 'internal_api/public/read_transaction.h', 75 'internal_api/public/read_transaction.h',
74 'internal_api/public/sessions/model_neutral_state.cc', 76 'internal_api/public/sessions/model_neutral_state.cc',
75 'internal_api/public/sessions/model_neutral_state.h', 77 'internal_api/public/sessions/model_neutral_state.h',
76 'internal_api/public/sessions/sync_session_snapshot.cc', 78 'internal_api/public/sessions/sync_session_snapshot.cc',
77 'internal_api/public/sessions/sync_session_snapshot.h', 79 'internal_api/public/sessions/sync_session_snapshot.h',
78 'internal_api/public/sync_encryption_handler.cc', 80 'internal_api/public/sync_encryption_handler.cc',
79 'internal_api/public/sync_encryption_handler.h', 81 'internal_api/public/sync_encryption_handler.h',
80 'internal_api/public/sync_manager.cc', 82 'internal_api/public/sync_manager.cc',
81 'internal_api/public/sync_manager.h', 83 'internal_api/public/sync_manager.h',
(...skipping 22 matching lines...) Expand all
104 'internal_api/sync_manager_impl.h', 106 'internal_api/sync_manager_impl.h',
105 'internal_api/syncapi_internal.cc', 107 'internal_api/syncapi_internal.cc',
106 'internal_api/syncapi_internal.h', 108 'internal_api/syncapi_internal.h',
107 'internal_api/syncapi_server_connection_manager.cc', 109 'internal_api/syncapi_server_connection_manager.cc',
108 'internal_api/syncapi_server_connection_manager.h', 110 'internal_api/syncapi_server_connection_manager.h',
109 'internal_api/user_share.cc', 111 'internal_api/user_share.cc',
110 'internal_api/write_node.cc', 112 'internal_api/write_node.cc',
111 'internal_api/write_transaction.cc', 113 'internal_api/write_transaction.cc',
112 ], 114 ],
113 } 115 }
OLDNEW
« no previous file with comments | « sync/sessions/nudge_tracker.cc ('k') | sync/sync_notifier.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698