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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 'browser/autocomplete/history_url_provider.cc', | 180 'browser/autocomplete/history_url_provider.cc', |
181 'browser/autocomplete/history_url_provider.h', | 181 'browser/autocomplete/history_url_provider.h', |
182 'browser/autocomplete/keyword_provider.cc', | 182 'browser/autocomplete/keyword_provider.cc', |
183 'browser/autocomplete/keyword_provider.h', | 183 'browser/autocomplete/keyword_provider.h', |
184 'browser/autocomplete/search_provider.cc', | 184 'browser/autocomplete/search_provider.cc', |
185 'browser/autocomplete/search_provider.h', | 185 'browser/autocomplete/search_provider.h', |
186 'browser/autocomplete/shortcuts_provider.cc', | 186 'browser/autocomplete/shortcuts_provider.cc', |
187 'browser/autocomplete/shortcuts_provider.h', | 187 'browser/autocomplete/shortcuts_provider.h', |
188 'browser/autocomplete/url_prefix.cc', | 188 'browser/autocomplete/url_prefix.cc', |
189 'browser/autocomplete/url_prefix.h', | 189 'browser/autocomplete/url_prefix.h', |
| 190 'browser/autocomplete/zero_suggest_provider.cc', |
| 191 'browser/autocomplete/zero_suggest_provider.h', |
190 'browser/autofill/address.cc', | 192 'browser/autofill/address.cc', |
191 'browser/autofill/address.h', | 193 'browser/autofill/address.h', |
192 'browser/autofill/address_field.cc', | 194 'browser/autofill/address_field.cc', |
193 'browser/autofill/address_field.h', | 195 'browser/autofill/address_field.h', |
194 'browser/autofill/autocomplete_history_manager.cc', | 196 'browser/autofill/autocomplete_history_manager.cc', |
195 'browser/autofill/autocomplete_history_manager.h', | 197 'browser/autofill/autocomplete_history_manager.h', |
196 'browser/autofill/autofill-inl.h', | 198 'browser/autofill/autofill-inl.h', |
197 'browser/autofill/autofill_cc_infobar_delegate.cc', | 199 'browser/autofill/autofill_cc_infobar_delegate.cc', |
198 'browser/autofill/autofill_cc_infobar_delegate.h', | 200 'browser/autofill/autofill_cc_infobar_delegate.h', |
199 'browser/autofill/autofill_country.cc', | 201 'browser/autofill/autofill_country.cc', |
(...skipping 5425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5625 'includes': [ '../build/jni_generator.gypi' ], | 5627 'includes': [ '../build/jni_generator.gypi' ], |
5626 'dependencies': [ | 5628 'dependencies': [ |
5627 'android_jar_jni_headers', | 5629 'android_jar_jni_headers', |
5628 ], | 5630 ], |
5629 }, | 5631 }, |
5630 ], | 5632 ], |
5631 }, | 5633 }, |
5632 ], | 5634 ], |
5633 ], | 5635 ], |
5634 } | 5636 } |
OLD | NEW |