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

Side by Side Diff: components/search_engines.gypi

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again now that CQ is fixed Created 5 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 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',
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../google_apis/google_apis.gyp:google_apis', 13 '../google_apis/google_apis.gyp:google_apis',
14 '../net/net.gyp:net', 14 '../net/net.gyp:net',
15 '../sql/sql.gyp:sql', 15 '../sql/sql.gyp:sql',
16 '../sync/sync.gyp:sync', 16 '../sync/sync.gyp:sync',
17 '../third_party/libxml/libxml.gyp:libxml', 17 '../third_party/libxml/libxml.gyp:libxml',
18 '../ui/gfx/gfx.gyp:gfx', 18 '../ui/gfx/gfx.gyp:gfx',
19 '../url/url.gyp:url_lib', 19 '../url/url.gyp:url_lib',
20 'component_metrics_proto', 20 'component_metrics_proto',
21 'components_strings.gyp:components_strings', 21 'components_strings.gyp:components_strings',
22 'google_core_browser', 22 'google_core_browser',
23 'history_core_browser', 23 'history_core_browser',
24 'keyed_service_core', 24 'keyed_service_core',
25 'policy', 25 'policy',
26 'pref_registry', 26 'pref_registry',
27 'rappor', 27 'rappor',
28 'search_engines/prepopulated_engines.gyp:prepopulated_engines', 28 'search_engines/prepopulated_engines.gyp:prepopulated_engines',
29 'url_fixer', 29 'url_formatter/url_formatter.gyp:url_formatter',
30 'webdata_common', 30 'webdata_common',
31 ], 31 ],
32 'export_dependent_settings': [ 32 'export_dependent_settings': [
33 'component_metrics_proto', 33 'component_metrics_proto',
34 ], 34 ],
35 'include_dirs': [ 35 'include_dirs': [
36 '..', 36 '..',
37 ], 37 ],
38 'sources': [ 38 'sources': [
39 # Note: sources list duplicated in GN build. 39 # Note: sources list duplicated in GN build.
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 ], 99 ],
100 'sources': [ 100 'sources': [
101 'search_engines/default_search_pref_test_util.cc', 101 'search_engines/default_search_pref_test_util.cc',
102 'search_engines/default_search_pref_test_util.h', 102 'search_engines/default_search_pref_test_util.h',
103 'search_engines/testing_search_terms_data.cc', 103 'search_engines/testing_search_terms_data.cc',
104 'search_engines/testing_search_terms_data.h', 104 'search_engines/testing_search_terms_data.h',
105 ], 105 ],
106 }, 106 },
107 ], 107 ],
108 } 108 }
OLDNEW
« no previous file with comments | « components/policy/core/browser/url_blacklist_manager.h ('k') | components/search_engines/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698