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

Unified Diff: third_party/WebKit/Source/modules/payments/BUILD.gn

Issue 2898223002: PaymentHandler: Rename PaymentAppRequest with PaymentRequestEventData. (Closed)
Patch Set: Rename 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
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 09cdb69af36ac9d1b84ab7e4f1f65eace1811626..8488065da60f6af749ba1ea6403b3f88c87043f7 100644
--- a/third_party/WebKit/Source/modules/payments/BUILD.gn
+++ b/third_party/WebKit/Source/modules/payments/BUILD.gn
@@ -10,8 +10,6 @@ blink_modules_sources("payments") {
"HTMLIFrameElementPayments.h",
"PaymentAddress.cpp",
"PaymentAddress.h",
- "PaymentAppRequestConversion.cpp",
- "PaymentAppRequestConversion.h",
"PaymentAppServiceWorkerGlobalScope.h",
"PaymentAppServiceWorkerRegistration.cpp",
"PaymentAppServiceWorkerRegistration.h",
@@ -24,6 +22,8 @@ blink_modules_sources("payments") {
"PaymentRequest.h",
"PaymentRequestEvent.cpp",
"PaymentRequestEvent.h",
+ "PaymentRequestEventDataConversion.cpp",
+ "PaymentRequestEventDataConversion.h",
"PaymentRequestRespondWithObserver.cpp",
"PaymentRequestRespondWithObserver.h",
"PaymentRequestUpdateEvent.cpp",

Powered by Google App Engine
This is Rietveld 408576698