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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 "base/get_session_name.h", | 75 "base/get_session_name.h", |
76 "base/get_session_name_ios.h", | 76 "base/get_session_name_ios.h", |
77 "base/get_session_name_ios.mm", | 77 "base/get_session_name_ios.mm", |
78 "base/get_session_name_linux.cc", | 78 "base/get_session_name_linux.cc", |
79 "base/get_session_name_linux.h", | 79 "base/get_session_name_linux.h", |
80 "base/get_session_name_mac.h", | 80 "base/get_session_name_mac.h", |
81 "base/get_session_name_mac.mm", | 81 "base/get_session_name_mac.mm", |
82 "base/get_session_name_win.cc", | 82 "base/get_session_name_win.cc", |
83 "base/get_session_name_win.h", | 83 "base/get_session_name_win.h", |
84 "base/immutable.h", | 84 "base/immutable.h", |
| 85 "base/invalidation_adapter.cc", |
| 86 "base/invalidation_adapter.h", |
| 87 "base/invalidation_helper.cc", |
| 88 "base/invalidation_helper.h", |
85 "base/invalidation_interface.cc", | 89 "base/invalidation_interface.cc", |
86 "base/invalidation_interface.h", | 90 "base/invalidation_interface.h", |
87 "base/logging.cc", | 91 "base/logging.cc", |
88 "base/logging.h", | 92 "base/logging.h", |
89 "base/model_type.h", | 93 "base/model_type.h", |
90 "base/nigori.cc", | 94 "base/nigori.cc", |
91 "base/nigori.h", | 95 "base/nigori.h", |
92 "base/node_ordinal.cc", | 96 "base/node_ordinal.cc", |
93 "base/node_ordinal.h", | 97 "base/node_ordinal.h", |
94 "base/ordinal.h", | 98 "base/ordinal.h", |
95 "base/passphrase_type.cc", | 99 "base/passphrase_type.cc", |
96 "base/passphrase_type.h", | 100 "base/passphrase_type.h", |
| 101 "base/pref_names.cc", |
| 102 "base/pref_names.h", |
97 "base/progress_marker_map.cc", | 103 "base/progress_marker_map.cc", |
98 "base/progress_marker_map.h", | 104 "base/progress_marker_map.h", |
99 "base/proto_value_ptr.h", | 105 "base/proto_value_ptr.h", |
| 106 "base/report_unrecoverable_error.cc", |
| 107 "base/report_unrecoverable_error.h", |
100 "base/stop_source.h", | 108 "base/stop_source.h", |
101 "base/sync_db_util.h", | 109 "base/sync_db_util.h", |
| 110 "base/sync_prefs.cc", |
| 111 "base/sync_prefs.h", |
102 "base/syncer_error.cc", | 112 "base/syncer_error.cc", |
103 "base/syncer_error.h", | 113 "base/syncer_error.h", |
| 114 "base/system_encryptor.cc", |
| 115 "base/system_encryptor.h", |
104 "base/time.cc", | 116 "base/time.cc", |
105 "base/time.h", | 117 "base/time.h", |
106 "base/unique_position.cc", | 118 "base/unique_position.cc", |
107 "base/unique_position.h", | 119 "base/unique_position.h", |
108 "base/unrecoverable_error_handler.h", | 120 "base/unrecoverable_error_handler.h", |
109 "base/unrecoverable_error_info.cc", | 121 "base/unrecoverable_error_info.cc", |
110 "base/unrecoverable_error_info.h", | 122 "base/unrecoverable_error_info.h", |
111 "base/weak_handle.cc", | 123 "base/weak_handle.cc", |
112 "base/weak_handle.h", | 124 "base/weak_handle.h", |
113 "core/activation_context.cc", | 125 "core/activation_context.cc", |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 "driver/directory_data_type_controller.cc", | 275 "driver/directory_data_type_controller.cc", |
264 "driver/directory_data_type_controller.h", | 276 "driver/directory_data_type_controller.h", |
265 "driver/frontend_data_type_controller.cc", | 277 "driver/frontend_data_type_controller.cc", |
266 "driver/frontend_data_type_controller.h", | 278 "driver/frontend_data_type_controller.h", |
267 "driver/generic_change_processor.cc", | 279 "driver/generic_change_processor.cc", |
268 "driver/generic_change_processor.h", | 280 "driver/generic_change_processor.h", |
269 "driver/generic_change_processor_factory.cc", | 281 "driver/generic_change_processor_factory.cc", |
270 "driver/generic_change_processor_factory.h", | 282 "driver/generic_change_processor_factory.h", |
271 "driver/glue/browser_thread_model_worker.cc", | 283 "driver/glue/browser_thread_model_worker.cc", |
272 "driver/glue/browser_thread_model_worker.h", | 284 "driver/glue/browser_thread_model_worker.h", |
273 "driver/glue/chrome_report_unrecoverable_error.cc", | |
274 "driver/glue/chrome_report_unrecoverable_error.h", | |
275 "driver/glue/sync_backend_host.cc", | 285 "driver/glue/sync_backend_host.cc", |
276 "driver/glue/sync_backend_host.h", | 286 "driver/glue/sync_backend_host.h", |
277 "driver/glue/sync_backend_host_core.cc", | 287 "driver/glue/sync_backend_host_core.cc", |
278 "driver/glue/sync_backend_host_core.h", | 288 "driver/glue/sync_backend_host_core.h", |
279 "driver/glue/sync_backend_host_impl.cc", | 289 "driver/glue/sync_backend_host_impl.cc", |
280 "driver/glue/sync_backend_host_impl.h", | 290 "driver/glue/sync_backend_host_impl.h", |
281 "driver/glue/sync_backend_registrar.cc", | 291 "driver/glue/sync_backend_registrar.cc", |
282 "driver/glue/sync_backend_registrar.h", | 292 "driver/glue/sync_backend_registrar.h", |
283 "driver/glue/ui_model_worker.cc", | 293 "driver/glue/ui_model_worker.cc", |
284 "driver/glue/ui_model_worker.h", | 294 "driver/glue/ui_model_worker.h", |
285 "driver/invalidation_adapter.cc", | |
286 "driver/invalidation_adapter.h", | |
287 "driver/invalidation_helper.cc", | |
288 "driver/invalidation_helper.h", | |
289 "driver/model_association_manager.cc", | 295 "driver/model_association_manager.cc", |
290 "driver/model_association_manager.h", | 296 "driver/model_association_manager.h", |
291 "driver/model_associator.h", | 297 "driver/model_associator.h", |
292 "driver/model_type_controller.cc", | 298 "driver/model_type_controller.cc", |
293 "driver/model_type_controller.h", | 299 "driver/model_type_controller.h", |
294 "driver/non_ui_data_type_controller.cc", | 300 "driver/non_ui_data_type_controller.cc", |
295 "driver/non_ui_data_type_controller.h", | 301 "driver/non_ui_data_type_controller.h", |
296 "driver/pref_names.cc", | |
297 "driver/pref_names.h", | |
298 "driver/protocol_event_observer.cc", | 302 "driver/protocol_event_observer.cc", |
299 "driver/protocol_event_observer.h", | 303 "driver/protocol_event_observer.h", |
300 "driver/proxy_data_type_controller.cc", | 304 "driver/proxy_data_type_controller.cc", |
301 "driver/proxy_data_type_controller.h", | 305 "driver/proxy_data_type_controller.h", |
302 "driver/shared_change_processor.cc", | 306 "driver/shared_change_processor.cc", |
303 "driver/shared_change_processor.h", | 307 "driver/shared_change_processor.h", |
304 "driver/shared_change_processor_ref.cc", | 308 "driver/shared_change_processor_ref.cc", |
305 "driver/shared_change_processor_ref.h", | 309 "driver/shared_change_processor_ref.h", |
306 "driver/signin_manager_wrapper.cc", | 310 "driver/signin_manager_wrapper.cc", |
307 "driver/signin_manager_wrapper.h", | 311 "driver/signin_manager_wrapper.h", |
308 "driver/startup_controller.cc", | 312 "driver/startup_controller.cc", |
309 "driver/startup_controller.h", | 313 "driver/startup_controller.h", |
310 "driver/sync_api_component_factory.h", | 314 "driver/sync_api_component_factory.h", |
311 "driver/sync_client.cc", | 315 "driver/sync_client.cc", |
312 "driver/sync_client.h", | 316 "driver/sync_client.h", |
313 "driver/sync_driver_switches.cc", | 317 "driver/sync_driver_switches.cc", |
314 "driver/sync_driver_switches.h", | 318 "driver/sync_driver_switches.h", |
315 "driver/sync_error_controller.cc", | 319 "driver/sync_error_controller.cc", |
316 "driver/sync_error_controller.h", | 320 "driver/sync_error_controller.h", |
317 "driver/sync_frontend.cc", | 321 "driver/sync_frontend.cc", |
318 "driver/sync_frontend.h", | 322 "driver/sync_frontend.h", |
319 "driver/sync_prefs.cc", | |
320 "driver/sync_prefs.h", | |
321 "driver/sync_service.cc", | 323 "driver/sync_service.cc", |
322 "driver/sync_service.h", | 324 "driver/sync_service.h", |
323 "driver/sync_service_observer.cc", | 325 "driver/sync_service_observer.cc", |
324 "driver/sync_service_observer.h", | 326 "driver/sync_service_observer.h", |
325 "driver/sync_service_utils.cc", | 327 "driver/sync_service_utils.cc", |
326 "driver/sync_service_utils.h", | 328 "driver/sync_service_utils.h", |
327 "driver/sync_stopped_reporter.cc", | 329 "driver/sync_stopped_reporter.cc", |
328 "driver/sync_stopped_reporter.h", | 330 "driver/sync_stopped_reporter.h", |
329 "driver/sync_type_preference_provider.h", | 331 "driver/sync_type_preference_provider.h", |
330 "driver/sync_util.cc", | 332 "driver/sync_util.cc", |
331 "driver/sync_util.h", | 333 "driver/sync_util.h", |
332 "driver/system_encryptor.cc", | |
333 "driver/system_encryptor.h", | |
334 "driver/ui_data_type_controller.cc", | 334 "driver/ui_data_type_controller.cc", |
335 "driver/ui_data_type_controller.h", | 335 "driver/ui_data_type_controller.h", |
336 "driver/user_selectable_sync_type.h", | 336 "driver/user_selectable_sync_type.h", |
337 "engine/commit_queue.cc", | 337 "engine/commit_queue.cc", |
338 "engine/commit_queue.h", | 338 "engine/commit_queue.h", |
339 "engine/cycle/commit_counters.cc", | 339 "engine/cycle/commit_counters.cc", |
340 "engine/cycle/commit_counters.h", | 340 "engine/cycle/commit_counters.h", |
341 "engine/cycle/model_neutral_state.cc", | 341 "engine/cycle/model_neutral_state.cc", |
342 "engine/cycle/model_neutral_state.h", | 342 "engine/cycle/model_neutral_state.h", |
343 "engine/cycle/status_counters.cc", | 343 "engine/cycle/status_counters.cc", |
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
799 "base/cryptographer_unittest.cc", | 799 "base/cryptographer_unittest.cc", |
800 "base/data_type_histogram_unittest.cc", | 800 "base/data_type_histogram_unittest.cc", |
801 "base/enum_set_unittest.cc", | 801 "base/enum_set_unittest.cc", |
802 "base/get_session_name_unittest.cc", | 802 "base/get_session_name_unittest.cc", |
803 "base/immutable_unittest.cc", | 803 "base/immutable_unittest.cc", |
804 "base/nigori_unittest.cc", | 804 "base/nigori_unittest.cc", |
805 "base/node_ordinal_unittest.cc", | 805 "base/node_ordinal_unittest.cc", |
806 "base/ordinal_unittest.cc", | 806 "base/ordinal_unittest.cc", |
807 "base/proto_value_ptr_unittest.cc", | 807 "base/proto_value_ptr_unittest.cc", |
808 "base/protobuf_unittest.cc", | 808 "base/protobuf_unittest.cc", |
| 809 "base/sync_prefs_unittest.cc", |
| 810 "base/system_encryptor_unittest.cc", |
809 "base/unique_position_unittest.cc", | 811 "base/unique_position_unittest.cc", |
810 "base/weak_handle_unittest.cc", | 812 "base/weak_handle_unittest.cc", |
811 "core/change_record_unittest.cc", | 813 "core/change_record_unittest.cc", |
812 "core/data_batch_impl_unittest.cc", | 814 "core/data_batch_impl_unittest.cc", |
813 "core/http_bridge_unittest.cc", | 815 "core/http_bridge_unittest.cc", |
814 "core/model_type_store_backend_unittest.cc", | 816 "core/model_type_store_backend_unittest.cc", |
815 "core/model_type_store_impl_unittest.cc", | 817 "core/model_type_store_impl_unittest.cc", |
816 "core/processor_entity_tracker_unittest.cc", | 818 "core/processor_entity_tracker_unittest.cc", |
817 "core/shared_model_type_processor_unittest.cc", | 819 "core/shared_model_type_processor_unittest.cc", |
818 "core/simple_metadata_change_list_unittest.cc", | 820 "core/simple_metadata_change_list_unittest.cc", |
(...skipping 30 matching lines...) Expand all Loading... |
849 "driver/generic_change_processor_unittest.cc", | 851 "driver/generic_change_processor_unittest.cc", |
850 "driver/glue/browser_thread_model_worker_unittest.cc", | 852 "driver/glue/browser_thread_model_worker_unittest.cc", |
851 "driver/glue/sync_backend_host_impl_unittest.cc", | 853 "driver/glue/sync_backend_host_impl_unittest.cc", |
852 "driver/glue/sync_backend_registrar_unittest.cc", | 854 "driver/glue/sync_backend_registrar_unittest.cc", |
853 "driver/glue/ui_model_worker_unittest.cc", | 855 "driver/glue/ui_model_worker_unittest.cc", |
854 "driver/model_association_manager_unittest.cc", | 856 "driver/model_association_manager_unittest.cc", |
855 "driver/model_type_controller_unittest.cc", | 857 "driver/model_type_controller_unittest.cc", |
856 "driver/non_ui_data_type_controller_unittest.cc", | 858 "driver/non_ui_data_type_controller_unittest.cc", |
857 "driver/shared_change_processor_unittest.cc", | 859 "driver/shared_change_processor_unittest.cc", |
858 "driver/startup_controller_unittest.cc", | 860 "driver/startup_controller_unittest.cc", |
859 "driver/sync_prefs_unittest.cc", | |
860 "driver/sync_stopped_reporter_unittest.cc", | 861 "driver/sync_stopped_reporter_unittest.cc", |
861 "driver/sync_util_unittest.cc", | 862 "driver/sync_util_unittest.cc", |
862 "driver/system_encryptor_unittest.cc", | |
863 "driver/ui_data_type_controller_unittest.cc", | 863 "driver/ui_data_type_controller_unittest.cc", |
864 "engine/cycle/sync_cycle_snapshot_unittest.cc", | 864 "engine/cycle/sync_cycle_snapshot_unittest.cc", |
865 "engine/model_safe_worker_unittest.cc", | 865 "engine/model_safe_worker_unittest.cc", |
866 "engine_impl/apply_control_data_updates_unittest.cc", | 866 "engine_impl/apply_control_data_updates_unittest.cc", |
867 "engine_impl/backoff_delay_provider_unittest.cc", | 867 "engine_impl/backoff_delay_provider_unittest.cc", |
868 "engine_impl/cycle/nudge_tracker_unittest.cc", | 868 "engine_impl/cycle/nudge_tracker_unittest.cc", |
869 "engine_impl/cycle/status_controller_unittest.cc", | 869 "engine_impl/cycle/status_controller_unittest.cc", |
870 "engine_impl/directory_commit_contribution_unittest.cc", | 870 "engine_impl/directory_commit_contribution_unittest.cc", |
871 "engine_impl/directory_update_handler_unittest.cc", | 871 "engine_impl/directory_update_handler_unittest.cc", |
872 "engine_impl/get_updates_processor_unittest.cc", | 872 "engine_impl/get_updates_processor_unittest.cc", |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1090 deps = [ | 1090 deps = [ |
1091 ":fake_server_jni", | 1091 ":fake_server_jni", |
1092 ":sync", | 1092 ":sync", |
1093 ":test_support_sync_fake_server", | 1093 ":test_support_sync_fake_server", |
1094 "//base", | 1094 "//base", |
1095 "//testing/gtest", | 1095 "//testing/gtest", |
1096 "//url:url", | 1096 "//url:url", |
1097 ] | 1097 ] |
1098 } | 1098 } |
1099 } | 1099 } |
OLD | NEW |