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 19 matching lines...) Expand all Loading... |
30 'keyed_service_core', | 30 'keyed_service_core', |
31 'omnibox_common', | 31 'omnibox_common', |
32 'omnibox_in_memory_url_index_cache_proto', | 32 'omnibox_in_memory_url_index_cache_proto', |
33 'open_from_clipboard', | 33 'open_from_clipboard', |
34 'pref_registry', | 34 'pref_registry', |
35 'query_parser', | 35 'query_parser', |
36 'search', | 36 'search', |
37 'search_engines', | 37 'search_engines', |
38 'toolbar', | 38 'toolbar', |
39 'url_formatter/url_formatter.gyp:url_formatter', | 39 'url_formatter/url_formatter.gyp:url_formatter', |
40 'variations_http_provider', | 40 'variations_net', |
41 ], | 41 ], |
42 'export_dependent_settings': [ | 42 'export_dependent_settings': [ |
43 'component_metrics_proto', | 43 'component_metrics_proto', |
44 'history_core_browser', | 44 'history_core_browser', |
45 ], | 45 ], |
46 'include_dirs': [ | 46 'include_dirs': [ |
47 '..', | 47 '..', |
48 ], | 48 ], |
49 'sources': [ | 49 'sources': [ |
50 # Note: sources list duplicated in GN build. | 50 # Note: sources list duplicated in GN build. |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 'type': 'none', | 198 'type': 'none', |
199 'variables': { | 199 'variables': { |
200 'source_file': 'omnibox/browser/autocomplete_match_type.h', | 200 'source_file': 'omnibox/browser/autocomplete_match_type.h', |
201 }, | 201 }, |
202 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 202 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
203 }, | 203 }, |
204 ], | 204 ], |
205 }], | 205 }], |
206 ], | 206 ], |
207 } | 207 } |
OLD | NEW |