| 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 5dc5a0d222af51d22ab07aef6dc4d21f29b10c8e..ea052ce95262ed8e20658f20891419fd57f467d6 100644
|
| --- a/third_party/WebKit/Source/modules/payments/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/payments/BUILD.gn
|
| @@ -12,11 +12,14 @@ blink_modules_sources("payments") {
|
| "PaymentAddress.h",
|
| "PaymentAppManager.cpp",
|
| "PaymentAppManager.h",
|
| + "PaymentAppServiceWorkerGlobalScope.h",
|
| "PaymentAppServiceWorkerRegistration.cpp",
|
| "PaymentAppServiceWorkerRegistration.h",
|
| "PaymentCompleter.h",
|
| "PaymentRequest.cpp",
|
| "PaymentRequest.h",
|
| + "PaymentRequestEvent.cpp",
|
| + "PaymentRequestEvent.h",
|
| "PaymentRequestUpdateEvent.cpp",
|
| "PaymentRequestUpdateEvent.h",
|
| "PaymentResponse.cpp",
|
|
|