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

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: Fix tests 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 2952 matching lines...) Expand 10 before | Expand all | Expand 10 after
3153 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3157 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3154 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3158 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3155 }, 3159 },
3156 'includes': [ '../build/android/java_cpp_template.gypi' ], 3160 'includes': [ '../build/android/java_cpp_template.gypi' ],
3157 }, 3161 },
3158 ], 3162 ],
3159 }, 3163 },
3160 ], 3164 ],
3161 ], 3165 ],
3162 } 3166 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698