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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 'browser/autocomplete/history_url_provider.cc', | 163 'browser/autocomplete/history_url_provider.cc', |
164 'browser/autocomplete/history_url_provider.h', | 164 'browser/autocomplete/history_url_provider.h', |
165 'browser/autocomplete/keyword_provider.cc', | 165 'browser/autocomplete/keyword_provider.cc', |
166 'browser/autocomplete/keyword_provider.h', | 166 'browser/autocomplete/keyword_provider.h', |
167 'browser/autocomplete/search_provider.cc', | 167 'browser/autocomplete/search_provider.cc', |
168 'browser/autocomplete/search_provider.h', | 168 'browser/autocomplete/search_provider.h', |
169 'browser/autocomplete/shortcuts_provider.cc', | 169 'browser/autocomplete/shortcuts_provider.cc', |
170 'browser/autocomplete/shortcuts_provider.h', | 170 'browser/autocomplete/shortcuts_provider.h', |
171 'browser/autocomplete/url_prefix.cc', | 171 'browser/autocomplete/url_prefix.cc', |
172 'browser/autocomplete/url_prefix.h', | 172 'browser/autocomplete/url_prefix.h', |
| 173 'browser/autocomplete/zerosuggest_provider.cc', |
| 174 'browser/autocomplete/zerosuggest_provider.h', |
173 'browser/autofill/address.cc', | 175 'browser/autofill/address.cc', |
174 'browser/autofill/address.h', | 176 'browser/autofill/address.h', |
175 'browser/autofill/address_field.cc', | 177 'browser/autofill/address_field.cc', |
176 'browser/autofill/address_field.h', | 178 'browser/autofill/address_field.h', |
177 'browser/autofill/autocomplete_history_manager.cc', | 179 'browser/autofill/autocomplete_history_manager.cc', |
178 'browser/autofill/autocomplete_history_manager.h', | 180 'browser/autofill/autocomplete_history_manager.h', |
179 'browser/autofill/autofill-inl.h', | 181 'browser/autofill/autofill-inl.h', |
180 'browser/autofill/autofill_cc_infobar_delegate.cc', | 182 'browser/autofill/autofill_cc_infobar_delegate.cc', |
181 'browser/autofill/autofill_cc_infobar_delegate.h', | 183 'browser/autofill/autofill_cc_infobar_delegate.h', |
182 'browser/autofill/autofill_country.cc', | 184 'browser/autofill/autofill_country.cc', |
(...skipping 5357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5540 'includes': [ '../build/jni_generator.gypi' ], | 5542 'includes': [ '../build/jni_generator.gypi' ], |
5541 'dependencies': [ | 5543 'dependencies': [ |
5542 'android_jar_jni_headers', | 5544 'android_jar_jni_headers', |
5543 ], | 5545 ], |
5544 }, | 5546 }, |
5545 ], | 5547 ], |
5546 }, | 5548 }, |
5547 ], | 5549 ], |
5548 ], | 5550 ], |
5549 } | 5551 } |
OLD | NEW |