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

Unified Diff: ios/chrome/browser/payments/BUILD.gn

Issue 2968503002: [Payment Request] CanMakePayment (Closed)
Patch Set: Created 3 years, 6 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 | ios/chrome/browser/payments/ios_can_make_payment_query_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/payments/BUILD.gn
diff --git a/ios/chrome/browser/payments/BUILD.gn b/ios/chrome/browser/payments/BUILD.gn
index d98a6d15e712d2428aabbf30c095eca586ce304b..67b7de5f27a0499d7985b5d9daeaec2d44918388 100644
--- a/ios/chrome/browser/payments/BUILD.gn
+++ b/ios/chrome/browser/payments/BUILD.gn
@@ -7,6 +7,8 @@ import("//ios/web/js_compile.gni")
source_set("payments") {
configs += [ "//build/config/compiler:enable_arc" ]
sources = [
+ "ios_can_make_payment_query_factory.cc",
+ "ios_can_make_payment_query_factory.h",
"payment_request.h",
"payment_request.mm",
"payment_request_util.h",
@@ -15,10 +17,12 @@ source_set("payments") {
deps = [
"//base",
"//components/autofill/core/browser",
+ "//components/keyed_service/ios",
"//components/payments/core",
"//components/strings:components_strings_grit",
"//ios/chrome/browser",
"//ios/chrome/browser/autofill",
+ "//ios/chrome/browser/browser_state",
"//ios/web",
"//ui/base",
]
« no previous file with comments | « no previous file | ios/chrome/browser/payments/ios_can_make_payment_query_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698