OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 'browser/autocomplete/history_url_provider.cc', | 182 'browser/autocomplete/history_url_provider.cc', |
183 'browser/autocomplete/history_url_provider.h', | 183 'browser/autocomplete/history_url_provider.h', |
184 'browser/autocomplete/keyword_provider.cc', | 184 'browser/autocomplete/keyword_provider.cc', |
185 'browser/autocomplete/keyword_provider.h', | 185 'browser/autocomplete/keyword_provider.h', |
186 'browser/autocomplete/search_provider.cc', | 186 'browser/autocomplete/search_provider.cc', |
187 'browser/autocomplete/search_provider.h', | 187 'browser/autocomplete/search_provider.h', |
188 'browser/autocomplete/shortcuts_provider.cc', | 188 'browser/autocomplete/shortcuts_provider.cc', |
189 'browser/autocomplete/shortcuts_provider.h', | 189 'browser/autocomplete/shortcuts_provider.h', |
190 'browser/autocomplete/url_prefix.cc', | 190 'browser/autocomplete/url_prefix.cc', |
191 'browser/autocomplete/url_prefix.h', | 191 'browser/autocomplete/url_prefix.h', |
| 192 'browser/autocomplete/zero_suggest_provider.cc', |
| 193 'browser/autocomplete/zero_suggest_provider.h', |
192 'browser/autofill/address.cc', | 194 'browser/autofill/address.cc', |
193 'browser/autofill/address.h', | 195 'browser/autofill/address.h', |
194 'browser/autofill/address_field.cc', | 196 'browser/autofill/address_field.cc', |
195 'browser/autofill/address_field.h', | 197 'browser/autofill/address_field.h', |
196 'browser/autofill/autocomplete_history_manager.cc', | 198 'browser/autofill/autocomplete_history_manager.cc', |
197 'browser/autofill/autocomplete_history_manager.h', | 199 'browser/autofill/autocomplete_history_manager.h', |
198 'browser/autofill/autofill-inl.h', | 200 'browser/autofill/autofill-inl.h', |
199 'browser/autofill/autofill_cc_infobar_delegate.cc', | 201 'browser/autofill/autofill_cc_infobar_delegate.cc', |
200 'browser/autofill/autofill_cc_infobar_delegate.h', | 202 'browser/autofill/autofill_cc_infobar_delegate.h', |
201 'browser/autofill/autofill_country.cc', | 203 'browser/autofill/autofill_country.cc', |
(...skipping 5449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5651 'includes': [ '../build/jni_generator.gypi' ], | 5653 'includes': [ '../build/jni_generator.gypi' ], |
5652 'dependencies': [ | 5654 'dependencies': [ |
5653 'android_jar_jni_headers', | 5655 'android_jar_jni_headers', |
5654 ], | 5656 ], |
5655 }, | 5657 }, |
5656 ], | 5658 ], |
5657 }, | 5659 }, |
5658 ], | 5660 ], |
5659 ], | 5661 ], |
5660 } | 5662 } |
OLD | NEW |