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', |
11 'dependencies': [ | 11 'dependencies': [ |
12 '../base/base.gyp:base', | 12 '../base/base.gyp:base', |
13 '../base/base.gyp:base_i18n', | 13 '../base/base.gyp:base_i18n', |
14 '../net/net.gyp:net', | 14 '../net/net.gyp:net', |
15 '../skia/skia.gyp:skia', | 15 '../skia/skia.gyp:skia', |
16 '../sql/sql.gyp:sql', | 16 '../sql/sql.gyp:sql', |
17 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 17 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
18 '../ui/base/ui_base.gyp:ui_base', | 18 '../ui/base/ui_base.gyp:ui_base', |
19 '../ui/gfx/gfx.gyp:gfx', | 19 '../ui/gfx/gfx.gyp:gfx', |
20 '../url/url.gyp:url_lib', | 20 '../url/url.gyp:url_lib', |
21 'bookmarks_browser', | 21 'bookmarks_browser', |
22 'crash_keys', # TODO(mpearson): remove once 464926 is fixed. | 22 'crash_keys', # TODO(mpearson): remove once 464926 is fixed. |
23 'metrics', | 23 'metrics', |
24 'component_metrics_proto', | 24 'component_metrics_proto', |
25 'components_resources.gyp:components_resources', | 25 'components_resources.gyp:components_resources', |
26 'components_strings.gyp:components_strings', | 26 'components_strings.gyp:components_strings', |
| 27 'data_use_measurement_core', |
27 'history_core_browser', | 28 'history_core_browser', |
28 'keyed_service_core', | 29 'keyed_service_core', |
29 'omnibox_common', | 30 'omnibox_common', |
30 'omnibox_in_memory_url_index_cache_proto', | 31 'omnibox_in_memory_url_index_cache_proto', |
31 'open_from_clipboard', | 32 'open_from_clipboard', |
32 'pref_registry', | 33 'pref_registry', |
33 'query_parser', | 34 'query_parser', |
34 'search', | 35 'search', |
35 'search_engines', | 36 'search_engines', |
36 'toolbar', | 37 'toolbar', |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 'sources': [ | 182 'sources': [ |
182 # Note: sources list duplicated in GN build. | 183 # Note: sources list duplicated in GN build. |
183 'omnibox/browser/mock_autocomplete_provider_client.cc', | 184 'omnibox/browser/mock_autocomplete_provider_client.cc', |
184 'omnibox/browser/mock_autocomplete_provider_client.h', | 185 'omnibox/browser/mock_autocomplete_provider_client.h', |
185 'omnibox/browser/test_scheme_classifier.cc', | 186 'omnibox/browser/test_scheme_classifier.cc', |
186 'omnibox/browser/test_scheme_classifier.h', | 187 'omnibox/browser/test_scheme_classifier.h', |
187 ], | 188 ], |
188 }, | 189 }, |
189 ], | 190 ], |
190 } | 191 } |
OLD | NEW |