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

Unified Diff: third_party/WebKit/Source/modules/payments/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/Source/modules/payments/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/payments/BUILD.gn b/third_party/WebKit/Source/modules/payments/BUILD.gn
index ea052ce95262ed8e20658f20891419fd57f467d6..31dd17fa62684c2e78f3646c4c6f326d85542b2d 100644
--- a/third_party/WebKit/Source/modules/payments/BUILD.gn
+++ b/third_party/WebKit/Source/modules/payments/BUILD.gn
@@ -12,6 +12,8 @@ blink_modules_sources("payments") {
"PaymentAddress.h",
"PaymentAppManager.cpp",
"PaymentAppManager.h",
+ "PaymentAppRequestDataConversion.cpp",
+ "PaymentAppRequestDataConversion.h",
"PaymentAppServiceWorkerGlobalScope.h",
"PaymentAppServiceWorkerRegistration.cpp",
"PaymentAppServiceWorkerRegistration.h",

Powered by Google App Engine
This is Rietveld 408576698