| 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 13 matching lines...) Expand all Loading... |
| 24 'components_strings.gyp:components_strings', | 24 'components_strings.gyp:components_strings', |
| 25 'history_core_browser', | 25 'history_core_browser', |
| 26 'keyed_service_core', | 26 'keyed_service_core', |
| 27 'omnibox_common', | 27 'omnibox_common', |
| 28 'omnibox_in_memory_url_index_cache_proto', | 28 'omnibox_in_memory_url_index_cache_proto', |
| 29 'pref_registry', | 29 'pref_registry', |
| 30 'query_parser', | 30 'query_parser', |
| 31 'search', | 31 'search', |
| 32 'search_engines', | 32 'search_engines', |
| 33 'toolbar', | 33 'toolbar', |
| 34 'url_fixer', | 34 'url_formatter/url_formatter.gyp:url_formatter', |
| 35 'variations_http_provider', | 35 'variations_http_provider', |
| 36 ], | 36 ], |
| 37 'export_dependent_settings': [ | 37 'export_dependent_settings': [ |
| 38 'component_metrics_proto', | 38 'component_metrics_proto', |
| 39 'history_core_browser', | 39 'history_core_browser', |
| 40 ], | 40 ], |
| 41 'include_dirs': [ | 41 'include_dirs': [ |
| 42 '..', | 42 '..', |
| 43 ], | 43 ], |
| 44 'sources': [ | 44 'sources': [ |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 'sources': [ | 168 'sources': [ |
| 169 # Note: sources list duplicated in GN build. | 169 # Note: sources list duplicated in GN build. |
| 170 'omnibox/browser/mock_autocomplete_provider_client.cc', | 170 'omnibox/browser/mock_autocomplete_provider_client.cc', |
| 171 'omnibox/browser/mock_autocomplete_provider_client.h', | 171 'omnibox/browser/mock_autocomplete_provider_client.h', |
| 172 'omnibox/browser/test_scheme_classifier.cc', | 172 'omnibox/browser/test_scheme_classifier.cc', |
| 173 'omnibox/browser/test_scheme_classifier.h', | 173 'omnibox/browser/test_scheme_classifier.h', |
| 174 ], | 174 ], |
| 175 }, | 175 }, |
| 176 ], | 176 ], |
| 177 } | 177 } |
| OLD | NEW |