OLD | NEW |
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/browser | 8 # GN version: //components/omnibox/browser |
9 'target_name': 'omnibox_browser', | 9 'target_name': 'omnibox_browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 10 matching lines...) Expand all Loading... |
21 'components_resources.gyp:components_resources', | 21 'components_resources.gyp:components_resources', |
22 'components_strings.gyp:components_strings', | 22 'components_strings.gyp:components_strings', |
23 'history_core_browser', | 23 'history_core_browser', |
24 'keyed_service_core', | 24 'keyed_service_core', |
25 'omnibox_common', | 25 'omnibox_common', |
26 'omnibox_in_memory_url_index_cache_proto', | 26 'omnibox_in_memory_url_index_cache_proto', |
27 'pref_registry', | 27 'pref_registry', |
28 'query_parser', | 28 'query_parser', |
29 'search', | 29 'search', |
30 'search_engines', | 30 'search_engines', |
31 'url_formatter/url_formatter.gyp:url_formatter', | 31 'url_fixer', |
32 'variations_http_provider', | 32 'variations_http_provider', |
33 ], | 33 ], |
34 'export_dependent_settings': [ | 34 'export_dependent_settings': [ |
35 'component_metrics_proto', | 35 'component_metrics_proto', |
36 'history_core_browser', | 36 'history_core_browser', |
37 ], | 37 ], |
38 'include_dirs': [ | 38 'include_dirs': [ |
39 '..', | 39 '..', |
40 ], | 40 ], |
41 'sources': [ | 41 'sources': [ |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 'sources': [ | 156 'sources': [ |
157 # Note: sources list duplicated in GN build. | 157 # Note: sources list duplicated in GN build. |
158 'omnibox/browser/mock_autocomplete_provider_client.cc', | 158 'omnibox/browser/mock_autocomplete_provider_client.cc', |
159 'omnibox/browser/mock_autocomplete_provider_client.h', | 159 'omnibox/browser/mock_autocomplete_provider_client.h', |
160 'omnibox/browser/test_scheme_classifier.cc', | 160 'omnibox/browser/test_scheme_classifier.cc', |
161 'omnibox/browser/test_scheme_classifier.h', | 161 'omnibox/browser/test_scheme_classifier.h', |
162 ], | 162 ], |
163 }, | 163 }, |
164 ], | 164 ], |
165 } | 165 } |
OLD | NEW |