| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index fd68623eef9ab339e93bd90e3cc7b5ce85e0f101..f8b7f8ee80debf1dcf64581ccc4358a655ffefe6 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -204,6 +204,10 @@ mojom("new_wrapper_types_mojo_bindings") {
|
| "platform/modules/permissions/permission.mojom",
|
| "platform/modules/permissions/permission_status.mojom",
|
| "platform/modules/presentation/presentation.mojom",
|
| + "platform/modules/websockets/websocket.mojom",
|
| + ]
|
| + public_deps = [
|
| + "//url/mojo:url_mojom_origin",
|
| ]
|
|
|
| # See comment above.
|
|
|