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

Side by Side Diff: components/sync/BUILD.gn

Issue 2413313004: [Sync] Move the last things out of core/. (Closed)
Patch Set: Address comments. Created 4 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
« no previous file with comments | « components/password_manager/sync/browser/DEPS ('k') | components/sync/base/sync_db_util.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 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "base/passphrase_type.cc", 53 "base/passphrase_type.cc",
54 "base/passphrase_type.h", 54 "base/passphrase_type.h",
55 "base/pref_names.cc", 55 "base/pref_names.cc",
56 "base/pref_names.h", 56 "base/pref_names.h",
57 "base/progress_marker_map.cc", 57 "base/progress_marker_map.cc",
58 "base/progress_marker_map.h", 58 "base/progress_marker_map.h",
59 "base/proto_value_ptr.h", 59 "base/proto_value_ptr.h",
60 "base/report_unrecoverable_error.cc", 60 "base/report_unrecoverable_error.cc",
61 "base/report_unrecoverable_error.h", 61 "base/report_unrecoverable_error.h",
62 "base/stop_source.h", 62 "base/stop_source.h",
63 "base/sync_db_util.h",
64 "base/sync_prefs.cc", 63 "base/sync_prefs.cc",
65 "base/sync_prefs.h", 64 "base/sync_prefs.h",
66 "base/syncer_error.cc", 65 "base/syncer_error.cc",
67 "base/syncer_error.h", 66 "base/syncer_error.h",
68 "base/system_encryptor.cc", 67 "base/system_encryptor.cc",
69 "base/system_encryptor.h", 68 "base/system_encryptor.h",
70 "base/time.cc", 69 "base/time.cc",
71 "base/time.h", 70 "base/time.h",
72 "base/unique_position.cc", 71 "base/unique_position.cc",
73 "base/unique_position.h", 72 "base/unique_position.h",
74 "base/unrecoverable_error_handler.h", 73 "base/unrecoverable_error_handler.h",
75 "base/unrecoverable_error_info.cc", 74 "base/unrecoverable_error_info.cc",
76 "base/unrecoverable_error_info.h", 75 "base/unrecoverable_error_info.h",
77 "base/weak_handle.cc", 76 "base/weak_handle.cc",
78 "base/weak_handle.h", 77 "base/weak_handle.h",
79 "core/activation_context.cc",
80 "core/activation_context.h",
81 "core/configure_reason.h",
82 "core/data_type_association_stats.cc",
83 "core/data_type_association_stats.h",
84 "core/data_type_debug_info_listener.cc",
85 "core/data_type_debug_info_listener.h",
86 "core/internal_components_factory.h",
87 "core/internal_components_factory_impl.cc",
88 "core/internal_components_factory_impl.h",
89 "core/model_type_connector.cc",
90 "core/model_type_connector.h",
91 "core/model_type_processor.cc",
92 "core/model_type_processor.h",
93 "core/model_type_processor_proxy.cc",
94 "core/model_type_processor_proxy.h",
95 "core/non_blocking_sync_common.cc",
96 "core/non_blocking_sync_common.h",
97 "core/shutdown_reason.h",
98 "core/sync_auth_provider.h",
99 "core/sync_db_util.cc",
100 "core/sync_encryption_handler.cc",
101 "core/sync_encryption_handler.h",
102 "core/sync_manager.cc",
103 "core/sync_manager.h",
104 "core/sync_manager_factory.cc",
105 "core/sync_manager_factory.h",
106 "core_impl/debug_info_event_listener.cc",
107 "core_impl/debug_info_event_listener.h",
108 "core_impl/js_mutation_event_observer.cc",
109 "core_impl/js_mutation_event_observer.h",
110 "core_impl/js_sync_encryption_handler_observer.cc",
111 "core_impl/js_sync_encryption_handler_observer.h",
112 "core_impl/js_sync_manager_observer.cc",
113 "core_impl/js_sync_manager_observer.h",
114 "core_impl/model_type_connector_proxy.cc",
115 "core_impl/model_type_connector_proxy.h",
116 "core_impl/protocol_event_buffer.cc",
117 "core_impl/protocol_event_buffer.h",
118 "core_impl/sync_encryption_handler_impl.cc",
119 "core_impl/sync_encryption_handler_impl.h",
120 "core_impl/sync_manager_impl.cc",
121 "core_impl/sync_manager_impl.h",
122 "core_impl/syncapi_internal.cc",
123 "core_impl/syncapi_internal.h",
124 "device_info/device_count_metrics_provider.cc", 78 "device_info/device_count_metrics_provider.cc",
125 "device_info/device_count_metrics_provider.h", 79 "device_info/device_count_metrics_provider.h",
126 "device_info/device_info.cc", 80 "device_info/device_info.cc",
127 "device_info/device_info.h", 81 "device_info/device_info.h",
128 "device_info/device_info_data_type_controller.cc", 82 "device_info/device_info_data_type_controller.cc",
129 "device_info/device_info_data_type_controller.h", 83 "device_info/device_info_data_type_controller.h",
130 "device_info/device_info_service.cc", 84 "device_info/device_info_service.cc",
131 "device_info/device_info_service.h", 85 "device_info/device_info_service.h",
132 "device_info/device_info_sync_service.cc", 86 "device_info/device_info_sync_service.cc",
133 "device_info/device_info_sync_service.h", 87 "device_info/device_info_sync_service.h",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "driver/sync_service_utils.cc", 165 "driver/sync_service_utils.cc",
212 "driver/sync_service_utils.h", 166 "driver/sync_service_utils.h",
213 "driver/sync_stopped_reporter.cc", 167 "driver/sync_stopped_reporter.cc",
214 "driver/sync_stopped_reporter.h", 168 "driver/sync_stopped_reporter.h",
215 "driver/sync_type_preference_provider.h", 169 "driver/sync_type_preference_provider.h",
216 "driver/sync_util.cc", 170 "driver/sync_util.cc",
217 "driver/sync_util.h", 171 "driver/sync_util.h",
218 "driver/ui_data_type_controller.cc", 172 "driver/ui_data_type_controller.cc",
219 "driver/ui_data_type_controller.h", 173 "driver/ui_data_type_controller.h",
220 "driver/user_selectable_sync_type.h", 174 "driver/user_selectable_sync_type.h",
175 "engine/activation_context.cc",
176 "engine/activation_context.h",
221 "engine/attachments/attachment_downloader.cc", 177 "engine/attachments/attachment_downloader.cc",
222 "engine/attachments/attachment_downloader.h", 178 "engine/attachments/attachment_downloader.h",
223 "engine/attachments/attachment_store_backend.cc", 179 "engine/attachments/attachment_store_backend.cc",
224 "engine/attachments/attachment_store_backend.h", 180 "engine/attachments/attachment_store_backend.h",
225 "engine/attachments/attachment_store_frontend.cc", 181 "engine/attachments/attachment_store_frontend.cc",
226 "engine/attachments/attachment_store_frontend.h", 182 "engine/attachments/attachment_store_frontend.h",
227 "engine/attachments/attachment_uploader.cc", 183 "engine/attachments/attachment_uploader.cc",
228 "engine/attachments/attachment_uploader.h", 184 "engine/attachments/attachment_uploader.h",
229 "engine/attachments/attachment_util.cc", 185 "engine/attachments/attachment_util.cc",
230 "engine/attachments/attachment_util.h", 186 "engine/attachments/attachment_util.h",
231 "engine/attachments/fake_attachment_downloader.cc", 187 "engine/attachments/fake_attachment_downloader.cc",
232 "engine/attachments/fake_attachment_downloader.h", 188 "engine/attachments/fake_attachment_downloader.h",
233 "engine/attachments/fake_attachment_uploader.cc", 189 "engine/attachments/fake_attachment_uploader.cc",
234 "engine/attachments/fake_attachment_uploader.h", 190 "engine/attachments/fake_attachment_uploader.h",
235 "engine/attachments/in_memory_attachment_store.cc", 191 "engine/attachments/in_memory_attachment_store.cc",
236 "engine/attachments/in_memory_attachment_store.h", 192 "engine/attachments/in_memory_attachment_store.h",
237 "engine/attachments/on_disk_attachment_store.cc", 193 "engine/attachments/on_disk_attachment_store.cc",
238 "engine/attachments/on_disk_attachment_store.h", 194 "engine/attachments/on_disk_attachment_store.h",
239 "engine/commit_queue.cc", 195 "engine/commit_queue.cc",
240 "engine/commit_queue.h", 196 "engine/commit_queue.h",
197 "engine/configure_reason.h",
241 "engine/cycle/commit_counters.cc", 198 "engine/cycle/commit_counters.cc",
242 "engine/cycle/commit_counters.h", 199 "engine/cycle/commit_counters.h",
243 "engine/cycle/model_neutral_state.cc", 200 "engine/cycle/model_neutral_state.cc",
244 "engine/cycle/model_neutral_state.h", 201 "engine/cycle/model_neutral_state.h",
245 "engine/cycle/status_counters.cc", 202 "engine/cycle/status_counters.cc",
246 "engine/cycle/status_counters.h", 203 "engine/cycle/status_counters.h",
247 "engine/cycle/sync_cycle_snapshot.cc", 204 "engine/cycle/sync_cycle_snapshot.cc",
248 "engine/cycle/sync_cycle_snapshot.h", 205 "engine/cycle/sync_cycle_snapshot.h",
249 "engine/cycle/type_debug_info_observer.cc", 206 "engine/cycle/type_debug_info_observer.cc",
250 "engine/cycle/type_debug_info_observer.h", 207 "engine/cycle/type_debug_info_observer.h",
251 "engine/cycle/update_counters.cc", 208 "engine/cycle/update_counters.cc",
252 "engine/cycle/update_counters.h", 209 "engine/cycle/update_counters.h",
210 "engine/data_type_association_stats.cc",
211 "engine/data_type_association_stats.h",
212 "engine/data_type_debug_info_listener.cc",
213 "engine/data_type_debug_info_listener.h",
214 "engine/engine_components_factory.h",
215 "engine/engine_components_factory_impl.cc",
216 "engine/engine_components_factory_impl.h",
217 "engine/engine_util.cc",
218 "engine/engine_util.h",
253 "engine/events/clear_server_data_request_event.cc", 219 "engine/events/clear_server_data_request_event.cc",
254 "engine/events/clear_server_data_request_event.h", 220 "engine/events/clear_server_data_request_event.h",
255 "engine/events/clear_server_data_response_event.cc", 221 "engine/events/clear_server_data_response_event.cc",
256 "engine/events/clear_server_data_response_event.h", 222 "engine/events/clear_server_data_response_event.h",
257 "engine/events/commit_request_event.cc", 223 "engine/events/commit_request_event.cc",
258 "engine/events/commit_request_event.h", 224 "engine/events/commit_request_event.h",
259 "engine/events/commit_response_event.cc", 225 "engine/events/commit_response_event.cc",
260 "engine/events/commit_response_event.h", 226 "engine/events/commit_response_event.h",
261 "engine/events/configure_get_updates_request_event.cc", 227 "engine/events/configure_get_updates_request_event.cc",
262 "engine/events/configure_get_updates_request_event.h", 228 "engine/events/configure_get_updates_request_event.h",
263 "engine/events/get_updates_response_event.cc", 229 "engine/events/get_updates_response_event.cc",
264 "engine/events/get_updates_response_event.h", 230 "engine/events/get_updates_response_event.h",
265 "engine/events/normal_get_updates_request_event.cc", 231 "engine/events/normal_get_updates_request_event.cc",
266 "engine/events/normal_get_updates_request_event.h", 232 "engine/events/normal_get_updates_request_event.h",
267 "engine/events/poll_get_updates_request_event.cc", 233 "engine/events/poll_get_updates_request_event.cc",
268 "engine/events/poll_get_updates_request_event.h", 234 "engine/events/poll_get_updates_request_event.h",
269 "engine/events/protocol_event.cc", 235 "engine/events/protocol_event.cc",
270 "engine/events/protocol_event.h", 236 "engine/events/protocol_event.h",
271 "engine/model_safe_worker.cc", 237 "engine/model_safe_worker.cc",
272 "engine/model_safe_worker.h", 238 "engine/model_safe_worker.h",
239 "engine/model_type_connector.cc",
240 "engine/model_type_connector.h",
241 "engine/model_type_processor.cc",
242 "engine/model_type_processor.h",
243 "engine/model_type_processor_proxy.cc",
244 "engine/model_type_processor_proxy.h",
273 "engine/net/http_bridge.cc", 245 "engine/net/http_bridge.cc",
274 "engine/net/http_bridge.h", 246 "engine/net/http_bridge.h",
275 "engine/net/http_bridge_network_resources.cc", 247 "engine/net/http_bridge_network_resources.cc",
276 "engine/net/http_bridge_network_resources.h", 248 "engine/net/http_bridge_network_resources.h",
277 "engine/net/http_post_provider_factory.h", 249 "engine/net/http_post_provider_factory.h",
278 "engine/net/http_post_provider_interface.h", 250 "engine/net/http_post_provider_interface.h",
279 "engine/net/network_resources.h", 251 "engine/net/network_resources.h",
252 "engine/non_blocking_sync_common.cc",
253 "engine/non_blocking_sync_common.h",
280 "engine/passive_model_worker.cc", 254 "engine/passive_model_worker.cc",
281 "engine/passive_model_worker.h", 255 "engine/passive_model_worker.h",
282 "engine/polling_constants.cc", 256 "engine/polling_constants.cc",
283 "engine/polling_constants.h", 257 "engine/polling_constants.h",
258 "engine/shutdown_reason.h",
259 "engine/sync_auth_provider.h",
260 "engine/sync_encryption_handler.cc",
261 "engine/sync_encryption_handler.h",
262 "engine/sync_manager.cc",
263 "engine/sync_manager.h",
264 "engine/sync_manager_factory.cc",
265 "engine/sync_manager_factory.h",
284 "engine/sync_status.cc", 266 "engine/sync_status.cc",
285 "engine/sync_status.h", 267 "engine/sync_status.h",
286 "engine/sync_string_conversions.cc", 268 "engine/sync_string_conversions.cc",
287 "engine/sync_string_conversions.h", 269 "engine/sync_string_conversions.h",
288 "engine_impl/all_status.cc", 270 "engine_impl/all_status.cc",
289 "engine_impl/all_status.h", 271 "engine_impl/all_status.h",
290 "engine_impl/apply_control_data_updates.cc", 272 "engine_impl/apply_control_data_updates.cc",
291 "engine_impl/apply_control_data_updates.h", 273 "engine_impl/apply_control_data_updates.h",
292 "engine_impl/attachments/attachment_downloader_impl.cc", 274 "engine_impl/attachments/attachment_downloader_impl.cc",
293 "engine_impl/attachments/attachment_downloader_impl.h", 275 "engine_impl/attachments/attachment_downloader_impl.h",
(...skipping 23 matching lines...) Expand all
317 "engine_impl/cycle/directory_type_debug_info_emitter.cc", 299 "engine_impl/cycle/directory_type_debug_info_emitter.cc",
318 "engine_impl/cycle/directory_type_debug_info_emitter.h", 300 "engine_impl/cycle/directory_type_debug_info_emitter.h",
319 "engine_impl/cycle/nudge_tracker.cc", 301 "engine_impl/cycle/nudge_tracker.cc",
320 "engine_impl/cycle/nudge_tracker.h", 302 "engine_impl/cycle/nudge_tracker.h",
321 "engine_impl/cycle/status_controller.cc", 303 "engine_impl/cycle/status_controller.cc",
322 "engine_impl/cycle/status_controller.h", 304 "engine_impl/cycle/status_controller.h",
323 "engine_impl/cycle/sync_cycle.cc", 305 "engine_impl/cycle/sync_cycle.cc",
324 "engine_impl/cycle/sync_cycle.h", 306 "engine_impl/cycle/sync_cycle.h",
325 "engine_impl/cycle/sync_cycle_context.cc", 307 "engine_impl/cycle/sync_cycle_context.cc",
326 "engine_impl/cycle/sync_cycle_context.h", 308 "engine_impl/cycle/sync_cycle_context.h",
309 "engine_impl/debug_info_event_listener.cc",
310 "engine_impl/debug_info_event_listener.h",
327 "engine_impl/directory_commit_contribution.cc", 311 "engine_impl/directory_commit_contribution.cc",
328 "engine_impl/directory_commit_contribution.h", 312 "engine_impl/directory_commit_contribution.h",
329 "engine_impl/directory_commit_contributor.cc", 313 "engine_impl/directory_commit_contributor.cc",
330 "engine_impl/directory_commit_contributor.h", 314 "engine_impl/directory_commit_contributor.h",
331 "engine_impl/directory_update_handler.cc", 315 "engine_impl/directory_update_handler.cc",
332 "engine_impl/directory_update_handler.h", 316 "engine_impl/directory_update_handler.h",
317 "engine_impl/events/protocol_event_buffer.cc",
318 "engine_impl/events/protocol_event_buffer.h",
333 "engine_impl/get_commit_ids.cc", 319 "engine_impl/get_commit_ids.cc",
334 "engine_impl/get_commit_ids.h", 320 "engine_impl/get_commit_ids.h",
335 "engine_impl/get_updates_delegate.cc", 321 "engine_impl/get_updates_delegate.cc",
336 "engine_impl/get_updates_delegate.h", 322 "engine_impl/get_updates_delegate.h",
337 "engine_impl/get_updates_processor.cc", 323 "engine_impl/get_updates_processor.cc",
338 "engine_impl/get_updates_processor.h", 324 "engine_impl/get_updates_processor.h",
325 "engine_impl/js_mutation_event_observer.cc",
326 "engine_impl/js_mutation_event_observer.h",
327 "engine_impl/js_sync_encryption_handler_observer.cc",
328 "engine_impl/js_sync_encryption_handler_observer.h",
329 "engine_impl/js_sync_manager_observer.cc",
330 "engine_impl/js_sync_manager_observer.h",
331 "engine_impl/model_type_connector_proxy.cc",
332 "engine_impl/model_type_connector_proxy.h",
339 "engine_impl/model_type_registry.cc", 333 "engine_impl/model_type_registry.cc",
340 "engine_impl/model_type_registry.h", 334 "engine_impl/model_type_registry.h",
341 "engine_impl/model_type_worker.cc", 335 "engine_impl/model_type_worker.cc",
342 "engine_impl/model_type_worker.h", 336 "engine_impl/model_type_worker.h",
343 "engine_impl/net/server_connection_manager.cc", 337 "engine_impl/net/server_connection_manager.cc",
344 "engine_impl/net/server_connection_manager.h", 338 "engine_impl/net/server_connection_manager.h",
345 "engine_impl/net/sync_server_connection_manager.cc", 339 "engine_impl/net/sync_server_connection_manager.cc",
346 "engine_impl/net/sync_server_connection_manager.h", 340 "engine_impl/net/sync_server_connection_manager.h",
347 "engine_impl/net/url_translator.cc", 341 "engine_impl/net/url_translator.cc",
348 "engine_impl/net/url_translator.h", 342 "engine_impl/net/url_translator.h",
349 "engine_impl/non_blocking_type_commit_contribution.cc", 343 "engine_impl/non_blocking_type_commit_contribution.cc",
350 "engine_impl/non_blocking_type_commit_contribution.h", 344 "engine_impl/non_blocking_type_commit_contribution.h",
351 "engine_impl/nudge_handler.cc", 345 "engine_impl/nudge_handler.cc",
352 "engine_impl/nudge_handler.h", 346 "engine_impl/nudge_handler.h",
353 "engine_impl/nudge_source.cc", 347 "engine_impl/nudge_source.cc",
354 "engine_impl/nudge_source.h", 348 "engine_impl/nudge_source.h",
355 "engine_impl/process_updates_util.cc", 349 "engine_impl/process_updates_util.cc",
356 "engine_impl/process_updates_util.h", 350 "engine_impl/process_updates_util.h",
357 "engine_impl/sync_cycle_event.cc", 351 "engine_impl/sync_cycle_event.cc",
358 "engine_impl/sync_cycle_event.h", 352 "engine_impl/sync_cycle_event.h",
353 "engine_impl/sync_encryption_handler_impl.cc",
354 "engine_impl/sync_encryption_handler_impl.h",
359 "engine_impl/sync_engine_event_listener.cc", 355 "engine_impl/sync_engine_event_listener.cc",
360 "engine_impl/sync_engine_event_listener.h", 356 "engine_impl/sync_engine_event_listener.h",
357 "engine_impl/sync_manager_impl.cc",
358 "engine_impl/sync_manager_impl.h",
361 "engine_impl/sync_scheduler.cc", 359 "engine_impl/sync_scheduler.cc",
362 "engine_impl/sync_scheduler.h", 360 "engine_impl/sync_scheduler.h",
363 "engine_impl/sync_scheduler_impl.cc", 361 "engine_impl/sync_scheduler_impl.cc",
364 "engine_impl/sync_scheduler_impl.h", 362 "engine_impl/sync_scheduler_impl.h",
365 "engine_impl/syncer.cc", 363 "engine_impl/syncer.cc",
366 "engine_impl/syncer.h", 364 "engine_impl/syncer.h",
367 "engine_impl/syncer_proto_util.cc", 365 "engine_impl/syncer_proto_util.cc",
368 "engine_impl/syncer_proto_util.h", 366 "engine_impl/syncer_proto_util.h",
369 "engine_impl/syncer_types.h", 367 "engine_impl/syncer_types.h",
370 "engine_impl/syncer_util.cc", 368 "engine_impl/syncer_util.cc",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 "syncable/parent_child_index.cc", 494 "syncable/parent_child_index.cc",
497 "syncable/parent_child_index.h", 495 "syncable/parent_child_index.h",
498 "syncable/read_node.cc", 496 "syncable/read_node.cc",
499 "syncable/read_node.h", 497 "syncable/read_node.h",
500 "syncable/read_transaction.cc", 498 "syncable/read_transaction.cc",
501 "syncable/read_transaction.h", 499 "syncable/read_transaction.h",
502 "syncable/scoped_kernel_lock.cc", 500 "syncable/scoped_kernel_lock.cc",
503 "syncable/scoped_kernel_lock.h", 501 "syncable/scoped_kernel_lock.h",
504 "syncable/scoped_parent_child_index_updater.cc", 502 "syncable/scoped_parent_child_index_updater.cc",
505 "syncable/scoped_parent_child_index_updater.h", 503 "syncable/scoped_parent_child_index_updater.h",
504 "syncable/sync_db_util.cc",
505 "syncable/sync_db_util.h",
506 "syncable/syncable_base_transaction.cc", 506 "syncable/syncable_base_transaction.cc",
507 "syncable/syncable_base_transaction.h", 507 "syncable/syncable_base_transaction.h",
508 "syncable/syncable_base_write_transaction.cc", 508 "syncable/syncable_base_write_transaction.cc",
509 "syncable/syncable_base_write_transaction.h", 509 "syncable/syncable_base_write_transaction.h",
510 "syncable/syncable_changes_version.h", 510 "syncable/syncable_changes_version.h",
511 "syncable/syncable_columns.h", 511 "syncable/syncable_columns.h",
512 "syncable/syncable_delete_journal.cc", 512 "syncable/syncable_delete_journal.cc",
513 "syncable/syncable_delete_journal.h", 513 "syncable/syncable_delete_journal.h",
514 "syncable/syncable_enum_conversions.cc", 514 "syncable/syncable_enum_conversions.cc",
515 "syncable/syncable_enum_conversions.h", 515 "syncable/syncable_enum_conversions.h",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 ] 593 ]
594 deps += [ 594 deps += [
595 "//components/policy:generated", 595 "//components/policy:generated",
596 "//components/policy/core/browser", 596 "//components/policy/core/browser",
597 ] 597 ]
598 } 598 }
599 599
600 configs += [ "//build/config/compiler:wexit_time_destructors" ] 600 configs += [ "//build/config/compiler:wexit_time_destructors" ]
601 } 601 }
602 602
603 # TODO(maxbogue): Refactor the test support targets to remove core references.
603 static_library("test_support_sync_core") { 604 static_library("test_support_sync_core") {
604 testonly = true 605 testonly = true
605 sources = [ 606 sources = [
606 "base/fake_encryptor.cc", 607 "base/fake_encryptor.cc",
607 "base/fake_encryptor.h", 608 "base/fake_encryptor.h",
608 "base/mock_unrecoverable_error_handler.cc", 609 "base/mock_unrecoverable_error_handler.cc",
609 "base/mock_unrecoverable_error_handler.h", 610 "base/mock_unrecoverable_error_handler.h",
610 "base/model_type_test_util.cc", 611 "base/model_type_test_util.cc",
611 "base/model_type_test_util.h", 612 "base/model_type_test_util.h",
612 "base/test_unrecoverable_error_handler.cc", 613 "base/test_unrecoverable_error_handler.cc",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 "//base", 664 "//base",
664 "//components/sync", 665 "//components/sync",
665 "//testing/gmock", 666 "//testing/gmock",
666 "//testing/gtest", 667 "//testing/gtest",
667 ] 668 ]
668 669
669 defines = [ "SYNC_TEST" ] 670 defines = [ "SYNC_TEST" ]
670 configs += [ "//build/config/compiler:wexit_time_destructors" ] 671 configs += [ "//build/config/compiler:wexit_time_destructors" ]
671 } 672 }
672 673
674 # TODO(maxbogue): Refactor the test support targets to remove core references.
673 static_library("test_support_sync_core_impl") { 675 static_library("test_support_sync_core_impl") {
674 testonly = true 676 testonly = true
675 sources = [ 677 sources = [
676 "core/test/fake_model_type_connector.h", 678 "engine/fake_model_type_connector.cc",
677 "core/test/fake_model_type_processor.h", 679 "engine/fake_model_type_connector.h",
678 "core/test/fake_sync_manager.h", 680 "engine/fake_model_type_processor.cc",
679 "core/test/sync_manager_factory_for_profile_sync_test.h", 681 "engine/fake_model_type_processor.h",
680 "core/test/test_entry_factory.h", 682 "engine/fake_sync_manager.cc",
681 "core/test/test_internal_components_factory.h", 683 "engine/fake_sync_manager.h",
682 "core_impl/test/fake_model_type_connector.cc", 684 "engine/sync_manager_factory_for_profile_sync_test.cc",
683 "core_impl/test/fake_model_type_processor.cc", 685 "engine/sync_manager_factory_for_profile_sync_test.h",
684 "core_impl/test/fake_sync_manager.cc", 686 "engine/test_engine_components_factory.cc",
685 "core_impl/test/sync_manager_factory_for_profile_sync_test.cc", 687 "engine/test_engine_components_factory.h",
686 "core_impl/test/sync_manager_for_profile_sync_test.cc", 688 "engine_impl/sync_manager_for_profile_sync_test.cc",
687 "core_impl/test/sync_manager_for_profile_sync_test.h", 689 "engine_impl/sync_manager_for_profile_sync_test.h",
688 "core_impl/test/test_entry_factory.cc", 690 "engine_impl/test_entry_factory.cc",
689 "core_impl/test/test_internal_components_factory.cc", 691 "engine_impl/test_entry_factory.h",
690 "model/data_type_error_handler_mock.cc", 692 "model/data_type_error_handler_mock.cc",
691 "model/data_type_error_handler_mock.h", 693 "model/data_type_error_handler_mock.h",
692 "model/model_type_store_test_util.cc", 694 "model/model_type_store_test_util.cc",
693 "model/model_type_store_test_util.h", 695 "model/model_type_store_test_util.h",
694 "syncable/test_user_share.cc", 696 "syncable/test_user_share.cc",
695 "syncable/test_user_share.h", 697 "syncable/test_user_share.h",
696 ] 698 ]
697 699
698 public_deps = [ 700 public_deps = [
699 ":test_support_sync_core", 701 ":test_support_sync_core",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 "base/immutable_unittest.cc", 798 "base/immutable_unittest.cc",
797 "base/nigori_unittest.cc", 799 "base/nigori_unittest.cc",
798 "base/node_ordinal_unittest.cc", 800 "base/node_ordinal_unittest.cc",
799 "base/ordinal_unittest.cc", 801 "base/ordinal_unittest.cc",
800 "base/proto_value_ptr_unittest.cc", 802 "base/proto_value_ptr_unittest.cc",
801 "base/protobuf_unittest.cc", 803 "base/protobuf_unittest.cc",
802 "base/sync_prefs_unittest.cc", 804 "base/sync_prefs_unittest.cc",
803 "base/system_encryptor_unittest.cc", 805 "base/system_encryptor_unittest.cc",
804 "base/unique_position_unittest.cc", 806 "base/unique_position_unittest.cc",
805 "base/weak_handle_unittest.cc", 807 "base/weak_handle_unittest.cc",
806 "core_impl/debug_info_event_listener_unittest.cc",
807 "core_impl/js_mutation_event_observer_unittest.cc",
808 "core_impl/js_sync_encryption_handler_observer_unittest.cc",
809 "core_impl/js_sync_manager_observer_unittest.cc",
810 "core_impl/protocol_event_buffer_unittest.cc",
811 "core_impl/sync_encryption_handler_impl_unittest.cc",
812 "core_impl/sync_manager_impl_unittest.cc",
813 "device_info/device_count_metrics_provider_unittest.cc", 808 "device_info/device_count_metrics_provider_unittest.cc",
814 "device_info/device_info_data_type_controller_unittest.cc", 809 "device_info/device_info_data_type_controller_unittest.cc",
815 "device_info/device_info_service_unittest.cc", 810 "device_info/device_info_service_unittest.cc",
816 "device_info/device_info_sync_service_unittest.cc", 811 "device_info/device_info_sync_service_unittest.cc",
817 "device_info/device_info_util_unittest.cc", 812 "device_info/device_info_util_unittest.cc",
818 "device_info/local_device_info_provider_impl_unittest.cc", 813 "device_info/local_device_info_provider_impl_unittest.cc",
819 "driver/about_sync_util_unittest.cc", 814 "driver/about_sync_util_unittest.cc",
820 "driver/backend_migrator_unittest.cc", 815 "driver/backend_migrator_unittest.cc",
821 "driver/data_type_manager_impl_unittest.cc", 816 "driver/data_type_manager_impl_unittest.cc",
822 "driver/frontend_data_type_controller_unittest.cc", 817 "driver/frontend_data_type_controller_unittest.cc",
(...skipping 18 matching lines...) Expand all
841 "engine/attachments/on_disk_attachment_store_unittest.cc", 836 "engine/attachments/on_disk_attachment_store_unittest.cc",
842 "engine/cycle/sync_cycle_snapshot_unittest.cc", 837 "engine/cycle/sync_cycle_snapshot_unittest.cc",
843 "engine/model_safe_worker_unittest.cc", 838 "engine/model_safe_worker_unittest.cc",
844 "engine/net/http_bridge_unittest.cc", 839 "engine/net/http_bridge_unittest.cc",
845 "engine_impl/apply_control_data_updates_unittest.cc", 840 "engine_impl/apply_control_data_updates_unittest.cc",
846 "engine_impl/attachments/attachment_downloader_impl_unittest.cc", 841 "engine_impl/attachments/attachment_downloader_impl_unittest.cc",
847 "engine_impl/attachments/attachment_uploader_impl_unittest.cc", 842 "engine_impl/attachments/attachment_uploader_impl_unittest.cc",
848 "engine_impl/backoff_delay_provider_unittest.cc", 843 "engine_impl/backoff_delay_provider_unittest.cc",
849 "engine_impl/cycle/nudge_tracker_unittest.cc", 844 "engine_impl/cycle/nudge_tracker_unittest.cc",
850 "engine_impl/cycle/status_controller_unittest.cc", 845 "engine_impl/cycle/status_controller_unittest.cc",
846 "engine_impl/debug_info_event_listener_unittest.cc",
851 "engine_impl/directory_commit_contribution_unittest.cc", 847 "engine_impl/directory_commit_contribution_unittest.cc",
852 "engine_impl/directory_update_handler_unittest.cc", 848 "engine_impl/directory_update_handler_unittest.cc",
849 "engine_impl/events/protocol_event_buffer_unittest.cc",
853 "engine_impl/get_updates_processor_unittest.cc", 850 "engine_impl/get_updates_processor_unittest.cc",
851 "engine_impl/js_mutation_event_observer_unittest.cc",
852 "engine_impl/js_sync_encryption_handler_observer_unittest.cc",
853 "engine_impl/js_sync_manager_observer_unittest.cc",
854 "engine_impl/model_type_registry_unittest.cc", 854 "engine_impl/model_type_registry_unittest.cc",
855 "engine_impl/model_type_worker_unittest.cc", 855 "engine_impl/model_type_worker_unittest.cc",
856 "engine_impl/net/sync_server_connection_manager_unittest.cc", 856 "engine_impl/net/sync_server_connection_manager_unittest.cc",
857 "engine_impl/sync_encryption_handler_impl_unittest.cc",
858 "engine_impl/sync_manager_impl_unittest.cc",
857 "engine_impl/sync_scheduler_impl_unittest.cc", 859 "engine_impl/sync_scheduler_impl_unittest.cc",
858 "engine_impl/syncer_proto_util_unittest.cc", 860 "engine_impl/syncer_proto_util_unittest.cc",
859 "engine_impl/syncer_unittest.cc", 861 "engine_impl/syncer_unittest.cc",
860 "engine_impl/syncer_util_unittest.cc", 862 "engine_impl/syncer_util_unittest.cc",
861 "engine_impl/worker_entity_tracker_unittest.cc", 863 "engine_impl/worker_entity_tracker_unittest.cc",
862 "js/js_event_details_unittest.cc", 864 "js/js_event_details_unittest.cc",
863 "js/sync_js_controller_unittest.cc", 865 "js/sync_js_controller_unittest.cc",
864 "model/attachments/attachment_id_unittest.cc", 866 "model/attachments/attachment_id_unittest.cc",
865 "model/attachments/attachment_metadata_unittest.cc", 867 "model/attachments/attachment_metadata_unittest.cc",
866 "model/attachments/attachment_service_proxy_unittest.cc", 868 "model/attachments/attachment_service_proxy_unittest.cc",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 deps = [ 1094 deps = [
1093 ":fake_server_jni", 1095 ":fake_server_jni",
1094 ":sync", 1096 ":sync",
1095 ":test_support_sync_fake_server", 1097 ":test_support_sync_fake_server",
1096 "//base", 1098 "//base",
1097 "//testing/gtest", 1099 "//testing/gtest",
1098 "//url:url", 1100 "//url:url",
1099 ] 1101 ]
1100 } 1102 }
1101 } 1103 }
OLDNEW
« no previous file with comments | « components/password_manager/sync/browser/DEPS ('k') | components/sync/base/sync_db_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698