| 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.
|
|
|