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

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

Issue 1931043002: Remove requestAutocomplete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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/content_autofill_driver.h » ('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 b684a502a0bad99269d7f2bc0ef68ee27b53846b..c2242dba1452bd2e92689c669d976b64c5fcea8c 100644
--- a/components/autofill/content/browser/BUILD.gn
+++ b/components/autofill/content/browser/BUILD.gn
@@ -11,14 +11,8 @@ static_library("browser") {
"content_autofill_driver.h",
"content_autofill_driver_factory.cc",
"content_autofill_driver_factory.h",
- "request_autocomplete_manager.cc",
- "request_autocomplete_manager.h",
"risk/fingerprint.cc",
"risk/fingerprint.h",
- "wallet/full_wallet.cc",
- "wallet/full_wallet.h",
- "wallet/wallet_address.cc",
- "wallet/wallet_address.h",
"wallet/wallet_service_url.cc",
"wallet/wallet_service_url.h",
]
@@ -70,17 +64,13 @@ source_set("unit_tests") {
testonly = true
sources = [
"content_autofill_driver_unittest.cc",
- "request_autocomplete_manager_unittest.cc",
- "wallet/full_wallet_unittest.cc",
"wallet/payments_client_unittest.cc",
- "wallet/wallet_address_unittest.cc",
"wallet/wallet_service_url_unittest.cc",
]
deps = [
":browser",
"//base",
- "//components/autofill/content/browser/wallet:test_support",
"//components/autofill/content/common",
"//components/autofill/core/browser",
"//components/autofill/core/browser:test_support",
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/content/browser/content_autofill_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698