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

Side by Side Diff: components/omnibox.gypi

Issue 489353004: Componentize SearchProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/omnibox/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/omnibox 8 # GN version: //components/omnibox
9 'target_name': 'omnibox', 9 'target_name': 'omnibox',
10 'type': 'static_library', 10 'type': 'static_library',
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../net/net.gyp:net', 13 '../net/net.gyp:net',
14 '../ui/base/ui_base.gyp:ui_base', 14 '../ui/base/ui_base.gyp:ui_base',
15 '../url/url.gyp:url_lib', 15 '../url/url.gyp:url_lib',
16 'search', 16 'search',
17 'search_engines', 17 'search_engines',
18 'variations', 18 'variations',
19 'component_metrics_proto', 19 'component_metrics_proto',
20 'components_resources.gyp:components_resources', 20 'components_resources.gyp:components_resources',
21 'components_strings.gyp:components_strings', 21 'components_strings.gyp:components_strings',
22 'url_fixer', 22 'url_fixer',
23 ], 23 ],
24 'include_dirs': [ 24 'include_dirs': [
25 '..', 25 '..',
26 ], 26 ],
27 'sources': [ 27 'sources': [
28 # Note: sources list duplicated in GN build. 28 # Note: sources list duplicated in GN build.
29 'omnibox/answers_cache.h',
30 'omnibox/answers_cache.cc',
29 'omnibox/autocomplete_input.cc', 31 'omnibox/autocomplete_input.cc',
30 'omnibox/autocomplete_input.h', 32 'omnibox/autocomplete_input.h',
31 'omnibox/autocomplete_match.cc', 33 'omnibox/autocomplete_match.cc',
32 'omnibox/autocomplete_match.h', 34 'omnibox/autocomplete_match.h',
33 'omnibox/autocomplete_match_type.cc', 35 'omnibox/autocomplete_match_type.cc',
34 'omnibox/autocomplete_match_type.h', 36 'omnibox/autocomplete_match_type.h',
35 'omnibox/autocomplete_provider.cc', 37 'omnibox/autocomplete_provider.cc',
36 'omnibox/autocomplete_provider.h', 38 'omnibox/autocomplete_provider.h',
37 'omnibox/autocomplete_provider_delegate.h', 39 'omnibox/autocomplete_provider_delegate.h',
38 'omnibox/autocomplete_provider_listener.h', 40 'omnibox/autocomplete_provider_listener.h',
39 'omnibox/autocomplete_result.cc', 41 'omnibox/autocomplete_result.cc',
40 'omnibox/autocomplete_result.h', 42 'omnibox/autocomplete_result.h',
41 'omnibox/autocomplete_scheme_classifier.h', 43 'omnibox/autocomplete_scheme_classifier.h',
44 'omnibox/base_search_provider.cc',
45 'omnibox/base_search_provider.h',
42 'omnibox/keyword_extensions_delegate.cc', 46 'omnibox/keyword_extensions_delegate.cc',
43 'omnibox/keyword_extensions_delegate.h', 47 'omnibox/keyword_extensions_delegate.h',
44 'omnibox/keyword_provider.cc', 48 'omnibox/keyword_provider.cc',
45 'omnibox/keyword_provider.h', 49 'omnibox/keyword_provider.h',
46 'omnibox/omnibox_field_trial.cc', 50 'omnibox/omnibox_field_trial.cc',
47 'omnibox/omnibox_field_trial.h', 51 'omnibox/omnibox_field_trial.h',
48 'omnibox/omnibox_switches.cc', 52 'omnibox/omnibox_switches.cc',
49 'omnibox/omnibox_switches.h', 53 'omnibox/omnibox_switches.h',
54 'omnibox/search_provider.cc',
55 'omnibox/search_provider.h',
50 'omnibox/search_suggestion_parser.cc', 56 'omnibox/search_suggestion_parser.cc',
51 'omnibox/search_suggestion_parser.h', 57 'omnibox/search_suggestion_parser.h',
52 'omnibox/url_prefix.cc', 58 'omnibox/url_prefix.cc',
53 'omnibox/url_prefix.h', 59 'omnibox/url_prefix.h',
54 ], 60 ],
55 }, 61 },
56 { 62 {
57 # GN version: //components/omnibox:test_support 63 # GN version: //components/omnibox:test_support
58 'target_name': 'omnibox_test_support', 64 'target_name': 'omnibox_test_support',
59 'type': 'static_library', 65 'type': 'static_library',
60 'dependencies': [ 66 'dependencies': [
61 '../base/base.gyp:base', 67 '../base/base.gyp:base',
62 'omnibox', 68 'omnibox',
63 'component_metrics_proto', 69 'component_metrics_proto',
64 ], 70 ],
65 'include_dirs': [ 71 'include_dirs': [
66 '..', 72 '..',
67 ], 73 ],
68 'sources': [ 74 'sources': [
69 # Note: sources list duplicated in GN build. 75 # Note: sources list duplicated in GN build.
70 'omnibox/test_scheme_classifier.cc', 76 'omnibox/test_scheme_classifier.cc',
71 'omnibox/test_scheme_classifier.h', 77 'omnibox/test_scheme_classifier.h',
72 ], 78 ],
73 }, 79 },
74 ], 80 ],
75 } 81 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/omnibox/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698