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

Side by Side Diff: components/autofill.gypi

Issue 96323002: Implement i18n::addressinput::Downloader for requestAutocomplete() (and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years 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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # Private target only used in components/autofill. 8 # Private target only used in components/autofill.
9 'target_name': 'autofill_regexes', 9 'target_name': 'autofill_regexes',
10 'type': 'none', 10 'type': 'none',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 'autofill/core/browser/phone_field.cc', 184 'autofill/core/browser/phone_field.cc',
185 'autofill/core/browser/phone_field.h', 185 'autofill/core/browser/phone_field.h',
186 'autofill/core/browser/phone_number.cc', 186 'autofill/core/browser/phone_number.cc',
187 'autofill/core/browser/phone_number.h', 187 'autofill/core/browser/phone_number.h',
188 'autofill/core/browser/phone_number_i18n.cc', 188 'autofill/core/browser/phone_number_i18n.cc',
189 'autofill/core/browser/phone_number_i18n.h', 189 'autofill/core/browser/phone_number_i18n.h',
190 'autofill/core/browser/state_names.cc', 190 'autofill/core/browser/state_names.cc',
191 'autofill/core/browser/state_names.h', 191 'autofill/core/browser/state_names.h',
192 'autofill/core/browser/validation.cc', 192 'autofill/core/browser/validation.cc',
193 'autofill/core/browser/validation.h', 193 'autofill/core/browser/validation.h',
194 'autofill/core/browser/validation_downloader.cc',
195 'autofill/core/browser/validation_downloader.h',
194 'autofill/core/browser/webdata/autofill_change.cc', 196 'autofill/core/browser/webdata/autofill_change.cc',
195 'autofill/core/browser/webdata/autofill_change.h', 197 'autofill/core/browser/webdata/autofill_change.h',
196 'autofill/core/browser/webdata/autofill_entry.cc', 198 'autofill/core/browser/webdata/autofill_entry.cc',
197 'autofill/core/browser/webdata/autofill_entry.h', 199 'autofill/core/browser/webdata/autofill_entry.h',
198 'autofill/core/browser/webdata/autofill_table.cc', 200 'autofill/core/browser/webdata/autofill_table.cc',
199 'autofill/core/browser/webdata/autofill_table.h', 201 'autofill/core/browser/webdata/autofill_table.h',
200 'autofill/core/browser/webdata/autofill_webdata.h', 202 'autofill/core/browser/webdata/autofill_webdata.h',
201 'autofill/core/browser/webdata/autofill_webdata_backend.h', 203 'autofill/core/browser/webdata/autofill_webdata_backend.h',
202 'autofill/core/browser/webdata/autofill_webdata_backend_impl.cc', 204 'autofill/core/browser/webdata/autofill_webdata_backend_impl.cc',
203 'autofill/core/browser/webdata/autofill_webdata_backend_impl.h', 205 'autofill/core/browser/webdata/autofill_webdata_backend_impl.h',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 ], 424 ],
423 'variables': { 425 'variables': {
424 'jni_gen_package': 'autofill', 426 'jni_gen_package': 'autofill',
425 }, 427 },
426 'includes': [ '../build/jni_generator.gypi' ], 428 'includes': [ '../build/jni_generator.gypi' ],
427 }, 429 },
428 ], 430 ],
429 }], 431 }],
430 ], 432 ],
431 } 433 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc ('k') | components/autofill/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698