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
3 # found in the LICENSE file.
5 import("//build/config/features.gni")
6 import("//testing/test.gni")
15 # GYP version: sync/sync.gyp:sync_core
16 source_set("sync_core") {
18 "api/attachments/attachment.cc",
19 "api/attachments/attachment.h",
20 "api/attachments/attachment_id.cc",
21 "api/attachments/attachment_id.h",
22 "api/attachments/attachment_metadata.cc",
23 "api/attachments/attachment_metadata.h",
24 "api/attachments/attachment_store.cc",
25 "api/attachments/attachment_store.h",
26 "api/string_ordinal.h",
29 "api/sync_change_processor.cc",
30 "api/sync_change_processor.h",
35 "api/sync_error_factory.cc",
36 "api/sync_error_factory.h",
37 "api/sync_merge_result.cc",
38 "api/sync_merge_result.h",
39 "api/syncable_service.cc",
40 "api/syncable_service.h",
43 "engine/all_status.cc",
44 "engine/all_status.h",
45 "engine/apply_control_data_updates.cc",
46 "engine/apply_control_data_updates.h",
47 "engine/backoff_delay_provider.cc",
48 "engine/backoff_delay_provider.h",
51 "engine/commit_contribution.cc",
52 "engine/commit_contribution.h",
53 "engine/commit_contributor.cc",
54 "engine/commit_contributor.h",
55 "engine/commit_processor.cc",
56 "engine/commit_processor.h",
57 "engine/commit_util.cc",
58 "engine/commit_util.h",
59 "engine/conflict_resolver.cc",
60 "engine/conflict_resolver.h",
61 "engine/conflict_util.cc",
62 "engine/conflict_util.h",
63 "engine/directory_commit_contribution.cc",
64 "engine/directory_commit_contribution.h",
65 "engine/directory_commit_contributor.cc",
66 "engine/directory_commit_contributor.h",
67 "engine/directory_update_handler.cc",
68 "engine/directory_update_handler.h",
69 "engine/entity_tracker.cc",
70 "engine/entity_tracker.h",
71 "engine/get_commit_ids.cc",
72 "engine/get_commit_ids.h",
73 "engine/get_updates_delegate.cc",
74 "engine/get_updates_delegate.h",
75 "engine/get_updates_processor.cc",
76 "engine/get_updates_processor.h",
77 "engine/model_type_entity.cc",
78 "engine/model_type_entity.h",
79 "engine/model_type_sync_proxy.cc",
80 "engine/model_type_sync_proxy.h",
81 "engine/model_type_sync_proxy_impl.cc",
82 "engine/model_type_sync_proxy_impl.h",
83 "engine/model_type_sync_worker.cc",
84 "engine/model_type_sync_worker.h",
85 "engine/model_type_sync_worker_impl.cc",
86 "engine/model_type_sync_worker_impl.h",
87 "engine/net/server_connection_manager.cc",
88 "engine/net/server_connection_manager.h",
89 "engine/net/url_translator.cc",
90 "engine/net/url_translator.h",
91 "engine/non_blocking_type_commit_contribution.cc",
92 "engine/non_blocking_type_commit_contribution.h",
93 "engine/nudge_handler.cc",
94 "engine/nudge_handler.h",
95 "engine/nudge_source.cc",
96 "engine/nudge_source.h",
97 "engine/process_updates_util.cc",
98 "engine/process_updates_util.h",
99 "engine/sync_cycle_event.cc",
100 "engine/sync_cycle_event.h",
101 "engine/sync_engine_event_listener.cc",
102 "engine/sync_engine_event_listener.h",
103 "engine/sync_scheduler.cc",
104 "engine/sync_scheduler.h",
105 "engine/sync_scheduler_impl.cc",
106 "engine/sync_scheduler_impl.h",
109 "engine/syncer_proto_util.cc",
110 "engine/syncer_proto_util.h",
111 "engine/syncer_types.h",
112 "engine/syncer_util.cc",
113 "engine/syncer_util.h",
114 "engine/traffic_logger.cc",
115 "engine/traffic_logger.h",
116 "engine/update_applicator.cc",
117 "engine/update_applicator.h",
118 "engine/update_handler.cc",
119 "engine/update_handler.h",
120 "internal_api/attachments/attachment_downloader.cc",
121 "internal_api/attachments/attachment_downloader_impl.cc",
122 "internal_api/attachments/attachment_service.cc",
123 "internal_api/attachments/attachment_service_impl.cc",
124 "internal_api/attachments/attachment_service_proxy.cc",
125 "internal_api/attachments/attachment_service_proxy_for_test.cc",
126 "internal_api/attachments/attachment_store_handle.cc",
127 "internal_api/attachments/attachment_uploader.cc",
128 "internal_api/attachments/attachment_uploader_impl.cc",
129 "internal_api/attachments/attachment_util.cc",
130 "internal_api/attachments/fake_attachment_downloader.cc",
131 "internal_api/attachments/fake_attachment_uploader.cc",
132 "internal_api/attachments/in_memory_attachment_store.cc",
133 "internal_api/attachments/on_disk_attachment_store.cc",
134 "internal_api/base_node.cc",
135 "internal_api/base_transaction.cc",
136 "internal_api/change_record.cc",
137 "internal_api/change_reorder_buffer.cc",
138 "internal_api/change_reorder_buffer.h",
139 "internal_api/debug_info_event_listener.cc",
140 "internal_api/debug_info_event_listener.h",
141 "internal_api/delete_journal.cc",
142 "internal_api/events/commit_request_event.cc",
143 "internal_api/events/commit_response_event.cc",
144 "internal_api/events/configure_get_updates_request_event.cc",
145 "internal_api/events/get_updates_response_event.cc",
146 "internal_api/events/normal_get_updates_request_event.cc",
147 "internal_api/events/poll_get_updates_request_event.cc",
148 "internal_api/events/protocol_event.cc",
149 "internal_api/http_bridge.cc",
150 "internal_api/http_bridge_network_resources.cc",
151 "internal_api/internal_components_factory_impl.cc",
152 "internal_api/js_mutation_event_observer.cc",
153 "internal_api/js_mutation_event_observer.h",
154 "internal_api/js_sync_encryption_handler_observer.cc",
155 "internal_api/js_sync_encryption_handler_observer.h",
156 "internal_api/js_sync_manager_observer.cc",
157 "internal_api/js_sync_manager_observer.h",
158 "internal_api/protocol_event_buffer.cc",
159 "internal_api/protocol_event_buffer.h",
160 "internal_api/public/attachments/attachment_downloader.h",
161 "internal_api/public/attachments/attachment_downloader_impl.h",
162 "internal_api/public/attachments/attachment_service.h",
163 "internal_api/public/attachments/attachment_service_impl.h",
164 "internal_api/public/attachments/attachment_service_proxy.h",
165 "internal_api/public/attachments/attachment_service_proxy_for_test.h",
166 "internal_api/public/attachments/attachment_store_handle.h",
167 "internal_api/public/attachments/attachment_uploader.h",
168 "internal_api/public/attachments/attachment_uploader_impl.h",
169 "internal_api/public/attachments/attachment_util.h",
170 "internal_api/public/attachments/fake_attachment_downloader.h",
171 "internal_api/public/attachments/fake_attachment_uploader.h",
172 "internal_api/public/attachments/in_memory_attachment_store.h",
173 "internal_api/public/attachments/on_disk_attachment_store.h",
174 "internal_api/public/base/attachment_id_proto.cc",
175 "internal_api/public/base/attachment_id_proto.h",
176 "internal_api/public/base/cancelation_observer.cc",
177 "internal_api/public/base/cancelation_observer.h",
178 "internal_api/public/base/cancelation_signal.cc",
179 "internal_api/public/base/cancelation_signal.h",
180 "internal_api/public/base/enum_set.h",
181 "internal_api/public/base/invalidation_interface.cc",
182 "internal_api/public/base/invalidation_interface.h",
183 "internal_api/public/base/model_type.h",
184 "internal_api/public/base/node_ordinal.cc",
185 "internal_api/public/base/node_ordinal.h",
186 "internal_api/public/base/ordinal.h",
187 "internal_api/public/base/progress_marker_map.cc",
188 "internal_api/public/base/progress_marker_map.h",
189 "internal_api/public/base/unique_position.cc",
190 "internal_api/public/base/unique_position.h",
191 "internal_api/public/base_node.h",
192 "internal_api/public/base_transaction.h",
193 "internal_api/public/change_record.h",
194 "internal_api/public/configure_reason.h",
195 "internal_api/public/data_type_association_stats.cc",
196 "internal_api/public/data_type_association_stats.h",
197 "internal_api/public/data_type_debug_info_listener.cc",
198 "internal_api/public/data_type_debug_info_listener.h",
199 "internal_api/public/delete_journal.h",
200 "internal_api/public/engine/model_safe_worker.cc",
201 "internal_api/public/engine/model_safe_worker.h",
202 "internal_api/public/engine/passive_model_worker.cc",
203 "internal_api/public/engine/passive_model_worker.h",
204 "internal_api/public/engine/polling_constants.cc",
205 "internal_api/public/engine/polling_constants.h",
206 "internal_api/public/engine/sync_status.cc",
207 "internal_api/public/engine/sync_status.h",
208 "internal_api/public/events/commit_request_event.h",
209 "internal_api/public/events/commit_response_event.h",
210 "internal_api/public/events/configure_get_updates_request_event.h",
211 "internal_api/public/events/get_updates_response_event.h",
212 "internal_api/public/events/normal_get_updates_request_event.h",
213 "internal_api/public/events/poll_get_updates_request_event.h",
214 "internal_api/public/events/protocol_event.h",
215 "internal_api/public/http_bridge.h",
216 "internal_api/public/http_bridge_network_resources.h",
217 "internal_api/public/http_post_provider_factory.h",
218 "internal_api/public/http_post_provider_interface.h",
219 "internal_api/public/internal_components_factory.h",
220 "internal_api/public/internal_components_factory_impl.h",
221 "internal_api/public/network_resources.h",
222 "internal_api/public/non_blocking_sync_common.cc",
223 "internal_api/public/non_blocking_sync_common.h",
224 "internal_api/public/read_node.h",
225 "internal_api/public/read_transaction.h",
226 "internal_api/public/sessions/commit_counters.cc",
227 "internal_api/public/sessions/commit_counters.h",
228 "internal_api/public/sessions/model_neutral_state.cc",
229 "internal_api/public/sessions/model_neutral_state.h",
230 "internal_api/public/sessions/status_counters.cc",
231 "internal_api/public/sessions/status_counters.h",
232 "internal_api/public/sessions/sync_session_snapshot.cc",
233 "internal_api/public/sessions/sync_session_snapshot.h",
234 "internal_api/public/sessions/type_debug_info_observer.cc",
235 "internal_api/public/sessions/type_debug_info_observer.h",
236 "internal_api/public/sessions/update_counters.cc",
237 "internal_api/public/sessions/update_counters.h",
238 "internal_api/public/shutdown_reason.h",
239 "internal_api/public/sync_auth_provider.h",
240 "internal_api/public/sync_context.h",
241 "internal_api/public/sync_context_proxy.h",
242 "internal_api/public/sync_encryption_handler.cc",
243 "internal_api/public/sync_encryption_handler.h",
244 "internal_api/public/sync_manager.cc",
245 "internal_api/public/sync_manager.h",
246 "internal_api/public/sync_manager_factory.h",
247 "internal_api/public/user_share.h",
248 "internal_api/public/util/experiments.h",
249 "internal_api/public/util/immutable.h",
250 "internal_api/public/util/report_unrecoverable_error_function.h",
251 "internal_api/public/util/sync_db_util.h",
252 "internal_api/public/util/sync_string_conversions.cc",
253 "internal_api/public/util/sync_string_conversions.h",
254 "internal_api/public/util/syncer_error.cc",
255 "internal_api/public/util/syncer_error.h",
256 "internal_api/public/util/unrecoverable_error_handler.h",
257 "internal_api/public/util/unrecoverable_error_info.cc",
258 "internal_api/public/util/unrecoverable_error_info.h",
259 "internal_api/public/util/weak_handle.cc",
260 "internal_api/public/util/weak_handle.h",
261 "internal_api/public/write_node.h",
262 "internal_api/public/write_transaction.h",
263 "internal_api/read_node.cc",
264 "internal_api/read_transaction.cc",
265 "internal_api/sync_backup_manager.cc",
266 "internal_api/sync_backup_manager.h",
267 "internal_api/sync_context.cc",
268 "internal_api/sync_context_proxy.cc",
269 "internal_api/sync_context_proxy_impl.cc",
270 "internal_api/sync_context_proxy_impl.h",
271 "internal_api/sync_db_util.cc",
272 "internal_api/sync_encryption_handler_impl.cc",
273 "internal_api/sync_encryption_handler_impl.h",
274 "internal_api/sync_manager_factory.cc",
275 "internal_api/sync_manager_impl.cc",
276 "internal_api/sync_manager_impl.h",
277 "internal_api/sync_rollback_manager.cc",
278 "internal_api/sync_rollback_manager.h",
279 "internal_api/sync_rollback_manager_base.cc",
280 "internal_api/sync_rollback_manager_base.h",
281 "internal_api/syncapi_internal.cc",
282 "internal_api/syncapi_internal.h",
283 "internal_api/syncapi_server_connection_manager.cc",
284 "internal_api/syncapi_server_connection_manager.h",
285 "internal_api/user_share.cc",
286 "internal_api/write_node.cc",
287 "internal_api/write_transaction.cc",
289 "js/js_controller.h",
290 "js/js_event_details.cc",
291 "js/js_event_details.h",
292 "js/js_event_handler.h",
293 "js/sync_js_controller.cc",
294 "js/sync_js_controller.h",
295 "protocol/proto_enum_conversions.cc",
296 "protocol/proto_enum_conversions.h",
297 "protocol/proto_value_conversions.cc",
298 "protocol/proto_value_conversions.h",
299 "protocol/sync_protocol_error.cc",
300 "protocol/sync_protocol_error.h",
301 "sessions/data_type_tracker.cc",
302 "sessions/data_type_tracker.h",
303 "sessions/debug_info_getter.h",
304 "sessions/directory_type_debug_info_emitter.cc",
305 "sessions/directory_type_debug_info_emitter.h",
306 "sessions/model_type_registry.cc",
307 "sessions/model_type_registry.h",
308 "sessions/nudge_tracker.cc",
309 "sessions/nudge_tracker.h",
310 "sessions/status_controller.cc",
311 "sessions/status_controller.h",
312 "sessions/sync_session.cc",
313 "sessions/sync_session.h",
314 "sessions/sync_session_context.cc",
315 "sessions/sync_session_context.h",
317 "syncable/deferred_on_disk_directory_backing_store.cc",
318 "syncable/deferred_on_disk_directory_backing_store.h",
319 "syncable/dir_open_result.h",
320 "syncable/directory.cc",
321 "syncable/directory.h",
322 "syncable/directory_backing_store.cc",
323 "syncable/directory_backing_store.h",
324 "syncable/directory_change_delegate.h",
327 "syncable/entry_kernel.cc",
328 "syncable/entry_kernel.h",
329 "syncable/in_memory_directory_backing_store.cc",
330 "syncable/in_memory_directory_backing_store.h",
331 "syncable/invalid_directory_backing_store.cc",
332 "syncable/invalid_directory_backing_store.h",
333 "syncable/metahandle_set.h",
334 "syncable/model_neutral_mutable_entry.cc",
335 "syncable/model_neutral_mutable_entry.h",
336 "syncable/model_type.cc",
337 "syncable/mutable_entry.cc",
338 "syncable/mutable_entry.h",
339 "syncable/nigori_handler.cc",
340 "syncable/nigori_handler.h",
341 "syncable/nigori_util.cc",
342 "syncable/nigori_util.h",
343 "syncable/on_disk_directory_backing_store.cc",
344 "syncable/on_disk_directory_backing_store.h",
345 "syncable/parent_child_index.cc",
346 "syncable/parent_child_index.h",
347 "syncable/scoped_kernel_lock.cc",
348 "syncable/scoped_kernel_lock.h",
349 "syncable/scoped_parent_child_index_updater.cc",
350 "syncable/scoped_parent_child_index_updater.h",
351 "syncable/syncable-inl.h",
352 "syncable/syncable_base_transaction.cc",
353 "syncable/syncable_base_transaction.h",
354 "syncable/syncable_base_write_transaction.cc",
355 "syncable/syncable_base_write_transaction.h",
356 "syncable/syncable_changes_version.h",
357 "syncable/syncable_columns.h",
358 "syncable/syncable_delete_journal.cc",
359 "syncable/syncable_delete_journal.h",
360 "syncable/syncable_enum_conversions.cc",
361 "syncable/syncable_enum_conversions.h",
362 "syncable/syncable_id.cc",
363 "syncable/syncable_id.h",
364 "syncable/syncable_model_neutral_write_transaction.cc",
365 "syncable/syncable_model_neutral_write_transaction.h",
366 "syncable/syncable_proto_util.cc",
367 "syncable/syncable_proto_util.h",
368 "syncable/syncable_read_transaction.cc",
369 "syncable/syncable_read_transaction.h",
370 "syncable/syncable_util.cc",
371 "syncable/syncable_util.h",
372 "syncable/syncable_write_transaction.cc",
373 "syncable/syncable_write_transaction.h",
374 "syncable/transaction_observer.h",
375 "syncable/write_transaction_info.cc",
376 "syncable/write_transaction_info.h",
377 "util/cryptographer.cc",
378 "util/cryptographer.h",
379 "util/data_type_histogram.h",
381 "util/extensions_activity.cc",
382 "util/extensions_activity.h",
383 "util/get_session_name.cc",
384 "util/get_session_name.h",
385 "util/get_session_name_ios.h",
386 "util/get_session_name_ios.mm",
387 "util/get_session_name_linux.cc",
388 "util/get_session_name_linux.h",
389 "util/get_session_name_mac.h",
390 "util/get_session_name_mac.mm",
391 "util/get_session_name_win.cc",
392 "util/get_session_name_win.h",
404 "//base/third_party/dynamic_annotations",
409 "//third_party/leveldatabase",
410 "//third_party/zlib",
412 "//sync/internal_api/attachments/proto",
417 # Required by get_session_name.cc on Chrome OS.
418 deps += [ "//chromeos" ]
421 defines = [ "SYNC_IMPLEMENTATION" ]
422 configs += [ "//build/config/compiler:wexit_time_destructors" ]
425 # GYP version: sync/sync_tests.gypi:test_support_sync_core
426 static_library("test_support_sync_core") {
429 "internal_api/public/base/model_type_test_util.cc",
430 "internal_api/public/base/model_type_test_util.h",
431 "js/js_test_util.cc",
433 "sessions/test_util.cc",
434 "sessions/test_util.h",
435 "test/callback_counter.h",
436 "test/engine/fake_model_worker.cc",
437 "test/engine/fake_model_worker.h",
438 "test/engine/fake_sync_scheduler.cc",
439 "test/engine/fake_sync_scheduler.h",
440 "test/engine/injectable_sync_context_proxy.cc",
441 "test/engine/injectable_sync_context_proxy.h",
442 "test/engine/mock_connection_manager.cc",
443 "test/engine/mock_connection_manager.h",
444 "test/engine/mock_model_type_sync_proxy.cc",
445 "test/engine/mock_model_type_sync_proxy.h",
446 "test/engine/mock_model_type_sync_worker.cc",
447 "test/engine/mock_model_type_sync_worker.h",
448 "test/engine/mock_nudge_handler.cc",
449 "test/engine/mock_nudge_handler.h",
450 "test/engine/mock_update_handler.cc",
451 "test/engine/mock_update_handler.h",
452 "test/engine/single_type_mock_server.cc",
453 "test/engine/single_type_mock_server.h",
454 "test/engine/test_directory_setter_upper.cc",
455 "test/engine/test_directory_setter_upper.h",
456 "test/engine/test_id_factory.h",
457 "test/engine/test_syncable_utils.cc",
458 "test/engine/test_syncable_utils.h",
459 "test/fake_encryptor.cc",
460 "test/fake_encryptor.h",
461 "test/fake_sync_encryption_handler.cc",
462 "test/fake_sync_encryption_handler.h",
463 "test/mock_invalidation.cc",
464 "test/mock_invalidation.h",
465 "test/mock_invalidation_tracker.cc",
466 "test/mock_invalidation_tracker.h",
467 "test/null_directory_change_delegate.cc",
468 "test/null_directory_change_delegate.h",
469 "test/null_transaction_observer.cc",
470 "test/null_transaction_observer.h",
471 "test/sessions/mock_debug_info_getter.cc",
472 "test/sessions/mock_debug_info_getter.h",
473 "test/sessions/test_scoped_session_event_listener.h",
474 "test/test_directory_backing_store.cc",
475 "test/test_directory_backing_store.h",
476 "test/test_transaction_observer.cc",
477 "test/test_transaction_observer.h",
478 "test/trackable_mock_invalidation.cc",
479 "test/trackable_mock_invalidation.h",
480 "util/test_unrecoverable_error_handler.cc",
481 "util/test_unrecoverable_error_handler.h",
491 defines = [ "SYNC_TEST" ]
492 configs += [ "//build/config/compiler:wexit_time_destructors" ]
495 # GYP version: sync/sync_tests.gypi:test_support_sync_internal_api
496 static_library("test_support_sync_internal_api") {
499 "internal_api/public/test/fake_sync_manager.h",
500 "internal_api/public/test/null_sync_context_proxy.h",
501 "internal_api/public/test/sync_manager_factory_for_profile_sync_test.h",
502 "internal_api/public/test/test_entry_factory.h",
503 "internal_api/public/test/test_internal_components_factory.h",
504 "internal_api/public/test/test_user_share.h",
505 "internal_api/test/fake_sync_manager.cc",
506 "internal_api/test/null_sync_context_proxy.cc",
507 "internal_api/test/sync_manager_factory_for_profile_sync_test.cc",
508 "internal_api/test/sync_manager_for_profile_sync_test.cc",
509 "internal_api/test/sync_manager_for_profile_sync_test.h",
510 "internal_api/test/test_entry_factory.cc",
511 "internal_api/test/test_internal_components_factory.cc",
512 "internal_api/test/test_user_share.cc",
519 ":test_support_sync_core",
522 defines = [ "SYNC_TEST" ]
523 configs += [ "//build/config/compiler:wexit_time_destructors" ]
526 # GYP version: sync/sync_tests.gypi:test_support_sync_api
527 static_library("test_support_sync_api") {
530 "api/fake_sync_change_processor.cc",
531 "api/fake_sync_change_processor.h",
532 "api/fake_syncable_service.cc",
533 "api/fake_syncable_service.h",
534 "api/sync_change_processor_wrapper_for_test.cc",
535 "api/sync_change_processor_wrapper_for_test.h",
536 "api/sync_error_factory_mock.cc",
537 "api/sync_error_factory_mock.h",
540 defines = [ "SYNC_TEST" ]
548 # GYP version: sync/sync_tests.gypi:sync_unit_tests
549 test("sync_unit_tests") {
551 "api/attachments/attachment_id_unittest.cc",
552 "api/attachments/attachment_metadata_unittest.cc",
553 "api/attachments/attachment_unittest.cc",
554 "api/sync_change_unittest.cc",
555 "api/sync_data_unittest.cc",
556 "api/sync_error_unittest.cc",
557 "api/sync_merge_result_unittest.cc",
558 "engine/apply_control_data_updates_unittest.cc",
559 "engine/backoff_delay_provider_unittest.cc",
560 "engine/directory_commit_contribution_unittest.cc",
561 "engine/directory_update_handler_unittest.cc",
562 "engine/entity_tracker_unittest.cc",
563 "engine/get_updates_processor_unittest.cc",
564 "engine/model_type_entity_unittest.cc",
565 "engine/model_type_sync_proxy_impl_unittest.cc",
566 "engine/model_type_sync_worker_impl_unittest.cc",
567 "engine/sync_scheduler_unittest.cc",
568 "engine/syncer_proto_util_unittest.cc",
569 "engine/syncer_unittest.cc",
570 "engine/syncer_util_unittest.cc",
571 "internal_api/attachments/attachment_downloader_impl_unittest.cc",
572 "internal_api/attachments/attachment_service_impl_unittest.cc",
573 "internal_api/attachments/attachment_service_proxy_unittest.cc",
574 "internal_api/attachments/attachment_store_handle_unittest.cc",
575 "internal_api/attachments/attachment_store_test_template.h",
576 "internal_api/attachments/attachment_uploader_impl_unittest.cc",
577 "internal_api/attachments/fake_attachment_downloader_unittest.cc",
578 "internal_api/attachments/fake_attachment_uploader_unittest.cc",
579 "internal_api/attachments/in_memory_attachment_store_unittest.cc",
580 "internal_api/attachments/on_disk_attachment_store_unittest.cc",
581 "internal_api/debug_info_event_listener_unittest.cc",
582 "internal_api/http_bridge_unittest.cc",
583 "internal_api/js_mutation_event_observer_unittest.cc",
584 "internal_api/js_sync_encryption_handler_observer_unittest.cc",
585 "internal_api/js_sync_manager_observer_unittest.cc",
586 "internal_api/protocol_event_buffer_unittest.cc",
587 "internal_api/public/base/attachment_id_proto_unittest.cc",
588 "internal_api/public/base/cancelation_signal_unittest.cc",
589 "internal_api/public/base/enum_set_unittest.cc",
590 "internal_api/public/base/node_ordinal_unittest.cc",
591 "internal_api/public/base/ordinal_unittest.cc",
592 "internal_api/public/base/unique_position_unittest.cc",
593 "internal_api/public/change_record_unittest.cc",
594 "internal_api/public/engine/model_safe_worker_unittest.cc",
595 "internal_api/public/sessions/sync_session_snapshot_unittest.cc",
596 "internal_api/public/util/immutable_unittest.cc",
597 "internal_api/public/util/weak_handle_unittest.cc",
598 "internal_api/sync_backup_manager_unittest.cc",
599 "internal_api/sync_context_proxy_impl_unittest.cc",
600 "internal_api/sync_encryption_handler_impl_unittest.cc",
601 "internal_api/sync_manager_impl_unittest.cc",
602 "internal_api/sync_rollback_manager_base_unittest.cc",
603 "internal_api/sync_rollback_manager_unittest.cc",
604 "internal_api/syncapi_server_connection_manager_unittest.cc",
605 "js/js_event_details_unittest.cc",
606 "js/sync_js_controller_unittest.cc",
607 "protocol/proto_enum_conversions_unittest.cc",
608 "protocol/proto_value_conversions_unittest.cc",
609 "sessions/model_type_registry_unittest.cc",
610 "sessions/nudge_tracker_unittest.cc",
611 "sessions/status_controller_unittest.cc",
612 "syncable/deferred_on_disk_directory_backing_store_unittest.cc",
613 "syncable/directory_backing_store_unittest.cc",
614 "syncable/directory_unittest.cc",
615 "syncable/directory_unittest.h",
616 "syncable/entry_kernel_unittest.cc",
617 "syncable/model_type_unittest.cc",
618 "syncable/nigori_util_unittest.cc",
619 "syncable/parent_child_index_unittest.cc",
620 "syncable/syncable_enum_conversions_unittest.cc",
621 "syncable/syncable_id_unittest.cc",
622 "syncable/syncable_unittest.cc",
623 "syncable/syncable_util_unittest.cc",
624 "util/cryptographer_unittest.cc",
625 "util/data_type_histogram_unittest.cc",
626 "util/get_session_name_unittest.cc",
627 "util/nigori_unittest.cc",
628 "util/protobuf_unittest.cc",
634 "//base/test:run_all_unittests",
636 "//google_apis:test_support",
638 "//net:test_support",
643 "//third_party/leveldatabase",
644 "//third_party/protobuf:protobuf_lite",
645 ":test_support_sync_core",
646 ":test_support_sync_internal_api",
650 # Required by get_session_name_unittest.cc on Chrome OS.
651 deps += [ "//chromeos" ]
655 sources -= [ "internal_api/http_bridge_unittest.cc" ]
658 defines = [ "SYNC_TEST" ]
661 # GYP version: sync/sync_tests.gypi:test_support_sync_fake_server
662 static_library("test_support_sync_fake_server") {
665 "test/fake_server/bookmark_entity.cc",
666 "test/fake_server/bookmark_entity.h",
667 "test/fake_server/bookmark_entity_builder.cc",
668 "test/fake_server/bookmark_entity_builder.h",
669 "test/fake_server/entity_builder.cc",
670 "test/fake_server/entity_builder.h",
671 "test/fake_server/entity_builder_factory.cc",
672 "test/fake_server/entity_builder_factory.h",
673 "test/fake_server/fake_server.cc",
674 "test/fake_server/fake_server.h",
675 "test/fake_server/fake_server_entity.cc",
676 "test/fake_server/fake_server_entity.h",
677 "test/fake_server/fake_server_http_post_provider.cc",
678 "test/fake_server/fake_server_http_post_provider.h",
679 "test/fake_server/fake_server_network_resources.cc",
680 "test/fake_server/fake_server_network_resources.h",
681 "test/fake_server/fake_server_verifier.cc",
682 "test/fake_server/fake_server_verifier.h",
683 "test/fake_server/permanent_entity.cc",
684 "test/fake_server/permanent_entity.h",
685 "test/fake_server/tombstone_entity.cc",
686 "test/fake_server/tombstone_entity.h",
687 "test/fake_server/unique_client_entity.cc",
688 "test/fake_server/unique_client_entity.h",
695 "//third_party/protobuf:protobuf_lite",
699 forward_dependent_configs_from = [ "//third_party/protobuf:protobuf_lite" ]
701 configs += [ "//build/config/compiler:wexit_time_destructors" ]
704 # GYP version: sync/sync_tests.gypi:test_support_sync_testserver
705 static_library("test_support_sync_testserver") {
708 "test/local_sync_test_server.cc",
709 "test/local_sync_test_server.h",
712 configs += [ "//build/config/compiler:wexit_time_destructors" ]
716 "//net:test_support",
720 # The sync test server uses Python modules generated by the sync protos.
721 # '../third_party/protobuf/protobuf.gyp:py_proto', # TODO(GYP)
725 # GYP version: sync/sync_tests.gypi:test_support_accounts_client
726 static_library("test_support_accounts_client") {
729 "test/accounts_client/test_accounts_client.cc",
730 "test/accounts_client/test_accounts_client.h",
731 "test/accounts_client/url_request_context_getter.cc",
732 "test/accounts_client/url_request_context_getter.h",
740 # GYP version: sync/sync_tests.gypi:sync_endtoend_tests
741 test("sync_endtoend_tests") {
743 "test/accounts_client/test_accounts_client_unittest.cc",
746 "//base/test:run_all_unittests",
750 ":test_support_accounts_client",
755 # GYP version: sync/sync_tests.gypi:run_sync_testserver
756 executable("run_sync_testserver") {
759 "tools/testserver/run_sync_testserver.cc",
764 "//base/test:test_support",
765 "//net:test_support",
767 ":test_support_sync_testserver",
773 import("//build/config/android/rules.gni")
775 # GYP: //sync/sync_tests.gypi:fake_server_jni
776 generate_jni("fake_server_jni") {
778 jni_package = "sync/test/fake_server"
780 "//chrome/android/sync_shell/javatests/src/chromium/chrome/browser/sync/FakeServerHelper.java",
784 # GYP: //sync/sync_tests.gypi:sync_java_test_support
785 android_library("sync_java_test_support") {
790 "//base:base_java_test_support",
791 "//third_party/jsr-305:jsr_305_javalib",
793 DEPRECATED_java_in_dir = "test/android/javatests/src"
796 # GYP: //sync/sync_tests.gypi:test_support_sync_fake_server_android
797 static_library("test_support_sync_fake_server_android") {
800 "test/fake_server/android/fake_server_helper_android.cc",
801 "test/fake_server/android/fake_server_helper_android.h",
805 ":test_support_sync_fake_server",