| 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', |
| 22 'metrics', | 23 'metrics', |
| 23 'component_metrics_proto', | 24 'component_metrics_proto', |
| 24 'components_resources.gyp:components_resources', | 25 'components_resources.gyp:components_resources', |
| 25 'components_strings.gyp:components_strings', | 26 'components_strings.gyp:components_strings', |
| 26 'history_core_browser', | 27 'history_core_browser', |
| 27 'keyed_service_core', | 28 'keyed_service_core', |
| 28 'omnibox_common', | 29 'omnibox_common', |
| 29 'omnibox_in_memory_url_index_cache_proto', | 30 'omnibox_in_memory_url_index_cache_proto', |
| 30 'open_from_clipboard', | 31 'open_from_clipboard', |
| 31 'pref_registry', | 32 'pref_registry', |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 'sources': [ | 181 'sources': [ |
| 181 # Note: sources list duplicated in GN build. | 182 # Note: sources list duplicated in GN build. |
| 182 'omnibox/browser/mock_autocomplete_provider_client.cc', | 183 'omnibox/browser/mock_autocomplete_provider_client.cc', |
| 183 'omnibox/browser/mock_autocomplete_provider_client.h', | 184 'omnibox/browser/mock_autocomplete_provider_client.h', |
| 184 'omnibox/browser/test_scheme_classifier.cc', | 185 'omnibox/browser/test_scheme_classifier.cc', |
| 185 'omnibox/browser/test_scheme_classifier.h', | 186 'omnibox/browser/test_scheme_classifier.h', |
| 186 ], | 187 ], |
| 187 }, | 188 }, |
| 188 ], | 189 ], |
| 189 } | 190 } |
| OLD | NEW |