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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 'browser/autocomplete/history_url_provider.cc', | 159 'browser/autocomplete/history_url_provider.cc', |
160 'browser/autocomplete/history_url_provider.h', | 160 'browser/autocomplete/history_url_provider.h', |
161 'browser/autocomplete/keyword_provider.cc', | 161 'browser/autocomplete/keyword_provider.cc', |
162 'browser/autocomplete/keyword_provider.h', | 162 'browser/autocomplete/keyword_provider.h', |
163 'browser/autocomplete/search_provider.cc', | 163 'browser/autocomplete/search_provider.cc', |
164 'browser/autocomplete/search_provider.h', | 164 'browser/autocomplete/search_provider.h', |
165 'browser/autocomplete/shortcuts_provider.cc', | 165 'browser/autocomplete/shortcuts_provider.cc', |
166 'browser/autocomplete/shortcuts_provider.h', | 166 'browser/autocomplete/shortcuts_provider.h', |
167 'browser/autocomplete/url_prefix.cc', | 167 'browser/autocomplete/url_prefix.cc', |
168 'browser/autocomplete/url_prefix.h', | 168 'browser/autocomplete/url_prefix.h', |
169 'browser/autocomplete_history_manager.cc', | |
170 'browser/autocomplete_history_manager.h', | |
171 'browser/autofill/address.cc', | 169 'browser/autofill/address.cc', |
172 'browser/autofill/address.h', | 170 'browser/autofill/address.h', |
173 'browser/autofill/address_field.cc', | 171 'browser/autofill/address_field.cc', |
174 'browser/autofill/address_field.h', | 172 'browser/autofill/address_field.h', |
| 173 'browser/autofill/autocomplete_history_manager.cc', |
| 174 'browser/autofill/autocomplete_history_manager.h', |
175 'browser/autofill/autofill-inl.h', | 175 'browser/autofill/autofill-inl.h', |
176 'browser/autofill/autofill_cc_infobar_delegate.cc', | 176 'browser/autofill/autofill_cc_infobar_delegate.cc', |
177 'browser/autofill/autofill_cc_infobar_delegate.h', | 177 'browser/autofill/autofill_cc_infobar_delegate.h', |
178 'browser/autofill/autofill_country.cc', | 178 'browser/autofill/autofill_country.cc', |
179 'browser/autofill/autofill_country.h', | 179 'browser/autofill/autofill_country.h', |
180 'browser/autofill/autofill_download.cc', | 180 'browser/autofill/autofill_download.cc', |
181 'browser/autofill/autofill_download.h', | 181 'browser/autofill/autofill_download.h', |
182 'browser/autofill/autofill_external_delegate.cc', | 182 'browser/autofill/autofill_external_delegate.cc', |
183 'browser/autofill/autofill_external_delegate.h', | 183 'browser/autofill/autofill_external_delegate.h', |
184 'browser/autofill/autofill_external_delegate_gtk.cc', | 184 'browser/autofill/autofill_external_delegate_gtk.cc', |
(...skipping 5335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5520 'includes': [ '../build/jni_generator.gypi' ], | 5520 'includes': [ '../build/jni_generator.gypi' ], |
5521 'dependencies': [ | 5521 'dependencies': [ |
5522 'android_jar_jni_headers', | 5522 'android_jar_jni_headers', |
5523 ], | 5523 ], |
5524 }, | 5524 }, |
5525 ], | 5525 ], |
5526 }, | 5526 }, |
5527 ], | 5527 ], |
5528 ], | 5528 ], |
5529 } | 5529 } |
OLD | NEW |