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

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

Issue 1310553005: [Sync] Replace ProfileSyncComponentsFactory with SyncClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Really fix GN 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/DEPS » ('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 "backend_data_type_configurer.cc", 9 "backend_data_type_configurer.cc",
10 "backend_data_type_configurer.h", 10 "backend_data_type_configurer.h",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "data_type_controller_mock.cc", 131 "data_type_controller_mock.cc",
132 "data_type_controller_mock.h", 132 "data_type_controller_mock.h",
133 "data_type_error_handler_mock.cc", 133 "data_type_error_handler_mock.cc",
134 "data_type_error_handler_mock.h", 134 "data_type_error_handler_mock.h",
135 "data_type_manager_mock.cc", 135 "data_type_manager_mock.cc",
136 "data_type_manager_mock.h", 136 "data_type_manager_mock.h",
137 "fake_data_type_controller.cc", 137 "fake_data_type_controller.cc",
138 "fake_data_type_controller.h", 138 "fake_data_type_controller.h",
139 "fake_generic_change_processor.cc", 139 "fake_generic_change_processor.cc",
140 "fake_generic_change_processor.h", 140 "fake_generic_change_processor.h",
141 "fake_sync_client.cc",
142 "fake_sync_client.h",
143 "fake_sync_service.cc",
144 "fake_sync_service.h",
141 "frontend_data_type_controller_mock.cc", 145 "frontend_data_type_controller_mock.cc",
142 "frontend_data_type_controller_mock.h", 146 "frontend_data_type_controller_mock.h",
143 "local_device_info_provider_mock.cc", 147 "local_device_info_provider_mock.cc",
144 "local_device_info_provider_mock.h", 148 "local_device_info_provider_mock.h",
145 "model_associator_mock.cc", 149 "model_associator_mock.cc",
146 "model_associator_mock.h", 150 "model_associator_mock.h",
147 "non_ui_data_type_controller_mock.cc", 151 "non_ui_data_type_controller_mock.cc",
148 "non_ui_data_type_controller_mock.h", 152 "non_ui_data_type_controller_mock.h",
149 ] 153 ]
150 154
(...skipping 29 matching lines...) Expand all
180 "system_encryptor_unittest.cc", 184 "system_encryptor_unittest.cc",
181 "tab_node_pool_unittest.cc", 185 "tab_node_pool_unittest.cc",
182 "ui_data_type_controller_unittest.cc", 186 "ui_data_type_controller_unittest.cc",
183 ] 187 ]
184 deps = [ 188 deps = [
185 ":test_support", 189 ":test_support",
186 "//testing/gmock", 190 "//testing/gmock",
187 "//testing/gtest", 191 "//testing/gtest",
188 ] 192 ]
189 } 193 }
OLDNEW
« no previous file with comments | « components/sync_driver.gypi ('k') | components/sync_driver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698