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

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

Issue 1999923002: Move the Google Payments URL functions out of content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/payments/OWNERS » ('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 c2242dba1452bd2e92689c669d976b64c5fcea8c..9719a5d79008d8d3df9278e1808e7497a0dce384 100644
--- a/components/autofill/content/browser/BUILD.gn
+++ b/components/autofill/content/browser/BUILD.gn
@@ -13,11 +13,9 @@ static_library("browser") {
"content_autofill_driver_factory.h",
"risk/fingerprint.cc",
"risk/fingerprint.h",
- "wallet/wallet_service_url.cc",
- "wallet/wallet_service_url.h",
]
- configs += [ "//components/autofill/core/browser:wallet_service" ]
+ configs += [ "//components/autofill/core/browser:payments_service" ]
public_deps = [
":risk_proto",
@@ -64,8 +62,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"content_autofill_driver_unittest.cc",
- "wallet/payments_client_unittest.cc",
- "wallet/wallet_service_url_unittest.cc",
+ "payments/payments_client_unittest.cc",
]
deps = [
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/content/browser/payments/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698