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

Side by Side Diff: components/autofill.gypi

Issue 17970003: New encryption/escrow endpoints for Wallet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Deleting old escrow unit tests Created 7 years, 5 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 (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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'autofill/content/browser/autocheckout_manager.cc', 275 'autofill/content/browser/autocheckout_manager.cc',
276 'autofill/content/browser/autocheckout_manager.h', 276 'autofill/content/browser/autocheckout_manager.h',
277 'autofill/content/browser/autocheckout_page_meta_data.cc', 277 'autofill/content/browser/autocheckout_page_meta_data.cc',
278 'autofill/content/browser/autocheckout_page_meta_data.h', 278 'autofill/content/browser/autocheckout_page_meta_data.h',
279 'autofill/content/browser/autocheckout_request_manager.cc', 279 'autofill/content/browser/autocheckout_request_manager.cc',
280 'autofill/content/browser/autocheckout_request_manager.h', 280 'autofill/content/browser/autocheckout_request_manager.h',
281 'autofill/content/browser/autofill_driver_impl.cc', 281 'autofill/content/browser/autofill_driver_impl.cc',
282 'autofill/content/browser/autofill_driver_impl.h', 282 'autofill/content/browser/autofill_driver_impl.h',
283 'autofill/content/browser/risk/fingerprint.cc', 283 'autofill/content/browser/risk/fingerprint.cc',
284 'autofill/content/browser/risk/fingerprint.h', 284 'autofill/content/browser/risk/fingerprint.h',
285 'autofill/content/browser/wallet/encryption_escrow_client.cc',
286 'autofill/content/browser/wallet/encryption_escrow_client.h',
287 'autofill/content/browser/wallet/encryption_escrow_client_observer.h ',
288 'autofill/content/browser/wallet/form_field_error.cc', 285 'autofill/content/browser/wallet/form_field_error.cc',
289 'autofill/content/browser/wallet/form_field_error.h', 286 'autofill/content/browser/wallet/form_field_error.h',
290 'autofill/content/browser/wallet/full_wallet.cc', 287 'autofill/content/browser/wallet/full_wallet.cc',
291 'autofill/content/browser/wallet/full_wallet.h', 288 'autofill/content/browser/wallet/full_wallet.h',
292 'autofill/content/browser/wallet/instrument.cc', 289 'autofill/content/browser/wallet/instrument.cc',
293 'autofill/content/browser/wallet/instrument.h', 290 'autofill/content/browser/wallet/instrument.h',
294 'autofill/content/browser/wallet/required_action.cc', 291 'autofill/content/browser/wallet/required_action.cc',
295 'autofill/content/browser/wallet/required_action.h', 292 'autofill/content/browser/wallet/required_action.h',
296 'autofill/content/browser/wallet/wallet_address.cc', 293 'autofill/content/browser/wallet/wallet_address.cc',
297 'autofill/content/browser/wallet/wallet_address.h', 294 'autofill/content/browser/wallet/wallet_address.h',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 ], 365 ],
369 'variables': { 366 'variables': {
370 'jni_gen_package': 'autofill', 367 'jni_gen_package': 'autofill',
371 }, 368 },
372 'includes': [ '../build/jni_generator.gypi' ], 369 'includes': [ '../build/jni_generator.gypi' ],
373 }, 370 },
374 ], 371 ],
375 }], 372 }],
376 ], 373 ],
377 } 374 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698