| 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",
|
|
|