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

Side by Side Diff: components/sync_driver.gypi

Issue 1308313003: Componentize chrome/common/sync_util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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/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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'sync_driver/protocol_event_observer.h', 87 'sync_driver/protocol_event_observer.h',
88 'sync_driver/proxy_data_type_controller.cc', 88 'sync_driver/proxy_data_type_controller.cc',
89 'sync_driver/proxy_data_type_controller.h', 89 'sync_driver/proxy_data_type_controller.h',
90 'sync_driver/shared_change_processor.cc', 90 'sync_driver/shared_change_processor.cc',
91 'sync_driver/shared_change_processor.h', 91 'sync_driver/shared_change_processor.h',
92 'sync_driver/shared_change_processor_ref.cc', 92 'sync_driver/shared_change_processor_ref.cc',
93 'sync_driver/shared_change_processor_ref.h', 93 'sync_driver/shared_change_processor_ref.h',
94 'sync_driver/sync_api_component_factory.h', 94 'sync_driver/sync_api_component_factory.h',
95 'sync_driver/sync_client.cc', 95 'sync_driver/sync_client.cc',
96 'sync_driver/sync_client.h', 96 'sync_driver/sync_client.h',
97 'sync_driver/sync_driver_switches.cc',
98 'sync_driver/sync_driver_switches.h',
97 'sync_driver/sync_error_controller.cc', 99 'sync_driver/sync_error_controller.cc',
98 'sync_driver/sync_error_controller.h', 100 'sync_driver/sync_error_controller.h',
99 'sync_driver/sync_frontend.cc', 101 'sync_driver/sync_frontend.cc',
100 'sync_driver/sync_frontend.h', 102 'sync_driver/sync_frontend.h',
101 'sync_driver/sync_prefs.cc', 103 'sync_driver/sync_prefs.cc',
102 'sync_driver/sync_prefs.h', 104 'sync_driver/sync_prefs.h',
103 'sync_driver/sync_service.h', 105 'sync_driver/sync_service.h',
104 'sync_driver/sync_service_observer.cc', 106 'sync_driver/sync_service_observer.cc',
105 'sync_driver/sync_service_observer.h', 107 'sync_driver/sync_service_observer.h',
106 'sync_driver/sync_service_utils.cc', 108 'sync_driver/sync_service_utils.cc',
107 'sync_driver/sync_service_utils.h', 109 'sync_driver/sync_service_utils.h',
108 'sync_driver/sync_stopped_reporter.cc', 110 'sync_driver/sync_stopped_reporter.cc',
109 'sync_driver/sync_stopped_reporter.h', 111 'sync_driver/sync_stopped_reporter.h',
112 'sync_driver/sync_util.cc',
113 'sync_driver/sync_util.h',
110 'sync_driver/system_encryptor.cc', 114 'sync_driver/system_encryptor.cc',
111 'sync_driver/system_encryptor.h', 115 'sync_driver/system_encryptor.h',
112 'sync_driver/tab_node_pool.cc', 116 'sync_driver/tab_node_pool.cc',
113 'sync_driver/tab_node_pool.h', 117 'sync_driver/tab_node_pool.h',
114 'sync_driver/ui_data_type_controller.cc', 118 'sync_driver/ui_data_type_controller.cc',
115 'sync_driver/ui_data_type_controller.h', 119 'sync_driver/ui_data_type_controller.h',
116 'sync_driver/user_selectable_sync_type.h', 120 'sync_driver/user_selectable_sync_type.h',
117 ], 121 ],
118 'conditions': [ 122 'conditions': [
119 ['OS!="ios"', { 123 ['OS!="ios"', {
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'sync_driver/local_device_info_provider_mock.cc', 176 'sync_driver/local_device_info_provider_mock.cc',
173 'sync_driver/local_device_info_provider_mock.h', 177 'sync_driver/local_device_info_provider_mock.h',
174 'sync_driver/model_associator_mock.cc', 178 'sync_driver/model_associator_mock.cc',
175 'sync_driver/model_associator_mock.h', 179 'sync_driver/model_associator_mock.h',
176 'sync_driver/non_ui_data_type_controller_mock.cc', 180 'sync_driver/non_ui_data_type_controller_mock.cc',
177 'sync_driver/non_ui_data_type_controller_mock.h', 181 'sync_driver/non_ui_data_type_controller_mock.h',
178 ], 182 ],
179 }, 183 },
180 ], 184 ],
181 } 185 }
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