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

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

Issue 612103005: Device info datatype should be moved to components/sync_driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "data_type_controller_mock.cc", 76 "data_type_controller_mock.cc",
77 "data_type_controller_mock.h", 77 "data_type_controller_mock.h",
78 "data_type_error_handler_mock.cc", 78 "data_type_error_handler_mock.cc",
79 "data_type_error_handler_mock.h", 79 "data_type_error_handler_mock.h",
80 "data_type_manager_mock.cc", 80 "data_type_manager_mock.cc",
81 "data_type_manager_mock.h", 81 "data_type_manager_mock.h",
82 "fake_data_type_controller.cc", 82 "fake_data_type_controller.cc",
83 "fake_data_type_controller.h", 83 "fake_data_type_controller.h",
84 "fake_generic_change_processor.cc", 84 "fake_generic_change_processor.cc",
85 "fake_generic_change_processor.h", 85 "fake_generic_change_processor.h",
86 "local_device_info_provider_mock.cc",
87 "local_device_info_provider_mock.h",
86 "model_associator_mock.cc", 88 "model_associator_mock.cc",
87 "model_associator_mock.h", 89 "model_associator_mock.h",
88 "non_ui_data_type_controller_mock.cc", 90 "non_ui_data_type_controller_mock.cc",
89 "non_ui_data_type_controller_mock.h", 91 "non_ui_data_type_controller_mock.h",
90 ] 92 ]
91 93
92 deps = [ 94 deps = [
93 ":sync_driver", 95 ":sync_driver",
94 "//base", 96 "//base",
95 "//sync", 97 "//sync",
96 "//sync:test_support_sync_internal_api", 98 "//sync:test_support_sync_internal_api",
97 "//testing/gmock", 99 "//testing/gmock",
98 "//testing/gtest", 100 "//testing/gtest",
99 ] 101 ]
100 } 102 }
OLDNEW
« no previous file with comments | « components/sync_driver.gypi ('k') | components/sync_driver/device_info_data_type_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698