blob: 65c35d71c20a26b444c5c8ff73bda8add2aa35cb [file] [log] [blame]
[email protected]b1c5ab682014-08-07 11:53:171# Copyright 2014 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'targets': [
7 {
blundell2102f7c2015-07-09 10:00:538 # GN version: //components/omnibox/browser
9 'target_name': 'omnibox_browser',
[email protected]b1c5ab682014-08-07 11:53:1710 'type': 'static_library',
11 'dependencies': [
12 '../base/base.gyp:base',
brettw81d760e2014-11-25 20:30:1013 '../base/base.gyp:base_i18n',
[email protected]b1c5ab682014-08-07 11:53:1714 '../net/net.gyp:net',
blundell7dbd3792015-08-05 15:14:1915 '../skia/skia.gyp:skia',
blundellaaf3fdbb2015-06-18 11:02:5416 '../sql/sql.gyp:sql',
blundellb0d11e2e2015-06-18 14:41:2617 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
[email protected]02f5e32d2014-08-22 07:44:4618 '../ui/base/ui_base.gyp:ui_base',
blundell7dbd3792015-08-05 15:14:1919 '../ui/gfx/gfx.gyp:gfx',
[email protected]b1c5ab682014-08-07 11:53:1720 '../url/url.gyp:url_lib',
blundell0235a502015-06-16 10:47:0821 'bookmarks_browser',
[email protected]b1c5ab682014-08-07 11:53:1722 'component_metrics_proto',
23 'components_resources.gyp:components_resources',
[email protected]02f5e32d2014-08-22 07:44:4624 'components_strings.gyp:components_strings',
brettw81d760e2014-11-25 20:30:1025 'history_core_browser',
blundellb0d11e2e2015-06-18 14:41:2626 'keyed_service_core',
blundell26a618e2015-07-31 11:16:4527 'omnibox_common',
blundellb0d11e2e2015-06-18 14:41:2628 'omnibox_in_memory_url_index_cache_proto',
blundella08236e2015-06-29 09:44:2329 'pref_registry',
blundellfd147322015-06-16 12:54:1030 'query_parser',
hashimoto03080902014-08-28 04:19:5931 'search',
32 'search_engines',
blundell7dbd3792015-08-05 15:14:1933 'toolbar',
jochen90437dd2015-08-04 07:05:1734 'url_fixer',
hashimoto03080902014-08-28 04:19:5935 'variations_http_provider',
[email protected]b1c5ab682014-08-07 11:53:1736 ],
hashimotof2e30b52014-10-28 12:08:0337 'export_dependent_settings': [
38 'component_metrics_proto',
blundelld130d592015-06-21 19:29:1339 'history_core_browser',
hashimotof2e30b52014-10-28 12:08:0340 ],
[email protected]b1c5ab682014-08-07 11:53:1741 'include_dirs': [
42 '..',
43 ],
44 'sources': [
45 # Note: sources list duplicated in GN build.
blundell2102f7c2015-07-09 10:00:5346 'omnibox/browser/answers_cache.cc',
47 'omnibox/browser/answers_cache.h',
48 'omnibox/browser/autocomplete_classifier.cc',
49 'omnibox/browser/autocomplete_classifier.h',
50 'omnibox/browser/autocomplete_controller.cc',
51 'omnibox/browser/autocomplete_controller.h',
52 'omnibox/browser/autocomplete_controller_delegate.h',
53 'omnibox/browser/autocomplete_input.cc',
54 'omnibox/browser/autocomplete_input.h',
55 'omnibox/browser/autocomplete_match.cc',
56 'omnibox/browser/autocomplete_match.h',
57 'omnibox/browser/autocomplete_match_type.cc',
58 'omnibox/browser/autocomplete_match_type.h',
59 'omnibox/browser/autocomplete_provider.cc',
60 'omnibox/browser/autocomplete_provider.h',
61 'omnibox/browser/autocomplete_provider_client.h',
62 'omnibox/browser/autocomplete_provider_listener.h',
63 'omnibox/browser/autocomplete_result.cc',
64 'omnibox/browser/autocomplete_result.h',
65 'omnibox/browser/autocomplete_scheme_classifier.h',
66 'omnibox/browser/base_search_provider.cc',
67 'omnibox/browser/base_search_provider.h',
68 'omnibox/browser/bookmark_provider.cc',
69 'omnibox/browser/bookmark_provider.h',
70 'omnibox/browser/builtin_provider.cc',
71 'omnibox/browser/builtin_provider.h',
72 'omnibox/browser/history_provider.cc',
73 'omnibox/browser/history_provider.h',
74 'omnibox/browser/history_quick_provider.cc',
75 'omnibox/browser/history_quick_provider.h',
76 'omnibox/browser/history_url_provider.cc',
77 'omnibox/browser/history_url_provider.h',
78 'omnibox/browser/in_memory_url_index.cc',
79 'omnibox/browser/in_memory_url_index.h',
80 'omnibox/browser/in_memory_url_index_types.cc',
81 'omnibox/browser/in_memory_url_index_types.h',
82 'omnibox/browser/keyword_extensions_delegate.cc',
83 'omnibox/browser/keyword_extensions_delegate.h',
84 'omnibox/browser/keyword_provider.cc',
85 'omnibox/browser/keyword_provider.h',
blundell26a618e2015-07-31 11:16:4586 'omnibox/browser/omnibox_client.h',
blundell7dbd3792015-08-05 15:14:1987 'omnibox/browser/omnibox_controller.cc',
88 'omnibox/browser/omnibox_controller.h',
blundell3f0c8bb42015-08-03 18:55:0589 'omnibox/browser/omnibox_edit_controller.cc',
90 'omnibox/browser/omnibox_edit_controller.h',
blundell7dbd3792015-08-05 15:14:1991 'omnibox/browser/omnibox_edit_model.cc',
92 'omnibox/browser/omnibox_edit_model.h',
blundell2102f7c2015-07-09 10:00:5393 'omnibox/browser/omnibox_field_trial.cc',
94 'omnibox/browser/omnibox_field_trial.h',
95 'omnibox/browser/omnibox_log.cc',
96 'omnibox/browser/omnibox_log.h',
blundell61208332015-08-04 07:07:2497 'omnibox/browser/omnibox_navigation_observer.h',
blundell7dbd3792015-08-05 15:14:1998 'omnibox/browser/omnibox_popup_model.cc',
99 'omnibox/browser/omnibox_popup_model.h',
blundell2102f7c2015-07-09 10:00:53100 'omnibox/browser/omnibox_popup_model_observer.h',
101 'omnibox/browser/omnibox_popup_view.h',
102 'omnibox/browser/omnibox_pref_names.cc',
103 'omnibox/browser/omnibox_pref_names.h',
104 'omnibox/browser/omnibox_switches.cc',
105 'omnibox/browser/omnibox_switches.h',
blundell7dbd3792015-08-05 15:14:19106 'omnibox/browser/omnibox_view.cc',
107 'omnibox/browser/omnibox_view.h',
blundell2102f7c2015-07-09 10:00:53108 'omnibox/browser/scored_history_match.cc',
109 'omnibox/browser/scored_history_match.h',
110 'omnibox/browser/search_provider.cc',
111 'omnibox/browser/search_provider.h',
112 'omnibox/browser/search_suggestion_parser.cc',
113 'omnibox/browser/search_suggestion_parser.h',
114 'omnibox/browser/shortcuts_backend.cc',
115 'omnibox/browser/shortcuts_backend.h',
116 'omnibox/browser/shortcuts_database.cc',
117 'omnibox/browser/shortcuts_database.h',
118 'omnibox/browser/shortcuts_provider.cc',
119 'omnibox/browser/shortcuts_provider.h',
120 'omnibox/browser/suggestion_answer.cc',
121 'omnibox/browser/suggestion_answer.h',
122 'omnibox/browser/url_index_private_data.cc',
123 'omnibox/browser/url_index_private_data.h',
124 'omnibox/browser/url_prefix.cc',
125 'omnibox/browser/url_prefix.h',
126 'omnibox/browser/zero_suggest_provider.cc',
127 'omnibox/browser/zero_suggest_provider.h',
[email protected]b1c5ab682014-08-07 11:53:17128 ],
129 },
130 {
blundell10cffea2015-07-09 12:38:25131 # GN version: //components/omnibox/common
132 'target_name': 'omnibox_common',
133 'type': 'none',
134 'include_dirs': [
135 '..',
136 ],
137 'sources': [
138 # Note: sources list duplicated in GN build.
brucedawsonb902fbc2015-07-14 20:52:50139 'omnibox/common/omnibox_focus_state.h',
blundell10cffea2015-07-09 12:38:25140 ],
141 },
142 {
blundellb0d11e2e2015-06-18 14:41:26143 # Protobuf compiler / generator for the InMemoryURLIndex caching
144 # protocol buffer.
145 # GN version: //components/omnibox:in_memory_url_index_cache_proto
146 'target_name': 'omnibox_in_memory_url_index_cache_proto',
147 'type': 'static_library',
blundell2102f7c2015-07-09 10:00:53148 'sources': [ 'omnibox/browser/in_memory_url_index_cache.proto', ],
blundellb0d11e2e2015-06-18 14:41:26149 'variables': {
blundell2102f7c2015-07-09 10:00:53150 'proto_in_dir': 'omnibox/browser',
151 'proto_out_dir': 'components/omnibox/browser',
blundellb0d11e2e2015-06-18 14:41:26152 },
153 'includes': [ '../build/protoc.gypi', ],
154 },
155 {
[email protected]b1c5ab682014-08-07 11:53:17156 # GN version: //components/omnibox:test_support
157 'target_name': 'omnibox_test_support',
158 'type': 'static_library',
159 'dependencies': [
160 '../base/base.gyp:base',
blundellb11c2787e2015-06-22 10:05:10161 '../testing/gmock.gyp:gmock',
blundell2102f7c2015-07-09 10:00:53162 'omnibox_browser',
[email protected]b1c5ab682014-08-07 11:53:17163 'component_metrics_proto',
164 ],
165 'include_dirs': [
166 '..',
167 ],
168 'sources': [
169 # Note: sources list duplicated in GN build.
blundell2102f7c2015-07-09 10:00:53170 'omnibox/browser/mock_autocomplete_provider_client.cc',
171 'omnibox/browser/mock_autocomplete_provider_client.h',
172 'omnibox/browser/test_scheme_classifier.cc',
173 'omnibox/browser/test_scheme_classifier.h',
[email protected]b1c5ab682014-08-07 11:53:17174 ],
175 },
176 ],
177}