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

Side by Side Diff: components/webdata_services.gypi

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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/webdata_services 8 # GN version: //components/webdata_services
9 'target_name': 'webdata_services', 9 'target_name': 'webdata_services',
10 'type': 'static_library', 10 'type': 'static_library',
11 'include_dirs': [ 11 'include_dirs': [
12 '..', 12 '..',
13 ], 13 ],
14 'dependencies': [ 14 'dependencies': [
15 '../base/base.gyp:base', 15 '../base/base.gyp:base',
16 '../sql/sql.gyp:sql', 16 '../sql/sql.gyp:sql',
17 '../sync/sync.gyp:sync', 17 '../components/sync.gyp:sync',
18 'autofill_core_browser', 18 'autofill_core_browser',
19 'keyed_service_core', 19 'keyed_service_core',
20 'password_manager_core_browser', 20 'password_manager_core_browser',
21 'search_engines', 21 'search_engines',
22 'signin_core_browser', 22 'signin_core_browser',
23 'webdata_common', 23 'webdata_common',
24 ], 24 ],
25 'sources': [ 25 'sources': [
26 'webdata_services/web_data_service_wrapper.cc', 26 'webdata_services/web_data_service_wrapper.cc',
27 'webdata_services/web_data_service_wrapper.h', 27 'webdata_services/web_data_service_wrapper.h',
(...skipping 12 matching lines...) Expand all
40 'signin_core_browser', 40 'signin_core_browser',
41 'webdata_services', 41 'webdata_services',
42 ], 42 ],
43 'sources': [ 43 'sources': [
44 'webdata_services/web_data_service_test_util.cc', 44 'webdata_services/web_data_service_test_util.cc',
45 'webdata_services/web_data_service_test_util.h', 45 'webdata_services/web_data_service_test_util.h',
46 ], 46 ],
47 }, 47 },
48 ], 48 ],
49 } 49 }
OLDNEW
« no previous file with comments | « components/syncable_prefs/pref_service_syncable_unittest.cc ('k') | components/webdata_services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698