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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11539003: Pop up requestAutocomplete UI when autofill server hints chrome client that it is in a multipage au… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Resolve with AutofillDialogController refactoring. Created 7 years, 11 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
« no previous file with comments | « chrome/browser/autofill/form_structure_unittest.cc ('k') | chrome/common/form_data.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 173 'browser/autocomplete/zero_suggest_provider.cc',
174 'browser/autocomplete/zero_suggest_provider.h', 174 'browser/autocomplete/zero_suggest_provider.h',
175 'browser/autofill/address.cc', 175 'browser/autofill/address.cc',
176 'browser/autofill/address.h', 176 'browser/autofill/address.h',
177 'browser/autofill/address_field.cc', 177 'browser/autofill/address_field.cc',
178 'browser/autofill/address_field.h', 178 'browser/autofill/address_field.h',
179 'browser/autofill/autocheckout_infobar_delegate.cc',
180 'browser/autofill/autocheckout_infobar_delegate.h',
181 'browser/autofill/autocheckout_manager.cc',
182 'browser/autofill/autocheckout_manager.h',
179 'browser/autofill/autocomplete_history_manager.cc', 183 'browser/autofill/autocomplete_history_manager.cc',
180 'browser/autofill/autocomplete_history_manager.h', 184 'browser/autofill/autocomplete_history_manager.h',
181 'browser/autofill/autofill-inl.h', 185 'browser/autofill/autofill-inl.h',
182 'browser/autofill/autofill_cc_infobar_delegate.cc', 186 'browser/autofill/autofill_cc_infobar_delegate.cc',
183 'browser/autofill/autofill_cc_infobar_delegate.h', 187 'browser/autofill/autofill_cc_infobar_delegate.h',
184 'browser/autofill/autofill_country.cc', 188 'browser/autofill/autofill_country.cc',
185 'browser/autofill/autofill_country.h', 189 'browser/autofill/autofill_country.h',
186 'browser/autofill/autofill_download.cc', 190 'browser/autofill/autofill_download.cc',
187 'browser/autofill/autofill_download.h', 191 'browser/autofill/autofill_download.h',
188 'browser/autofill/autofill_download_url.cc', 192 'browser/autofill/autofill_download_url.cc',
(...skipping 2938 matching lines...) Expand 10 before | Expand all | Expand 10 after
3127 'variables': { 3131 'variables': {
3128 'jni_gen_dir': 'chrome', 3132 'jni_gen_dir': 'chrome',
3129 }, 3133 },
3130 'includes': [ '../build/jni_generator.gypi' ], 3134 'includes': [ '../build/jni_generator.gypi' ],
3131 }, 3135 },
3132 ], 3136 ],
3133 }, 3137 },
3134 ], 3138 ],
3135 ], 3139 ],
3136 } 3140 }
OLDNEW
« no previous file with comments | « chrome/browser/autofill/form_structure_unittest.cc ('k') | chrome/common/form_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698