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

Side by Side Diff: components/sync_driver.gypi

Issue 1443453002: [Sync] Move sessions files from sync_driver to sync_sessions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ui/gfx deps. Created 5 years, 1 month 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync_driver/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/sync_driver 8 # GN version: //components/sync_driver
9 'target_name': 'sync_driver', 9 'target_name': 'sync_driver',
10 'type': 'static_library', 10 'type': 'static_library',
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../net/net.gyp:net', 13 '../net/net.gyp:net',
14 '../sync/sync.gyp:sync', 14 '../sync/sync.gyp:sync',
15 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 15 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
16 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 16 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
17 '../ui/gfx/gfx.gyp:gfx',
18 'data_use_measurement_core', 17 'data_use_measurement_core',
19 'invalidation_public', 18 'invalidation_public',
20 'os_crypt', 19 'os_crypt',
21 'signin_core_browser', 20 'signin_core_browser',
22 'version_info', 21 'version_info',
23 ], 22 ],
24 'include_dirs': [ 23 'include_dirs': [
25 '..', 24 '..',
26 ], 25 ],
27 'sources': [ 26 'sources': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'sync_driver/glue/chrome_report_unrecoverable_error.cc', 69 'sync_driver/glue/chrome_report_unrecoverable_error.cc',
71 'sync_driver/glue/chrome_report_unrecoverable_error.h', 70 'sync_driver/glue/chrome_report_unrecoverable_error.h',
72 'sync_driver/glue/sync_backend_host.cc', 71 'sync_driver/glue/sync_backend_host.cc',
73 'sync_driver/glue/sync_backend_host.h', 72 'sync_driver/glue/sync_backend_host.h',
74 'sync_driver/glue/sync_backend_host_core.cc', 73 'sync_driver/glue/sync_backend_host_core.cc',
75 'sync_driver/glue/sync_backend_host_core.h', 74 'sync_driver/glue/sync_backend_host_core.h',
76 'sync_driver/glue/sync_backend_host_impl.cc', 75 'sync_driver/glue/sync_backend_host_impl.cc',
77 'sync_driver/glue/sync_backend_host_impl.h', 76 'sync_driver/glue/sync_backend_host_impl.h',
78 'sync_driver/glue/sync_backend_registrar.cc', 77 'sync_driver/glue/sync_backend_registrar.cc',
79 'sync_driver/glue/sync_backend_registrar.h', 78 'sync_driver/glue/sync_backend_registrar.h',
80 'sync_driver/glue/synced_session.cc',
81 'sync_driver/glue/synced_session.h',
82 'sync_driver/glue/synced_window_delegate.h',
83 'sync_driver/glue/ui_model_worker.cc', 79 'sync_driver/glue/ui_model_worker.cc',
84 'sync_driver/glue/ui_model_worker.h', 80 'sync_driver/glue/ui_model_worker.h',
85 'sync_driver/invalidation_adapter.cc', 81 'sync_driver/invalidation_adapter.cc',
86 'sync_driver/invalidation_adapter.h', 82 'sync_driver/invalidation_adapter.h',
87 'sync_driver/invalidation_helper.cc', 83 'sync_driver/invalidation_helper.cc',
88 'sync_driver/invalidation_helper.h', 84 'sync_driver/invalidation_helper.h',
89 'sync_driver/local_device_info_provider.h', 85 'sync_driver/local_device_info_provider.h',
90 'sync_driver/local_device_info_provider_impl.cc', 86 'sync_driver/local_device_info_provider_impl.cc',
91 'sync_driver/local_device_info_provider_impl.h', 87 'sync_driver/local_device_info_provider_impl.h',
92 'sync_driver/model_association_manager.cc', 88 'sync_driver/model_association_manager.cc',
93 'sync_driver/model_association_manager.h', 89 'sync_driver/model_association_manager.h',
94 'sync_driver/model_associator.h', 90 'sync_driver/model_associator.h',
95 'sync_driver/non_blocking_data_type_controller.cc', 91 'sync_driver/non_blocking_data_type_controller.cc',
96 'sync_driver/non_blocking_data_type_controller.h', 92 'sync_driver/non_blocking_data_type_controller.h',
97 'sync_driver/non_frontend_data_type_controller.cc', 93 'sync_driver/non_frontend_data_type_controller.cc',
98 'sync_driver/non_frontend_data_type_controller.h', 94 'sync_driver/non_frontend_data_type_controller.h',
99 'sync_driver/non_ui_data_type_controller.cc', 95 'sync_driver/non_ui_data_type_controller.cc',
100 'sync_driver/non_ui_data_type_controller.h', 96 'sync_driver/non_ui_data_type_controller.h',
101 'sync_driver/open_tabs_ui_delegate.cc',
102 'sync_driver/open_tabs_ui_delegate.h',
103 'sync_driver/pref_names.cc', 97 'sync_driver/pref_names.cc',
104 'sync_driver/pref_names.h', 98 'sync_driver/pref_names.h',
105 'sync_driver/profile_sync_auth_provider.cc', 99 'sync_driver/profile_sync_auth_provider.cc',
106 'sync_driver/profile_sync_auth_provider.h', 100 'sync_driver/profile_sync_auth_provider.h',
107 'sync_driver/protocol_event_observer.cc', 101 'sync_driver/protocol_event_observer.cc',
108 'sync_driver/protocol_event_observer.h', 102 'sync_driver/protocol_event_observer.h',
109 'sync_driver/proxy_data_type_controller.cc', 103 'sync_driver/proxy_data_type_controller.cc',
110 'sync_driver/proxy_data_type_controller.h', 104 'sync_driver/proxy_data_type_controller.h',
111 'sync_driver/sessions/synced_window_delegates_getter.cc',
112 'sync_driver/sessions/synced_window_delegates_getter.h',
113 'sync_driver/shared_change_processor.cc', 105 'sync_driver/shared_change_processor.cc',
114 'sync_driver/shared_change_processor.h', 106 'sync_driver/shared_change_processor.h',
115 'sync_driver/shared_change_processor_ref.cc', 107 'sync_driver/shared_change_processor_ref.cc',
116 'sync_driver/shared_change_processor_ref.h', 108 'sync_driver/shared_change_processor_ref.h',
117 'sync_driver/signin_manager_wrapper.cc', 109 'sync_driver/signin_manager_wrapper.cc',
118 'sync_driver/signin_manager_wrapper.h', 110 'sync_driver/signin_manager_wrapper.h',
119 'sync_driver/startup_controller.cc', 111 'sync_driver/startup_controller.cc',
120 'sync_driver/startup_controller.h', 112 'sync_driver/startup_controller.h',
121 'sync_driver/sync_api_component_factory.h', 113 'sync_driver/sync_api_component_factory.h',
122 'sync_driver/sync_client.cc', 114 'sync_driver/sync_client.cc',
(...skipping 12 matching lines...) Expand all
135 'sync_driver/sync_service_observer.h', 127 'sync_driver/sync_service_observer.h',
136 'sync_driver/sync_service_utils.cc', 128 'sync_driver/sync_service_utils.cc',
137 'sync_driver/sync_service_utils.h', 129 'sync_driver/sync_service_utils.h',
138 'sync_driver/sync_stopped_reporter.cc', 130 'sync_driver/sync_stopped_reporter.cc',
139 'sync_driver/sync_stopped_reporter.h', 131 'sync_driver/sync_stopped_reporter.h',
140 'sync_driver/sync_type_preference_provider.h', 132 'sync_driver/sync_type_preference_provider.h',
141 'sync_driver/sync_util.cc', 133 'sync_driver/sync_util.cc',
142 'sync_driver/sync_util.h', 134 'sync_driver/sync_util.h',
143 'sync_driver/system_encryptor.cc', 135 'sync_driver/system_encryptor.cc',
144 'sync_driver/system_encryptor.h', 136 'sync_driver/system_encryptor.h',
145 'sync_driver/tab_node_pool.cc',
146 'sync_driver/tab_node_pool.h',
147 'sync_driver/ui_data_type_controller.cc', 137 'sync_driver/ui_data_type_controller.cc',
148 'sync_driver/ui_data_type_controller.h', 138 'sync_driver/ui_data_type_controller.h',
149 'sync_driver/user_selectable_sync_type.h', 139 'sync_driver/user_selectable_sync_type.h',
150 ], 140 ],
151 'conditions': [ 141 'conditions': [
152 ['OS!="ios"', {
153 'dependencies': [
154 'sessions_content',
155 ],
156 }, { # OS==ios
157 'dependencies': [
158 'sessions_ios',
159 ],
160 }],
161 ['configuration_policy==1', { 142 ['configuration_policy==1', {
162 'dependencies': [ 143 'dependencies': [
163 'policy', 144 'policy',
164 'policy_component', 145 'policy_component',
165 ], 146 ],
166 'sources': [ 147 'sources': [
167 'sync_driver/sync_policy_handler.cc', 148 'sync_driver/sync_policy_handler.cc',
168 'sync_driver/sync_policy_handler.h', 149 'sync_driver/sync_policy_handler.h',
169 ], 150 ],
170 }], 151 }],
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'sync_driver/non_frontend_data_type_controller_mock.cc', 194 'sync_driver/non_frontend_data_type_controller_mock.cc',
214 'sync_driver/non_frontend_data_type_controller_mock.h', 195 'sync_driver/non_frontend_data_type_controller_mock.h',
215 'sync_driver/non_ui_data_type_controller_mock.cc', 196 'sync_driver/non_ui_data_type_controller_mock.cc',
216 'sync_driver/non_ui_data_type_controller_mock.h', 197 'sync_driver/non_ui_data_type_controller_mock.h',
217 'sync_driver/sync_api_component_factory_mock.cc', 198 'sync_driver/sync_api_component_factory_mock.cc',
218 'sync_driver/sync_api_component_factory_mock.h', 199 'sync_driver/sync_api_component_factory_mock.h',
219 ], 200 ],
220 }, 201 },
221 ], 202 ],
222 } 203 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698