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

Unified Diff: components/payments/core/BUILD.gn

Issue 2866623003: PaymentRequest.canMakePayment() query quota on desktop. (Closed)
Patch Set: frame Created 3 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/payments/content/payment_request_web_contents_manager.cc ('k') | components/payments/core/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/core/BUILD.gn
diff --git a/components/payments/core/BUILD.gn b/components/payments/core/BUILD.gn
index 8d9499016bd6939f507ae8f3d633ab2a2618d265..5094bd228c5b7d9008910be5dfa0f0e96098c7ce 100644
--- a/components/payments/core/BUILD.gn
+++ b/components/payments/core/BUILD.gn
@@ -11,6 +11,8 @@ static_library("core") {
"autofill_payment_instrument.h",
"basic_card_response.cc",
"basic_card_response.h",
+ "can_make_payment_query.cc",
+ "can_make_payment_query.h",
"currency_formatter.cc",
"currency_formatter.h",
"journey_logger.cc",
@@ -34,6 +36,7 @@ static_library("core") {
deps = [
"//base",
"//components/autofill/core/browser",
+ "//components/keyed_service/core",
"//components/strings:components_strings_grit",
"//components/ukm",
"//third_party/libphonenumber",
« no previous file with comments | « components/payments/content/payment_request_web_contents_manager.cc ('k') | components/payments/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698