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

Unified Diff: components/autofill/content/browser/BUILD.gn

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 | « components/autofill.gypi ('k') | components/autofill/content/browser/wallet/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/browser/BUILD.gn
diff --git a/components/autofill/content/browser/BUILD.gn b/components/autofill/content/browser/BUILD.gn
index 1c3b9a0ab0168a8fb46dafe4fca08cf4269716b7..1235c0b4a77766fb5ccde1458b0aad4a51287782 100644
--- a/components/autofill/content/browser/BUILD.gn
+++ b/components/autofill/content/browser/BUILD.gn
@@ -15,27 +15,12 @@ static_library("browser") {
"request_autocomplete_manager.h",
"risk/fingerprint.cc",
"risk/fingerprint.h",
- "wallet/form_field_error.cc",
- "wallet/form_field_error.h",
"wallet/full_wallet.cc",
"wallet/full_wallet.h",
- "wallet/gaia_account.cc",
- "wallet/gaia_account.h",
- "wallet/instrument.cc",
- "wallet/instrument.h",
- "wallet/required_action.cc",
- "wallet/required_action.h",
"wallet/wallet_address.cc",
"wallet/wallet_address.h",
- "wallet/wallet_client.cc",
- "wallet/wallet_client.h",
- "wallet/wallet_client_delegate.h",
- "wallet/wallet_items.cc",
- "wallet/wallet_items.h",
"wallet/wallet_service_url.cc",
"wallet/wallet_service_url.h",
- "wallet/wallet_signin_helper.cc",
- "wallet/wallet_signin_helper.h",
]
configs += [ "//components/autofill/core/browser:wallet_service" ]
@@ -85,12 +70,8 @@ source_set("unit_tests") {
"content_autofill_driver_unittest.cc",
"request_autocomplete_manager_unittest.cc",
"wallet/full_wallet_unittest.cc",
- "wallet/instrument_unittest.cc",
"wallet/wallet_address_unittest.cc",
- "wallet/wallet_client_unittest.cc",
- "wallet/wallet_items_unittest.cc",
"wallet/wallet_service_url_unittest.cc",
- "wallet/wallet_signin_helper_unittest.cc",
]
deps = [
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/content/browser/wallet/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698