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

Side by Side Diff: components/sync_driver.gypi

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
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync_driver/BUILD.gn » ('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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/sync_driver 8 # GN version: //components/sync_driver
9 'target_name': 'sync_driver', 9 'target_name': 'sync_driver',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'sync_driver/data_type_controller_mock.cc', 95 'sync_driver/data_type_controller_mock.cc',
96 'sync_driver/data_type_controller_mock.h', 96 'sync_driver/data_type_controller_mock.h',
97 'sync_driver/data_type_error_handler_mock.cc', 97 'sync_driver/data_type_error_handler_mock.cc',
98 'sync_driver/data_type_error_handler_mock.h', 98 'sync_driver/data_type_error_handler_mock.h',
99 'sync_driver/data_type_manager_mock.cc', 99 'sync_driver/data_type_manager_mock.cc',
100 'sync_driver/data_type_manager_mock.h', 100 'sync_driver/data_type_manager_mock.h',
101 'sync_driver/fake_data_type_controller.cc', 101 'sync_driver/fake_data_type_controller.cc',
102 'sync_driver/fake_data_type_controller.h', 102 'sync_driver/fake_data_type_controller.h',
103 'sync_driver/fake_generic_change_processor.cc', 103 'sync_driver/fake_generic_change_processor.cc',
104 'sync_driver/fake_generic_change_processor.h', 104 'sync_driver/fake_generic_change_processor.h',
105 'sync_driver/local_device_info_provider_mock.cc',
106 'sync_driver/local_device_info_provider_mock.h',
105 'sync_driver/model_associator_mock.cc', 107 'sync_driver/model_associator_mock.cc',
106 'sync_driver/model_associator_mock.h', 108 'sync_driver/model_associator_mock.h',
107 'sync_driver/non_ui_data_type_controller_mock.cc', 109 'sync_driver/non_ui_data_type_controller_mock.cc',
108 'sync_driver/non_ui_data_type_controller_mock.h', 110 'sync_driver/non_ui_data_type_controller_mock.h',
109 ], 111 ],
110 }, 112 },
111 ], 113 ],
112 } 114 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698