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

Side by Side Diff: components/autofill.gypi

Issue 14836006: Deprecate Carts in Wallet code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing Created 7 years, 7 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 | « chrome/chrome_tests_unit.gypi ('k') | components/autofill/browser/wallet/cart.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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'autofill/browser/phone_number.cc', 207 'autofill/browser/phone_number.cc',
208 'autofill/browser/phone_number.h', 208 'autofill/browser/phone_number.h',
209 'autofill/browser/phone_number_i18n.cc', 209 'autofill/browser/phone_number_i18n.cc',
210 'autofill/browser/phone_number_i18n.h', 210 'autofill/browser/phone_number_i18n.h',
211 'autofill/browser/risk/fingerprint.cc', 211 'autofill/browser/risk/fingerprint.cc',
212 'autofill/browser/risk/fingerprint.h', 212 'autofill/browser/risk/fingerprint.h',
213 'autofill/browser/state_names.cc', 213 'autofill/browser/state_names.cc',
214 'autofill/browser/state_names.h', 214 'autofill/browser/state_names.h',
215 'autofill/browser/validation.cc', 215 'autofill/browser/validation.cc',
216 'autofill/browser/validation.h', 216 'autofill/browser/validation.h',
217 'autofill/browser/wallet/cart.cc',
218 'autofill/browser/wallet/cart.h',
219 'autofill/browser/wallet/encryption_escrow_client.cc', 217 'autofill/browser/wallet/encryption_escrow_client.cc',
220 'autofill/browser/wallet/encryption_escrow_client.h', 218 'autofill/browser/wallet/encryption_escrow_client.h',
221 'autofill/browser/wallet/encryption_escrow_client_observer.h', 219 'autofill/browser/wallet/encryption_escrow_client_observer.h',
222 'autofill/browser/wallet/full_wallet.cc', 220 'autofill/browser/wallet/full_wallet.cc',
223 'autofill/browser/wallet/full_wallet.h', 221 'autofill/browser/wallet/full_wallet.h',
224 'autofill/browser/wallet/instrument.cc', 222 'autofill/browser/wallet/instrument.cc',
225 'autofill/browser/wallet/instrument.h', 223 'autofill/browser/wallet/instrument.h',
226 'autofill/browser/wallet/required_action.cc', 224 'autofill/browser/wallet/required_action.cc',
227 'autofill/browser/wallet/required_action.h', 225 'autofill/browser/wallet/required_action.h',
228 'autofill/browser/wallet/wallet_address.cc', 226 'autofill/browser/wallet/wallet_address.cc',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 ], 315 ],
318 'variables': { 316 'variables': {
319 'jni_gen_package': 'autofill', 317 'jni_gen_package': 'autofill',
320 }, 318 },
321 'includes': [ '../build/jni_generator.gypi' ], 319 'includes': [ '../build/jni_generator.gypi' ],
322 }, 320 },
323 ], 321 ],
324 }], 322 }],
325 ], 323 ],
326 } 324 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/autofill/browser/wallet/cart.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698