summaryrefslogtreecommitdiffstats
path: root/components/autofill.gypi
diff options
context:
space:
mode:
authorestade <estade@chromium.org>2015-08-19 17:05:27 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-20 00:06:04 +0000
commit36d868c4941f9f62149356c444b119d12eb0e2f1 (patch)
tree4acf7fdb25889e04304b759c929f8d7432bc1d8a /components/autofill.gypi
parent186c92235fac7f46469941d25f861900755a3289 (diff)
downloadchromium_src-36d868c4941f9f62149356c444b119d12eb0e2f1.zip
chromium_src-36d868c4941f9f62149356c444b119d12eb0e2f1.tar.gz
chromium_src-36d868c4941f9f62149356c444b119d12eb0e2f1.tar.bz2
rAc Wallet extirpation round 4: clean out RPC code
A few files remain: - wallet::Address and FullWallet are still needed until Android references are cleaned up - wallet_service_url is still used for ZI (although this could probably be moved into a different directory, either core/browser/wallet or chrome/browser/ or something) - real_pan_wallet_client_unittest doesn't belong in this dir but whatever BUG=521733 Review URL: https://codereview.chromium.org/1288093004 Cr-Commit-Position: refs/heads/master@{#344364}
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r--components/autofill.gypi17
1 files changed, 0 insertions, 17 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi
index d449e9c..f0cc7d7 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -312,8 +312,6 @@
'../testing/gmock.gyp:gmock',
],
'sources': [
- 'autofill/content/browser/wallet/mock_wallet_client.cc',
- 'autofill/content/browser/wallet/mock_wallet_client.h',
'autofill/content/browser/wallet/wallet_test_util.cc',
'autofill/content/browser/wallet/wallet_test_util.h',
'autofill/content/renderer/test_password_autofill_agent.cc',
@@ -367,27 +365,12 @@
'autofill/content/browser/request_autocomplete_manager.h',
'autofill/content/browser/risk/fingerprint.cc',
'autofill/content/browser/risk/fingerprint.h',
- 'autofill/content/browser/wallet/form_field_error.cc',
- 'autofill/content/browser/wallet/form_field_error.h',
'autofill/content/browser/wallet/full_wallet.cc',
'autofill/content/browser/wallet/full_wallet.h',
- 'autofill/content/browser/wallet/gaia_account.cc',
- 'autofill/content/browser/wallet/gaia_account.h',
- 'autofill/content/browser/wallet/instrument.cc',
- 'autofill/content/browser/wallet/instrument.h',
- 'autofill/content/browser/wallet/required_action.cc',
- 'autofill/content/browser/wallet/required_action.h',
'autofill/content/browser/wallet/wallet_address.cc',
'autofill/content/browser/wallet/wallet_address.h',
- 'autofill/content/browser/wallet/wallet_client.cc',
- 'autofill/content/browser/wallet/wallet_client.h',
- 'autofill/content/browser/wallet/wallet_client_delegate.h',
- 'autofill/content/browser/wallet/wallet_items.cc',
- 'autofill/content/browser/wallet/wallet_items.h',
'autofill/content/browser/wallet/wallet_service_url.cc',
'autofill/content/browser/wallet/wallet_service_url.h',
- 'autofill/content/browser/wallet/wallet_signin_helper.cc',
- 'autofill/content/browser/wallet/wallet_signin_helper.h',
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.