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

Unified Diff: components/autofill.gypi

Issue 1288093004: rAc Wallet extirpation round 4: clean out RPC code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index d449e9cbee87f0b0321ed27179a71cb7e5e085f2..f0cc7d77ea5bb51c07e93f8a8a65f414bc52170c 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.
« no previous file with comments | « no previous file | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698