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

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: Dane's review 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 'autofill/content/browser/autocheckout_page_meta_data.h', 280 'autofill/content/browser/autocheckout_page_meta_data.h',
281 'autofill/content/browser/autocheckout_request_manager.cc', 281 'autofill/content/browser/autocheckout_request_manager.cc',
282 'autofill/content/browser/autocheckout_request_manager.h', 282 'autofill/content/browser/autocheckout_request_manager.h',
283 'autofill/content/browser/autocheckout_statistic.cc', 283 'autofill/content/browser/autocheckout_statistic.cc',
284 'autofill/content/browser/autocheckout_statistic.h', 284 'autofill/content/browser/autocheckout_statistic.h',
285 'autofill/content/browser/autocheckout_steps.h', 285 'autofill/content/browser/autocheckout_steps.h',
286 'autofill/content/browser/autofill_driver_impl.cc', 286 'autofill/content/browser/autofill_driver_impl.cc',
287 'autofill/content/browser/autofill_driver_impl.h', 287 'autofill/content/browser/autofill_driver_impl.h',
288 'autofill/content/browser/risk/fingerprint.cc', 288 'autofill/content/browser/risk/fingerprint.cc',
289 'autofill/content/browser/risk/fingerprint.h', 289 'autofill/content/browser/risk/fingerprint.h',
290 'autofill/content/browser/wallet/encryption_escrow_client.cc',
291 'autofill/content/browser/wallet/encryption_escrow_client.h',
292 'autofill/content/browser/wallet/encryption_escrow_client_observer.h ',
293 'autofill/content/browser/wallet/form_field_error.cc', 290 'autofill/content/browser/wallet/form_field_error.cc',
294 'autofill/content/browser/wallet/form_field_error.h', 291 'autofill/content/browser/wallet/form_field_error.h',
295 'autofill/content/browser/wallet/full_wallet.cc', 292 'autofill/content/browser/wallet/full_wallet.cc',
296 'autofill/content/browser/wallet/full_wallet.h', 293 'autofill/content/browser/wallet/full_wallet.h',
297 'autofill/content/browser/wallet/instrument.cc', 294 'autofill/content/browser/wallet/instrument.cc',
298 'autofill/content/browser/wallet/instrument.h', 295 'autofill/content/browser/wallet/instrument.h',
299 'autofill/content/browser/wallet/required_action.cc', 296 'autofill/content/browser/wallet/required_action.cc',
300 'autofill/content/browser/wallet/required_action.h', 297 'autofill/content/browser/wallet/required_action.h',
301 'autofill/content/browser/wallet/wallet_address.cc', 298 'autofill/content/browser/wallet/wallet_address.cc',
302 'autofill/content/browser/wallet/wallet_address.h', 299 'autofill/content/browser/wallet/wallet_address.h',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 ], 370 ],
374 'variables': { 371 'variables': {
375 'jni_gen_package': 'autofill', 372 'jni_gen_package': 'autofill',
376 }, 373 },
377 'includes': [ '../build/jni_generator.gypi' ], 374 'includes': [ '../build/jni_generator.gypi' ],
378 }, 375 },
379 ], 376 ],
380 }], 377 }],
381 ], 378 ],
382 } 379 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698