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

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

Issue 597423002: Device info datatype should be moved to components/sync_driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor CR feedback addressed. Created 6 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/sync_driver.gypi ('k') | components/sync_driver/device_info.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 static_library("sync_driver") { 5 static_library("sync_driver") {
6 sources = [ 6 sources = [
7 "backend_data_type_configurer.cc", 7 "backend_data_type_configurer.cc",
8 "backend_data_type_configurer.h", 8 "backend_data_type_configurer.h",
9 "change_processor.cc", 9 "change_processor.cc",
10 "change_processor.h", 10 "change_processor.h",
11 "data_type_controller.cc", 11 "data_type_controller.cc",
12 "data_type_controller.h", 12 "data_type_controller.h",
13 "data_type_encryption_handler.cc", 13 "data_type_encryption_handler.cc",
14 "data_type_encryption_handler.h", 14 "data_type_encryption_handler.h",
15 "data_type_error_handler.h", 15 "data_type_error_handler.h",
16 "data_type_manager.cc", 16 "data_type_manager.cc",
17 "data_type_manager.h", 17 "data_type_manager.h",
18 "data_type_manager_impl.cc", 18 "data_type_manager_impl.cc",
19 "data_type_manager_impl.h", 19 "data_type_manager_impl.h",
20 "data_type_manager_observer.h", 20 "data_type_manager_observer.h",
21 "data_type_status_table.cc", 21 "data_type_status_table.cc",
22 "data_type_status_table.h", 22 "data_type_status_table.h",
23 "device_info.cc",
24 "device_info.h",
25 "device_info_data_type_controller.cc",
26 "device_info_data_type_controller.h",
27 "device_info_sync_service.cc",
28 "device_info_sync_service.h",
29 "device_info_tracker.h",
23 "generic_change_processor.cc", 30 "generic_change_processor.cc",
24 "generic_change_processor.h", 31 "generic_change_processor.h",
25 "generic_change_processor_factory.cc", 32 "generic_change_processor_factory.cc",
26 "generic_change_processor_factory.h", 33 "generic_change_processor_factory.h",
34 "local_device_info_provider.h",
27 "model_association_manager.cc", 35 "model_association_manager.cc",
28 "model_association_manager.h", 36 "model_association_manager.h",
29 "model_associator.h", 37 "model_associator.h",
30 "non_blocking_data_type_controller.cc", 38 "non_blocking_data_type_controller.cc",
31 "non_blocking_data_type_controller.h", 39 "non_blocking_data_type_controller.h",
32 "non_blocking_data_type_manager.cc", 40 "non_blocking_data_type_manager.cc",
33 "non_blocking_data_type_manager.h", 41 "non_blocking_data_type_manager.h",
34 "non_ui_data_type_controller.cc", 42 "non_ui_data_type_controller.cc",
35 "non_ui_data_type_controller.h", 43 "non_ui_data_type_controller.h",
36 "pref_names.cc", 44 "pref_names.cc",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 91
84 deps = [ 92 deps = [
85 ":sync_driver", 93 ":sync_driver",
86 "//base", 94 "//base",
87 "//sync", 95 "//sync",
88 "//sync:test_support_sync_internal_api", 96 "//sync:test_support_sync_internal_api",
89 "//testing/gmock", 97 "//testing/gmock",
90 "//testing/gtest", 98 "//testing/gtest",
91 ] 99 ]
92 } 100 }
OLDNEW
« no previous file with comments | « components/sync_driver.gypi ('k') | components/sync_driver/device_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698