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/zero_suggest_provider.cc', |
| 174 'browser/autocomplete/zero_suggest_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 5366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5549 'includes': [ '../build/jni_generator.gypi' ], | 5551 'includes': [ '../build/jni_generator.gypi' ], |
5550 'dependencies': [ | 5552 'dependencies': [ |
5551 'android_jar_jni_headers', | 5553 'android_jar_jni_headers', |
5552 ], | 5554 ], |
5553 }, | 5555 }, |
5554 ], | 5556 ], |
5555 }, | 5557 }, |
5556 ], | 5558 ], |
5557 ], | 5559 ], |
5558 } | 5560 } |
OLD | NEW |