| 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 }, | 113 }, |
| 114 { | 114 { |
| 115 # GN version: //components/omnibox/common | 115 # GN version: //components/omnibox/common |
| 116 'target_name': 'omnibox_common', | 116 'target_name': 'omnibox_common', |
| 117 'type': 'none', | 117 'type': 'none', |
| 118 'include_dirs': [ | 118 'include_dirs': [ |
| 119 '..', | 119 '..', |
| 120 ], | 120 ], |
| 121 'sources': [ | 121 'sources': [ |
| 122 # Note: sources list duplicated in GN build. | 122 # Note: sources list duplicated in GN build. |
| 123 'components/omnibox/omnibox_focus_state.h', | 123 'omnibox/common/omnibox_focus_state.h', |
| 124 ], | 124 ], |
| 125 }, | 125 }, |
| 126 { | 126 { |
| 127 # Protobuf compiler / generator for the InMemoryURLIndex caching | 127 # Protobuf compiler / generator for the InMemoryURLIndex caching |
| 128 # protocol buffer. | 128 # protocol buffer. |
| 129 # GN version: //components/omnibox:in_memory_url_index_cache_proto | 129 # GN version: //components/omnibox:in_memory_url_index_cache_proto |
| 130 'target_name': 'omnibox_in_memory_url_index_cache_proto', | 130 'target_name': 'omnibox_in_memory_url_index_cache_proto', |
| 131 'type': 'static_library', | 131 'type': 'static_library', |
| 132 'sources': [ 'omnibox/browser/in_memory_url_index_cache.proto', ], | 132 'sources': [ 'omnibox/browser/in_memory_url_index_cache.proto', ], |
| 133 'variables': { | 133 'variables': { |
| (...skipping 18 matching lines...) Expand all Loading... |
| 152 'sources': [ | 152 'sources': [ |
| 153 # Note: sources list duplicated in GN build. | 153 # Note: sources list duplicated in GN build. |
| 154 'omnibox/browser/mock_autocomplete_provider_client.cc', | 154 'omnibox/browser/mock_autocomplete_provider_client.cc', |
| 155 'omnibox/browser/mock_autocomplete_provider_client.h', | 155 'omnibox/browser/mock_autocomplete_provider_client.h', |
| 156 'omnibox/browser/test_scheme_classifier.cc', | 156 'omnibox/browser/test_scheme_classifier.cc', |
| 157 'omnibox/browser/test_scheme_classifier.h', | 157 'omnibox/browser/test_scheme_classifier.h', |
| 158 ], | 158 ], |
| 159 }, | 159 }, |
| 160 ], | 160 ], |
| 161 } | 161 } |
| OLD | NEW |