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

Side by Side Diff: components/autofill.gypi

Issue 14148004: [Autofill] Move IsValidState() into validation.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't rely on a magic constant Created 7 years, 8 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
« no previous file with comments | « no previous file | components/autofill/browser/form_group.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 (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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'autofill/browser/personal_data_manager_mac.mm', 199 'autofill/browser/personal_data_manager_mac.mm',
200 'autofill/browser/personal_data_manager_observer.h', 200 'autofill/browser/personal_data_manager_observer.h',
201 'autofill/browser/phone_field.cc', 201 'autofill/browser/phone_field.cc',
202 'autofill/browser/phone_field.h', 202 'autofill/browser/phone_field.h',
203 'autofill/browser/phone_number.cc', 203 'autofill/browser/phone_number.cc',
204 'autofill/browser/phone_number.h', 204 'autofill/browser/phone_number.h',
205 'autofill/browser/phone_number_i18n.cc', 205 'autofill/browser/phone_number_i18n.cc',
206 'autofill/browser/phone_number_i18n.h', 206 'autofill/browser/phone_number_i18n.h',
207 'autofill/browser/risk/fingerprint.cc', 207 'autofill/browser/risk/fingerprint.cc',
208 'autofill/browser/risk/fingerprint.h', 208 'autofill/browser/risk/fingerprint.h',
209 'autofill/browser/state_names.cc',
210 'autofill/browser/state_names.h',
209 'autofill/browser/validation.cc', 211 'autofill/browser/validation.cc',
210 'autofill/browser/validation.h', 212 'autofill/browser/validation.h',
211 'autofill/browser/wallet/cart.cc', 213 'autofill/browser/wallet/cart.cc',
212 'autofill/browser/wallet/cart.h', 214 'autofill/browser/wallet/cart.h',
213 'autofill/browser/wallet/encryption_escrow_client.cc', 215 'autofill/browser/wallet/encryption_escrow_client.cc',
214 'autofill/browser/wallet/encryption_escrow_client.h', 216 'autofill/browser/wallet/encryption_escrow_client.h',
215 'autofill/browser/wallet/encryption_escrow_client_observer.h', 217 'autofill/browser/wallet/encryption_escrow_client_observer.h',
216 'autofill/browser/wallet/full_wallet.cc', 218 'autofill/browser/wallet/full_wallet.cc',
217 'autofill/browser/wallet/full_wallet.h', 219 'autofill/browser/wallet/full_wallet.h',
218 'autofill/browser/wallet/instrument.cc', 220 'autofill/browser/wallet/instrument.cc',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 ], 311 ],
310 'variables': { 312 'variables': {
311 'jni_gen_package': 'autofill', 313 'jni_gen_package': 'autofill',
312 }, 314 },
313 'includes': [ '../build/jni_generator.gypi' ], 315 'includes': [ '../build/jni_generator.gypi' ],
314 }, 316 },
315 ], 317 ],
316 }], 318 }],
317 ], 319 ],
318 } 320 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/browser/form_group.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698