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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 'browser/autocomplete/history_url_provider.cc', | 171 'browser/autocomplete/history_url_provider.cc', |
172 'browser/autocomplete/history_url_provider.h', | 172 'browser/autocomplete/history_url_provider.h', |
173 'browser/autocomplete/keyword_provider.cc', | 173 'browser/autocomplete/keyword_provider.cc', |
174 'browser/autocomplete/keyword_provider.h', | 174 'browser/autocomplete/keyword_provider.h', |
175 'browser/autocomplete/search_provider.cc', | 175 'browser/autocomplete/search_provider.cc', |
176 'browser/autocomplete/search_provider.h', | 176 'browser/autocomplete/search_provider.h', |
177 'browser/autocomplete/shortcuts_provider.cc', | 177 'browser/autocomplete/shortcuts_provider.cc', |
178 'browser/autocomplete/shortcuts_provider.h', | 178 'browser/autocomplete/shortcuts_provider.h', |
179 'browser/autocomplete/url_prefix.cc', | 179 'browser/autocomplete/url_prefix.cc', |
180 'browser/autocomplete/url_prefix.h', | 180 'browser/autocomplete/url_prefix.h', |
| 181 'browser/autocomplete/zero_suggest_provider.cc', |
| 182 'browser/autocomplete/zero_suggest_provider.h', |
181 'browser/autofill/address.cc', | 183 'browser/autofill/address.cc', |
182 'browser/autofill/address.h', | 184 'browser/autofill/address.h', |
183 'browser/autofill/address_field.cc', | 185 'browser/autofill/address_field.cc', |
184 'browser/autofill/address_field.h', | 186 'browser/autofill/address_field.h', |
185 'browser/autofill/autocomplete_history_manager.cc', | 187 'browser/autofill/autocomplete_history_manager.cc', |
186 'browser/autofill/autocomplete_history_manager.h', | 188 'browser/autofill/autocomplete_history_manager.h', |
187 'browser/autofill/autofill-inl.h', | 189 'browser/autofill/autofill-inl.h', |
188 'browser/autofill/autofill_cc_infobar_delegate.cc', | 190 'browser/autofill/autofill_cc_infobar_delegate.cc', |
189 'browser/autofill/autofill_cc_infobar_delegate.h', | 191 'browser/autofill/autofill_cc_infobar_delegate.h', |
190 'browser/autofill/autofill_country.cc', | 192 'browser/autofill/autofill_country.cc', |
(...skipping 5390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5581 'includes': [ '../build/jni_generator.gypi' ], | 5583 'includes': [ '../build/jni_generator.gypi' ], |
5582 'dependencies': [ | 5584 'dependencies': [ |
5583 'android_jar_jni_headers', | 5585 'android_jar_jni_headers', |
5584 ], | 5586 ], |
5585 }, | 5587 }, |
5586 ], | 5588 ], |
5587 }, | 5589 }, |
5588 ], | 5590 ], |
5589 ], | 5591 ], |
5590 } | 5592 } |
OLD | NEW |