OLD | NEW |
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 import("//build/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//components/sync/protocol/protocol_sources.gni") | 7 import("//components/sync/protocol/protocol_sources.gni") |
8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
9 | 9 |
10 static_library("sync") { | 10 static_library("sync") { |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 "driver/glue/sync_backend_registrar.h", | 130 "driver/glue/sync_backend_registrar.h", |
131 "driver/glue/ui_model_worker.cc", | 131 "driver/glue/ui_model_worker.cc", |
132 "driver/glue/ui_model_worker.h", | 132 "driver/glue/ui_model_worker.h", |
133 "driver/model_association_manager.cc", | 133 "driver/model_association_manager.cc", |
134 "driver/model_association_manager.h", | 134 "driver/model_association_manager.h", |
135 "driver/model_associator.h", | 135 "driver/model_associator.h", |
136 "driver/model_type_controller.cc", | 136 "driver/model_type_controller.cc", |
137 "driver/model_type_controller.h", | 137 "driver/model_type_controller.h", |
138 "driver/non_ui_data_type_controller.cc", | 138 "driver/non_ui_data_type_controller.cc", |
139 "driver/non_ui_data_type_controller.h", | 139 "driver/non_ui_data_type_controller.h", |
140 "driver/protocol_event_observer.cc", | |
141 "driver/protocol_event_observer.h", | |
142 "driver/proxy_data_type_controller.cc", | 140 "driver/proxy_data_type_controller.cc", |
143 "driver/proxy_data_type_controller.h", | 141 "driver/proxy_data_type_controller.h", |
144 "driver/shared_change_processor.cc", | 142 "driver/shared_change_processor.cc", |
145 "driver/shared_change_processor.h", | 143 "driver/shared_change_processor.h", |
146 "driver/shared_change_processor_ref.cc", | 144 "driver/shared_change_processor_ref.cc", |
147 "driver/shared_change_processor_ref.h", | 145 "driver/shared_change_processor_ref.h", |
148 "driver/signin_manager_wrapper.cc", | 146 "driver/signin_manager_wrapper.cc", |
149 "driver/signin_manager_wrapper.h", | 147 "driver/signin_manager_wrapper.h", |
150 "driver/startup_controller.cc", | 148 "driver/startup_controller.cc", |
151 "driver/startup_controller.h", | 149 "driver/startup_controller.h", |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 "engine/cycle/update_counters.h", | 207 "engine/cycle/update_counters.h", |
210 "engine/data_type_association_stats.cc", | 208 "engine/data_type_association_stats.cc", |
211 "engine/data_type_association_stats.h", | 209 "engine/data_type_association_stats.h", |
212 "engine/data_type_debug_info_listener.cc", | 210 "engine/data_type_debug_info_listener.cc", |
213 "engine/data_type_debug_info_listener.h", | 211 "engine/data_type_debug_info_listener.h", |
214 "engine/engine_components_factory.h", | 212 "engine/engine_components_factory.h", |
215 "engine/engine_components_factory_impl.cc", | 213 "engine/engine_components_factory_impl.cc", |
216 "engine/engine_components_factory_impl.h", | 214 "engine/engine_components_factory_impl.h", |
217 "engine/engine_util.cc", | 215 "engine/engine_util.cc", |
218 "engine/engine_util.h", | 216 "engine/engine_util.h", |
219 "engine/events/clear_server_data_request_event.cc", | |
220 "engine/events/clear_server_data_request_event.h", | |
221 "engine/events/clear_server_data_response_event.cc", | |
222 "engine/events/clear_server_data_response_event.h", | |
223 "engine/events/commit_request_event.cc", | |
224 "engine/events/commit_request_event.h", | |
225 "engine/events/commit_response_event.cc", | |
226 "engine/events/commit_response_event.h", | |
227 "engine/events/configure_get_updates_request_event.cc", | |
228 "engine/events/configure_get_updates_request_event.h", | |
229 "engine/events/get_updates_response_event.cc", | |
230 "engine/events/get_updates_response_event.h", | |
231 "engine/events/normal_get_updates_request_event.cc", | |
232 "engine/events/normal_get_updates_request_event.h", | |
233 "engine/events/poll_get_updates_request_event.cc", | |
234 "engine/events/poll_get_updates_request_event.h", | |
235 "engine/events/protocol_event.cc", | 217 "engine/events/protocol_event.cc", |
236 "engine/events/protocol_event.h", | 218 "engine/events/protocol_event.h", |
| 219 "engine/events/protocol_event_observer.cc", |
| 220 "engine/events/protocol_event_observer.h", |
237 "engine/model_safe_worker.cc", | 221 "engine/model_safe_worker.cc", |
238 "engine/model_safe_worker.h", | 222 "engine/model_safe_worker.h", |
239 "engine/model_type_connector.cc", | 223 "engine/model_type_connector.cc", |
240 "engine/model_type_connector.h", | 224 "engine/model_type_connector.h", |
241 "engine/model_type_processor.cc", | 225 "engine/model_type_processor.cc", |
242 "engine/model_type_processor.h", | 226 "engine/model_type_processor.h", |
243 "engine/model_type_processor_proxy.cc", | 227 "engine/model_type_processor_proxy.cc", |
244 "engine/model_type_processor_proxy.h", | 228 "engine/model_type_processor_proxy.h", |
245 "engine/net/http_bridge.cc", | 229 "engine/net/http_bridge.cc", |
246 "engine/net/http_bridge.h", | 230 "engine/net/http_bridge.h", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 "engine_impl/cycle/sync_cycle_context.cc", | 291 "engine_impl/cycle/sync_cycle_context.cc", |
308 "engine_impl/cycle/sync_cycle_context.h", | 292 "engine_impl/cycle/sync_cycle_context.h", |
309 "engine_impl/debug_info_event_listener.cc", | 293 "engine_impl/debug_info_event_listener.cc", |
310 "engine_impl/debug_info_event_listener.h", | 294 "engine_impl/debug_info_event_listener.h", |
311 "engine_impl/directory_commit_contribution.cc", | 295 "engine_impl/directory_commit_contribution.cc", |
312 "engine_impl/directory_commit_contribution.h", | 296 "engine_impl/directory_commit_contribution.h", |
313 "engine_impl/directory_commit_contributor.cc", | 297 "engine_impl/directory_commit_contributor.cc", |
314 "engine_impl/directory_commit_contributor.h", | 298 "engine_impl/directory_commit_contributor.h", |
315 "engine_impl/directory_update_handler.cc", | 299 "engine_impl/directory_update_handler.cc", |
316 "engine_impl/directory_update_handler.h", | 300 "engine_impl/directory_update_handler.h", |
| 301 "engine_impl/events/clear_server_data_request_event.cc", |
| 302 "engine_impl/events/clear_server_data_request_event.h", |
| 303 "engine_impl/events/clear_server_data_response_event.cc", |
| 304 "engine_impl/events/clear_server_data_response_event.h", |
| 305 "engine_impl/events/commit_request_event.cc", |
| 306 "engine_impl/events/commit_request_event.h", |
| 307 "engine_impl/events/commit_response_event.cc", |
| 308 "engine_impl/events/commit_response_event.h", |
| 309 "engine_impl/events/configure_get_updates_request_event.cc", |
| 310 "engine_impl/events/configure_get_updates_request_event.h", |
| 311 "engine_impl/events/get_updates_response_event.cc", |
| 312 "engine_impl/events/get_updates_response_event.h", |
| 313 "engine_impl/events/normal_get_updates_request_event.cc", |
| 314 "engine_impl/events/normal_get_updates_request_event.h", |
| 315 "engine_impl/events/poll_get_updates_request_event.cc", |
| 316 "engine_impl/events/poll_get_updates_request_event.h", |
317 "engine_impl/events/protocol_event_buffer.cc", | 317 "engine_impl/events/protocol_event_buffer.cc", |
318 "engine_impl/events/protocol_event_buffer.h", | 318 "engine_impl/events/protocol_event_buffer.h", |
319 "engine_impl/get_commit_ids.cc", | 319 "engine_impl/get_commit_ids.cc", |
320 "engine_impl/get_commit_ids.h", | 320 "engine_impl/get_commit_ids.h", |
321 "engine_impl/get_updates_delegate.cc", | 321 "engine_impl/get_updates_delegate.cc", |
322 "engine_impl/get_updates_delegate.h", | 322 "engine_impl/get_updates_delegate.h", |
323 "engine_impl/get_updates_processor.cc", | 323 "engine_impl/get_updates_processor.cc", |
324 "engine_impl/get_updates_processor.h", | 324 "engine_impl/get_updates_processor.h", |
325 "engine_impl/js_mutation_event_observer.cc", | 325 "engine_impl/js_mutation_event_observer.cc", |
326 "engine_impl/js_mutation_event_observer.h", | 326 "engine_impl/js_mutation_event_observer.h", |
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1095 deps = [ | 1095 deps = [ |
1096 ":fake_server_jni", | 1096 ":fake_server_jni", |
1097 ":sync", | 1097 ":sync", |
1098 ":test_support_fake_server", | 1098 ":test_support_fake_server", |
1099 "//base", | 1099 "//base", |
1100 "//testing/gtest", | 1100 "//testing/gtest", |
1101 "//url:url", | 1101 "//url:url", |
1102 ] | 1102 ] |
1103 } | 1103 } |
1104 } | 1104 } |
OLD | NEW |