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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2528683002: PaymentApp: Blink side of payment request event dispatching in service worker. (Closed)
Patch Set: PaymentApp: Blink side of payment request event dispatching in service worker. Created 4 years 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
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 2593974a63ff48340290a578749225e7f8bf0b10..dc43bcec2269b6068b0c9779dcae672123db25a7 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -358,6 +358,11 @@ source_set("blink_headers") {
"platform/modules/notifications/WebNotificationDelegate.h",
"platform/modules/notifications/WebNotificationManager.h",
"platform/modules/notifications/WebNotificationResources.h",
+ "platform/modules/payments/WebPaymentAppRequestData.h",
+ "platform/modules/payments/WebPaymentCurrencyAmount.h",
+ "platform/modules/payments/WebPaymentDetailsModifier.h",
+ "platform/modules/payments/WebPaymentItem.h",
+ "platform/modules/payments/WebPaymentMethodData.h",
"platform/modules/permissions/WebPermissionType.h",
"platform/modules/presentation/WebPresentationClient.h",
"platform/modules/presentation/WebPresentationController.h",

Powered by Google App Engine
This is Rietveld 408576698