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

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

Issue 2384153004: [Sync] Merge NBDTC and subclasses into ModelTypeController. (Closed)
Patch Set: Fix bad rebase. 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
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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "core/http_bridge_network_resources.h", 147 "core/http_bridge_network_resources.h",
148 "core/http_post_provider_factory.h", 148 "core/http_post_provider_factory.h",
149 "core/http_post_provider_interface.h", 149 "core/http_post_provider_interface.h",
150 "core/internal_components_factory.h", 150 "core/internal_components_factory.h",
151 "core/internal_components_factory_impl.cc", 151 "core/internal_components_factory_impl.cc",
152 "core/internal_components_factory_impl.h", 152 "core/internal_components_factory_impl.h",
153 "core/model_type_connector.cc", 153 "core/model_type_connector.cc",
154 "core/model_type_connector.h", 154 "core/model_type_connector.h",
155 "core/model_type_processor.cc", 155 "core/model_type_processor.cc",
156 "core/model_type_processor.h", 156 "core/model_type_processor.h",
157 "core/model_type_processor_proxy.cc",
158 "core/model_type_processor_proxy.h",
157 "core/model_type_store_backend.cc", 159 "core/model_type_store_backend.cc",
158 "core/model_type_store_backend.h", 160 "core/model_type_store_backend.h",
159 "core/model_type_store_impl.cc", 161 "core/model_type_store_impl.cc",
160 "core/model_type_store_impl.h", 162 "core/model_type_store_impl.h",
161 "core/network_resources.h", 163 "core/network_resources.h",
162 "core/non_blocking_sync_common.cc", 164 "core/non_blocking_sync_common.cc",
163 "core/non_blocking_sync_common.h", 165 "core/non_blocking_sync_common.h",
164 "core/processor_entity_tracker.cc", 166 "core/processor_entity_tracker.cc",
165 "core/processor_entity_tracker.h", 167 "core/processor_entity_tracker.h",
166 "core/read_node.cc", 168 "core/read_node.cc",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "driver/glue/sync_backend_registrar.h", 282 "driver/glue/sync_backend_registrar.h",
281 "driver/glue/ui_model_worker.cc", 283 "driver/glue/ui_model_worker.cc",
282 "driver/glue/ui_model_worker.h", 284 "driver/glue/ui_model_worker.h",
283 "driver/invalidation_adapter.cc", 285 "driver/invalidation_adapter.cc",
284 "driver/invalidation_adapter.h", 286 "driver/invalidation_adapter.h",
285 "driver/invalidation_helper.cc", 287 "driver/invalidation_helper.cc",
286 "driver/invalidation_helper.h", 288 "driver/invalidation_helper.h",
287 "driver/model_association_manager.cc", 289 "driver/model_association_manager.cc",
288 "driver/model_association_manager.h", 290 "driver/model_association_manager.h",
289 "driver/model_associator.h", 291 "driver/model_associator.h",
290 "driver/non_blocking_data_type_controller.cc", 292 "driver/model_type_controller.cc",
291 "driver/non_blocking_data_type_controller.h", 293 "driver/model_type_controller.h",
292 "driver/non_ui_data_type_controller.cc", 294 "driver/non_ui_data_type_controller.cc",
293 "driver/non_ui_data_type_controller.h", 295 "driver/non_ui_data_type_controller.h",
294 "driver/non_ui_model_type_controller.cc",
295 "driver/non_ui_model_type_controller.h",
296 "driver/pref_names.cc", 296 "driver/pref_names.cc",
297 "driver/pref_names.h", 297 "driver/pref_names.h",
298 "driver/protocol_event_observer.cc", 298 "driver/protocol_event_observer.cc",
299 "driver/protocol_event_observer.h", 299 "driver/protocol_event_observer.h",
300 "driver/proxy_data_type_controller.cc", 300 "driver/proxy_data_type_controller.cc",
301 "driver/proxy_data_type_controller.h", 301 "driver/proxy_data_type_controller.h",
302 "driver/shared_change_processor.cc", 302 "driver/shared_change_processor.cc",
303 "driver/shared_change_processor.h", 303 "driver/shared_change_processor.h",
304 "driver/shared_change_processor_ref.cc", 304 "driver/shared_change_processor_ref.cc",
305 "driver/shared_change_processor_ref.h", 305 "driver/shared_change_processor_ref.h",
(...skipping 20 matching lines...) Expand all
326 "driver/sync_service_utils.h", 326 "driver/sync_service_utils.h",
327 "driver/sync_stopped_reporter.cc", 327 "driver/sync_stopped_reporter.cc",
328 "driver/sync_stopped_reporter.h", 328 "driver/sync_stopped_reporter.h",
329 "driver/sync_type_preference_provider.h", 329 "driver/sync_type_preference_provider.h",
330 "driver/sync_util.cc", 330 "driver/sync_util.cc",
331 "driver/sync_util.h", 331 "driver/sync_util.h",
332 "driver/system_encryptor.cc", 332 "driver/system_encryptor.cc",
333 "driver/system_encryptor.h", 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/ui_model_type_controller.cc",
337 "driver/ui_model_type_controller.h",
338 "driver/user_selectable_sync_type.h", 336 "driver/user_selectable_sync_type.h",
339 "engine/commit_queue.cc", 337 "engine/commit_queue.cc",
340 "engine/commit_queue.h", 338 "engine/commit_queue.h",
341 "engine/cycle/commit_counters.cc", 339 "engine/cycle/commit_counters.cc",
342 "engine/cycle/commit_counters.h", 340 "engine/cycle/commit_counters.h",
343 "engine/cycle/model_neutral_state.cc", 341 "engine/cycle/model_neutral_state.cc",
344 "engine/cycle/model_neutral_state.h", 342 "engine/cycle/model_neutral_state.h",
345 "engine/cycle/status_counters.cc", 343 "engine/cycle/status_counters.cc",
346 "engine/cycle/status_counters.h", 344 "engine/cycle/status_counters.h",
347 "engine/cycle/sync_cycle_snapshot.cc", 345 "engine/cycle/sync_cycle_snapshot.cc",
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 "driver/about_sync_util_unittest.cc", 845 "driver/about_sync_util_unittest.cc",
848 "driver/backend_migrator_unittest.cc", 846 "driver/backend_migrator_unittest.cc",
849 "driver/data_type_manager_impl_unittest.cc", 847 "driver/data_type_manager_impl_unittest.cc",
850 "driver/frontend_data_type_controller_unittest.cc", 848 "driver/frontend_data_type_controller_unittest.cc",
851 "driver/generic_change_processor_unittest.cc", 849 "driver/generic_change_processor_unittest.cc",
852 "driver/glue/browser_thread_model_worker_unittest.cc", 850 "driver/glue/browser_thread_model_worker_unittest.cc",
853 "driver/glue/sync_backend_host_impl_unittest.cc", 851 "driver/glue/sync_backend_host_impl_unittest.cc",
854 "driver/glue/sync_backend_registrar_unittest.cc", 852 "driver/glue/sync_backend_registrar_unittest.cc",
855 "driver/glue/ui_model_worker_unittest.cc", 853 "driver/glue/ui_model_worker_unittest.cc",
856 "driver/model_association_manager_unittest.cc", 854 "driver/model_association_manager_unittest.cc",
857 "driver/non_blocking_data_type_controller_unittest.cc", 855 "driver/model_type_controller_unittest.cc",
858 "driver/non_ui_data_type_controller_unittest.cc", 856 "driver/non_ui_data_type_controller_unittest.cc",
859 "driver/non_ui_model_type_controller_unittest.cc",
860 "driver/shared_change_processor_unittest.cc", 857 "driver/shared_change_processor_unittest.cc",
861 "driver/startup_controller_unittest.cc", 858 "driver/startup_controller_unittest.cc",
862 "driver/sync_prefs_unittest.cc", 859 "driver/sync_prefs_unittest.cc",
863 "driver/sync_stopped_reporter_unittest.cc", 860 "driver/sync_stopped_reporter_unittest.cc",
864 "driver/sync_util_unittest.cc", 861 "driver/sync_util_unittest.cc",
865 "driver/system_encryptor_unittest.cc", 862 "driver/system_encryptor_unittest.cc",
866 "driver/ui_data_type_controller_unittest.cc", 863 "driver/ui_data_type_controller_unittest.cc",
867 "driver/ui_model_type_controller_unittest.cc",
868 "engine/cycle/sync_cycle_snapshot_unittest.cc", 864 "engine/cycle/sync_cycle_snapshot_unittest.cc",
869 "engine/model_safe_worker_unittest.cc", 865 "engine/model_safe_worker_unittest.cc",
870 "engine_impl/apply_control_data_updates_unittest.cc", 866 "engine_impl/apply_control_data_updates_unittest.cc",
871 "engine_impl/backoff_delay_provider_unittest.cc", 867 "engine_impl/backoff_delay_provider_unittest.cc",
872 "engine_impl/cycle/nudge_tracker_unittest.cc", 868 "engine_impl/cycle/nudge_tracker_unittest.cc",
873 "engine_impl/cycle/status_controller_unittest.cc", 869 "engine_impl/cycle/status_controller_unittest.cc",
874 "engine_impl/directory_commit_contribution_unittest.cc", 870 "engine_impl/directory_commit_contribution_unittest.cc",
875 "engine_impl/directory_update_handler_unittest.cc", 871 "engine_impl/directory_update_handler_unittest.cc",
876 "engine_impl/get_updates_processor_unittest.cc", 872 "engine_impl/get_updates_processor_unittest.cc",
877 "engine_impl/model_type_registry_unittest.cc", 873 "engine_impl/model_type_registry_unittest.cc",
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 deps = [ 1090 deps = [
1095 ":fake_server_jni", 1091 ":fake_server_jni",
1096 ":sync", 1092 ":sync",
1097 ":test_support_sync_fake_server", 1093 ":test_support_sync_fake_server",
1098 "//base", 1094 "//base",
1099 "//testing/gtest", 1095 "//testing/gtest",
1100 "//url:url", 1096 "//url:url",
1101 ] 1097 ]
1102 } 1098 }
1103 } 1099 }
OLDNEW
« no previous file with comments | « components/browser_sync/profile_sync_components_factory_impl.cc ('k') | components/sync/core/model_type_processor_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698