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

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

Issue 1397913002: [Sync] Componentize local_device_info_provider_impl and test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android Created 5 years, 1 month 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/sync_driver.gypi ('k') | components/sync_driver/local_device_info_provider.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/config/features.gni") 5 import("//build/config/features.gni")
6 6
7 source_set("sync_driver") { 7 source_set("sync_driver") {
8 sources = [ 8 sources = [
9 "about_sync_util.cc", 9 "about_sync_util.cc",
10 "about_sync_util.h", 10 "about_sync_util.h",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "glue/synced_session.cc", 52 "glue/synced_session.cc",
53 "glue/synced_session.h", 53 "glue/synced_session.h",
54 "glue/synced_window_delegate.h", 54 "glue/synced_window_delegate.h",
55 "glue/ui_model_worker.cc", 55 "glue/ui_model_worker.cc",
56 "glue/ui_model_worker.h", 56 "glue/ui_model_worker.h",
57 "invalidation_adapter.cc", 57 "invalidation_adapter.cc",
58 "invalidation_adapter.h", 58 "invalidation_adapter.h",
59 "invalidation_helper.cc", 59 "invalidation_helper.cc",
60 "invalidation_helper.h", 60 "invalidation_helper.h",
61 "local_device_info_provider.h", 61 "local_device_info_provider.h",
62 "local_device_info_provider_impl.cc",
63 "local_device_info_provider_impl.h",
62 "model_association_manager.cc", 64 "model_association_manager.cc",
63 "model_association_manager.h", 65 "model_association_manager.h",
64 "model_associator.h", 66 "model_associator.h",
65 "non_blocking_data_type_controller.cc", 67 "non_blocking_data_type_controller.cc",
66 "non_blocking_data_type_controller.h", 68 "non_blocking_data_type_controller.h",
67 "non_frontend_data_type_controller.cc", 69 "non_frontend_data_type_controller.cc",
68 "non_frontend_data_type_controller.h", 70 "non_frontend_data_type_controller.h",
69 "non_ui_data_type_controller.cc", 71 "non_ui_data_type_controller.cc",
70 "non_ui_data_type_controller.h", 72 "non_ui_data_type_controller.h",
71 "open_tabs_ui_delegate.cc", 73 "open_tabs_ui_delegate.cc",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 "about_sync_util_unittest.cc", 205 "about_sync_util_unittest.cc",
204 "backup_rollback_controller_unittest.cc", 206 "backup_rollback_controller_unittest.cc",
205 "data_type_manager_impl_unittest.cc", 207 "data_type_manager_impl_unittest.cc",
206 "device_info_data_type_controller_unittest.cc", 208 "device_info_data_type_controller_unittest.cc",
207 "device_info_sync_service_unittest.cc", 209 "device_info_sync_service_unittest.cc",
208 "frontend_data_type_controller_unittest.cc", 210 "frontend_data_type_controller_unittest.cc",
209 "generic_change_processor_unittest.cc", 211 "generic_change_processor_unittest.cc",
210 "glue/browser_thread_model_worker_unittest.cc", 212 "glue/browser_thread_model_worker_unittest.cc",
211 "glue/sync_backend_registrar_unittest.cc", 213 "glue/sync_backend_registrar_unittest.cc",
212 "glue/ui_model_worker_unittest.cc", 214 "glue/ui_model_worker_unittest.cc",
215 "local_device_info_provider_unittest.cc",
213 "model_association_manager_unittest.cc", 216 "model_association_manager_unittest.cc",
214 "non_blocking_data_type_controller_unittest.cc", 217 "non_blocking_data_type_controller_unittest.cc",
215 "non_frontend_data_type_controller_unittest.cc", 218 "non_frontend_data_type_controller_unittest.cc",
216 "non_ui_data_type_controller_unittest.cc", 219 "non_ui_data_type_controller_unittest.cc",
217 "shared_change_processor_unittest.cc", 220 "shared_change_processor_unittest.cc",
218 "sync_prefs_unittest.cc", 221 "sync_prefs_unittest.cc",
219 "sync_stopped_reporter_unittest.cc", 222 "sync_stopped_reporter_unittest.cc",
220 "sync_util_unittest.cc", 223 "sync_util_unittest.cc",
221 "system_encryptor_unittest.cc", 224 "system_encryptor_unittest.cc",
222 "tab_node_pool_unittest.cc", 225 "tab_node_pool_unittest.cc",
(...skipping 14 matching lines...) Expand all
237 "//sync:test_support_sync_api", 240 "//sync:test_support_sync_api",
238 "//testing/gmock", 241 "//testing/gmock",
239 "//testing/gtest", 242 "//testing/gtest",
240 "//url", 243 "//url",
241 ] 244 ]
242 245
243 if (enable_configuration_policy) { 246 if (enable_configuration_policy) {
244 sources += [ "sync_policy_handler_unittest.cc" ] 247 sources += [ "sync_policy_handler_unittest.cc" ]
245 } 248 }
246 } 249 }
OLDNEW
« no previous file with comments | « components/sync_driver.gypi ('k') | components/sync_driver/local_device_info_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698