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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 '..', | 180 '..', |
181 ], | 181 ], |
182 'sources': [ | 182 'sources': [ |
183 # Note: sources list duplicated in GN build. | 183 # Note: sources list duplicated in GN build. |
184 'omnibox/browser/history_index_restore_observer.cc', | 184 'omnibox/browser/history_index_restore_observer.cc', |
185 'omnibox/browser/history_index_restore_observer.h', | 185 'omnibox/browser/history_index_restore_observer.h', |
186 'omnibox/browser/in_memory_url_index_test_util.cc', | 186 'omnibox/browser/in_memory_url_index_test_util.cc', |
187 'omnibox/browser/in_memory_url_index_test_util.h', | 187 'omnibox/browser/in_memory_url_index_test_util.h', |
188 'omnibox/browser/mock_autocomplete_provider_client.cc', | 188 'omnibox/browser/mock_autocomplete_provider_client.cc', |
189 'omnibox/browser/mock_autocomplete_provider_client.h', | 189 'omnibox/browser/mock_autocomplete_provider_client.h', |
| 190 'omnibox/browser/shortcuts_provider_test_util.cc', |
| 191 'omnibox/browser/shortcuts_provider_test_util.h', |
190 'omnibox/browser/test_scheme_classifier.cc', | 192 'omnibox/browser/test_scheme_classifier.cc', |
191 'omnibox/browser/test_scheme_classifier.h', | 193 'omnibox/browser/test_scheme_classifier.h', |
192 ], | 194 ], |
193 }, | 195 }, |
194 ], | 196 ], |
195 'conditions': [ | 197 'conditions': [ |
196 ['OS == "android"', { | 198 ['OS == "android"', { |
197 'targets': [ | 199 'targets': [ |
198 { | 200 { |
199 # GN: //components/omnibox:autocomplete_match_type_javagen | 201 # GN: //components/omnibox:autocomplete_match_type_javagen |
200 'target_name': 'autocomplete_match_type_java', | 202 'target_name': 'autocomplete_match_type_java', |
201 'type': 'none', | 203 'type': 'none', |
202 'variables': { | 204 'variables': { |
203 'source_file': 'omnibox/browser/autocomplete_match_type.h', | 205 'source_file': 'omnibox/browser/autocomplete_match_type.h', |
204 }, | 206 }, |
205 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 207 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
206 }, | 208 }, |
207 ], | 209 ], |
208 }], | 210 }], |
209 ], | 211 ], |
210 } | 212 } |
OLD | NEW |