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

Side by Side Diff: components/search_engines.gypi

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. 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
« no previous file with comments | « components/resources/sync_driver_resources.grdp ('k') | components/search_engines/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/search_engines 8 # GN version: //components/search_engines
9 'target_name': 'search_engines', 9 'target_name': 'search_engines',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 10 matching lines...) Expand all
21 'components_strings.gyp:components_strings', 21 'components_strings.gyp:components_strings',
22 'components.gyp:infobars_core', 22 'components.gyp:infobars_core',
23 'google_core_browser', 23 'google_core_browser',
24 'history_core_browser', 24 'history_core_browser',
25 'keyed_service_core', 25 'keyed_service_core',
26 'policy', 26 'policy',
27 'pref_registry', 27 'pref_registry',
28 'prefs/prefs.gyp:prefs', 28 'prefs/prefs.gyp:prefs',
29 'rappor', 29 'rappor',
30 'search_engines/prepopulated_engines.gyp:prepopulated_engines', 30 'search_engines/prepopulated_engines.gyp:prepopulated_engines',
31 'sync_driver',
32 'url_formatter/url_formatter.gyp:url_formatter', 31 'url_formatter/url_formatter.gyp:url_formatter',
33 'webdata_common', 32 'webdata_common',
34 ], 33 ],
35 'export_dependent_settings': [ 34 'export_dependent_settings': [
36 'component_metrics_proto', 35 'component_metrics_proto',
37 ], 36 ],
38 'include_dirs': [ 37 'include_dirs': [
39 '..', 38 '..',
40 ], 39 ],
41 'sources': [ 40 'sources': [
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 ], 103 ],
105 'sources': [ 104 'sources': [
106 'search_engines/default_search_pref_test_util.cc', 105 'search_engines/default_search_pref_test_util.cc',
107 'search_engines/default_search_pref_test_util.h', 106 'search_engines/default_search_pref_test_util.h',
108 'search_engines/testing_search_terms_data.cc', 107 'search_engines/testing_search_terms_data.cc',
109 'search_engines/testing_search_terms_data.h', 108 'search_engines/testing_search_terms_data.h',
110 ], 109 ],
111 }, 110 },
112 ], 111 ],
113 } 112 }
OLDNEW
« no previous file with comments | « components/resources/sync_driver_resources.grdp ('k') | components/search_engines/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698