| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index f9d2e9bffa2078f269eadb3ea9caad51aed6cb6e..721e4239aca3b23babb037d288455cd6ca083627 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",
|
|
|