| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index 4ab7ae7b61bf962f5094523d407ea3c96cf75cf7..2a0bd52c9baab98189c47cd51544142188dde09e 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -684,9 +684,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_gurl",
|
| "//url/mojo:url_mojom_origin",
|
| ]
|
|
|
|
|