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

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

Issue 1314903004: Sync: Refactoring DataTypeController to make the design shareable with USS datatypes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed CR comments Created 5 years, 3 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/data_type_controller.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 15 matching lines...) Expand all
26 "data_type_manager_observer.h", 26 "data_type_manager_observer.h",
27 "data_type_status_table.cc", 27 "data_type_status_table.cc",
28 "data_type_status_table.h", 28 "data_type_status_table.h",
29 "device_info.cc", 29 "device_info.cc",
30 "device_info.h", 30 "device_info.h",
31 "device_info_data_type_controller.cc", 31 "device_info_data_type_controller.cc",
32 "device_info_data_type_controller.h", 32 "device_info_data_type_controller.h",
33 "device_info_sync_service.cc", 33 "device_info_sync_service.cc",
34 "device_info_sync_service.h", 34 "device_info_sync_service.h",
35 "device_info_tracker.h", 35 "device_info_tracker.h",
36 "directory_data_type_controller.cc",
37 "directory_data_type_controller.h",
36 "favicon_cache.cc", 38 "favicon_cache.cc",
37 "favicon_cache.h", 39 "favicon_cache.h",
38 "frontend_data_type_controller.cc", 40 "frontend_data_type_controller.cc",
39 "frontend_data_type_controller.h", 41 "frontend_data_type_controller.h",
40 "generic_change_processor.cc", 42 "generic_change_processor.cc",
41 "generic_change_processor.h", 43 "generic_change_processor.h",
42 "generic_change_processor_factory.cc", 44 "generic_change_processor_factory.cc",
43 "generic_change_processor_factory.h", 45 "generic_change_processor_factory.h",
44 "glue/synced_session.cc", 46 "glue/synced_session.cc",
45 "glue/synced_session.h", 47 "glue/synced_session.h",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "system_encryptor_unittest.cc", 196 "system_encryptor_unittest.cc",
195 "tab_node_pool_unittest.cc", 197 "tab_node_pool_unittest.cc",
196 "ui_data_type_controller_unittest.cc", 198 "ui_data_type_controller_unittest.cc",
197 ] 199 ]
198 deps = [ 200 deps = [
199 ":test_support", 201 ":test_support",
200 "//testing/gmock", 202 "//testing/gmock",
201 "//testing/gtest", 203 "//testing/gtest",
202 ] 204 ]
203 } 205 }
OLDNEW
« no previous file with comments | « components/sync_driver.gypi ('k') | components/sync_driver/data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698