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

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: Rebasing again... 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'autofill/content/browser/autocheckout_page_meta_data.h', 283 'autofill/content/browser/autocheckout_page_meta_data.h',
284 'autofill/content/browser/autocheckout_request_manager.cc', 284 'autofill/content/browser/autocheckout_request_manager.cc',
285 'autofill/content/browser/autocheckout_request_manager.h', 285 'autofill/content/browser/autocheckout_request_manager.h',
286 'autofill/content/browser/autocheckout_statistic.cc', 286 'autofill/content/browser/autocheckout_statistic.cc',
287 'autofill/content/browser/autocheckout_statistic.h', 287 'autofill/content/browser/autocheckout_statistic.h',
288 'autofill/content/browser/autocheckout_steps.h', 288 'autofill/content/browser/autocheckout_steps.h',
289 'autofill/content/browser/autofill_driver_impl.cc', 289 'autofill/content/browser/autofill_driver_impl.cc',
290 'autofill/content/browser/autofill_driver_impl.h', 290 'autofill/content/browser/autofill_driver_impl.h',
291 'autofill/content/browser/risk/fingerprint.cc', 291 'autofill/content/browser/risk/fingerprint.cc',
292 'autofill/content/browser/risk/fingerprint.h', 292 'autofill/content/browser/risk/fingerprint.h',
293 'autofill/content/browser/wallet/encryption_escrow_client.cc',
294 'autofill/content/browser/wallet/encryption_escrow_client.h',
295 'autofill/content/browser/wallet/encryption_escrow_client_observer.h ',
296 'autofill/content/browser/wallet/form_field_error.cc', 293 'autofill/content/browser/wallet/form_field_error.cc',
297 'autofill/content/browser/wallet/form_field_error.h', 294 'autofill/content/browser/wallet/form_field_error.h',
298 'autofill/content/browser/wallet/full_wallet.cc', 295 'autofill/content/browser/wallet/full_wallet.cc',
299 'autofill/content/browser/wallet/full_wallet.h', 296 'autofill/content/browser/wallet/full_wallet.h',
300 'autofill/content/browser/wallet/instrument.cc', 297 'autofill/content/browser/wallet/instrument.cc',
301 'autofill/content/browser/wallet/instrument.h', 298 'autofill/content/browser/wallet/instrument.h',
302 'autofill/content/browser/wallet/required_action.cc', 299 'autofill/content/browser/wallet/required_action.cc',
303 'autofill/content/browser/wallet/required_action.h', 300 'autofill/content/browser/wallet/required_action.h',
304 'autofill/content/browser/wallet/wallet_address.cc', 301 'autofill/content/browser/wallet/wallet_address.cc',
305 'autofill/content/browser/wallet/wallet_address.h', 302 'autofill/content/browser/wallet/wallet_address.h',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 ], 373 ],
377 'variables': { 374 'variables': {
378 'jni_gen_package': 'autofill', 375 'jni_gen_package': 'autofill',
379 }, 376 },
380 'includes': [ '../build/jni_generator.gypi' ], 377 'includes': [ '../build/jni_generator.gypi' ],
381 }, 378 },
382 ], 379 ],
383 }], 380 }],
384 ], 381 ],
385 } 382 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/autofill/content/browser/autocheckout_request_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698