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

Unified Diff: components/payments/content/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 | « chrome/test/data/payments/can_make_payment_query_cc.js ('k') | components/payments/content/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/content/BUILD.gn
diff --git a/components/payments/content/BUILD.gn b/components/payments/content/BUILD.gn
index a74987dd67a2791f967bb38c2bd0082e04ddc898..7b6216a543e92a67894067f3085c921a7da06597 100644
--- a/components/payments/content/BUILD.gn
+++ b/components/payments/content/BUILD.gn
@@ -4,6 +4,8 @@
static_library("content") {
sources = [
+ "can_make_payment_query_factory.cc",
+ "can_make_payment_query_factory.h",
"payment_request.cc",
"payment_request.h",
"payment_request_dialog.h",
@@ -20,6 +22,7 @@ static_library("content") {
deps = [
":utils",
"//components/autofill/core/browser",
+ "//components/keyed_service/content",
"//components/payments/core",
"//components/payments/mojom",
"//components/strings:components_strings_grit",
« no previous file with comments | « chrome/test/data/payments/can_make_payment_query_cc.js ('k') | components/payments/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698