| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index dba669c39020196a12c6139b131f8ab066ff92de..1eca415d268a04bca4d16f162813050a5912a49e 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -180,6 +180,7 @@ mojom("mojo_bindings_blink") {
|
| sources = [
|
| "platform/modules/bluetooth/web_bluetooth.mojom",
|
| "platform/modules/notifications/notification.mojom",
|
| + "platform/modules/payments/payment_request.mojom",
|
| ]
|
| for_blink = true
|
| variant = "wtf"
|
| @@ -190,5 +191,6 @@ mojom("mojo_bindings") {
|
| sources = [
|
| "platform/modules/bluetooth/web_bluetooth.mojom",
|
| "platform/modules/notifications/notification.mojom",
|
| + "platform/modules/payments/payment_request.mojom",
|
| ]
|
| }
|
|
|