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

Side by Side Diff: components/sync_driver.gypi

Issue 1422773004: [sync] Abstract most ProfileSyncService //chrome deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pss_chrome_signin_deps
Patch Set: Fix deps Created 5 years, 1 month 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 { 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'sync_driver/sync_policy_handler.h', 160 'sync_driver/sync_policy_handler.h',
161 ], 161 ],
162 }], 162 }],
163 ], 163 ],
164 }, 164 },
165 { 165 {
166 'target_name': 'sync_driver_test_support', 166 'target_name': 'sync_driver_test_support',
167 'type': 'static_library', 167 'type': 'static_library',
168 'dependencies': [ 168 'dependencies': [
169 'sync_driver', 169 'sync_driver',
170 'version_info',
170 '../base/base.gyp:base', 171 '../base/base.gyp:base',
171 '../sync/sync.gyp:sync', 172 '../sync/sync.gyp:sync',
172 '../sync/sync.gyp:test_support_sync_internal_api', 173 '../sync/sync.gyp:test_support_sync_internal_api',
173 '../testing/gmock.gyp:gmock', 174 '../testing/gmock.gyp:gmock',
174 '../testing/gtest.gyp:gtest', 175 '../testing/gtest.gyp:gtest',
175 ], 176 ],
176 'include_dirs': [ 177 'include_dirs': [
177 '..', 178 '..',
178 ], 179 ],
179 'sources': [ 180 'sources': [
(...skipping 22 matching lines...) Expand all
202 'sync_driver/non_frontend_data_type_controller_mock.cc', 203 'sync_driver/non_frontend_data_type_controller_mock.cc',
203 'sync_driver/non_frontend_data_type_controller_mock.h', 204 'sync_driver/non_frontend_data_type_controller_mock.h',
204 'sync_driver/non_ui_data_type_controller_mock.cc', 205 'sync_driver/non_ui_data_type_controller_mock.cc',
205 'sync_driver/non_ui_data_type_controller_mock.h', 206 'sync_driver/non_ui_data_type_controller_mock.h',
206 'sync_driver/sync_api_component_factory_mock.cc', 207 'sync_driver/sync_api_component_factory_mock.cc',
207 'sync_driver/sync_api_component_factory_mock.h', 208 'sync_driver/sync_api_component_factory_mock.h',
208 ], 209 ],
209 }, 210 },
210 ], 211 ],
211 } 212 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698