Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12378055: Make autofill stop depending on InfoBarService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'browser/autofill/address_field.h', 179 'browser/autofill/address_field.h',
180 'browser/autofill/autocheckout/whitelist_manager.cc', 180 'browser/autofill/autocheckout/whitelist_manager.cc',
181 'browser/autofill/autocheckout/whitelist_manager.h', 181 'browser/autofill/autocheckout/whitelist_manager.h',
182 'browser/autofill/autocheckout_manager.cc', 182 'browser/autofill/autocheckout_manager.cc',
183 'browser/autofill/autocheckout_manager.h', 183 'browser/autofill/autocheckout_manager.h',
184 'browser/autofill/autocheckout_page_meta_data.cc', 184 'browser/autofill/autocheckout_page_meta_data.cc',
185 'browser/autofill/autocheckout_page_meta_data.h', 185 'browser/autofill/autocheckout_page_meta_data.h',
186 'browser/autofill/autocomplete_history_manager.cc', 186 'browser/autofill/autocomplete_history_manager.cc',
187 'browser/autofill/autocomplete_history_manager.h', 187 'browser/autofill/autocomplete_history_manager.h',
188 'browser/autofill/autofill-inl.h', 188 'browser/autofill/autofill-inl.h',
189 'browser/autofill/autofill_cc_import_confirmation_delegate.h',
190 'browser/autofill/autofill_cc_import_confirmation_handler.cc',
191 'browser/autofill/autofill_cc_import_confirmation_handler.h',
189 'browser/autofill/autofill_cc_infobar_delegate.cc', 192 'browser/autofill/autofill_cc_infobar_delegate.cc',
190 'browser/autofill/autofill_cc_infobar_delegate.h', 193 'browser/autofill/autofill_cc_infobar_delegate.h',
194 'browser/autofill/autofill_cc_infobar_delegate.h',
191 'browser/autofill/autofill_country.cc', 195 'browser/autofill/autofill_country.cc',
192 'browser/autofill/autofill_country.h', 196 'browser/autofill/autofill_country.h',
193 'browser/autofill/autofill_download.cc', 197 'browser/autofill/autofill_download.cc',
194 'browser/autofill/autofill_download.h', 198 'browser/autofill/autofill_download.h',
195 'browser/autofill/autofill_download_url.cc', 199 'browser/autofill/autofill_download_url.cc',
196 'browser/autofill/autofill_download_url.h', 200 'browser/autofill/autofill_download_url.h',
197 'browser/autofill/autofill_external_delegate.cc', 201 'browser/autofill/autofill_external_delegate.cc',
198 'browser/autofill/autofill_external_delegate.h', 202 'browser/autofill/autofill_external_delegate.h',
199 'browser/autofill/autofill_field.cc', 203 'browser/autofill/autofill_field.cc',
200 'browser/autofill/autofill_field.h', 204 'browser/autofill/autofill_field.h',
(...skipping 2940 matching lines...) Expand 10 before | Expand all | Expand 10 after
3141 'variables': { 3145 'variables': {
3142 'jni_gen_dir': 'chrome', 3146 'jni_gen_dir': 'chrome',
3143 }, 3147 },
3144 'includes': [ '../build/jni_generator.gypi' ], 3148 'includes': [ '../build/jni_generator.gypi' ],
3145 }, 3149 },
3146 ], 3150 ],
3147 }, 3151 },
3148 ], 3152 ],
3149 ], 3153 ],
3150 } 3154 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698