| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index f412b84a011869a07634fa65075fb233d65a9733..8f696d026076c35a45b0f1d21a8b53d1ae503d4a 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -706,6 +706,7 @@ grit("image_resources") {
|
| mojom("mojo_bindings") {
|
| visibility = [
|
| "//components/payments/content/*",
|
| + "//components/webauth/*",
|
| "//content/*",
|
| ]
|
| visibility_blink = [
|
| @@ -735,6 +736,7 @@ mojom("mojo_bindings") {
|
| "platform/modules/sensitive_input_visibility/sensitive_input_visibility_service.mojom",
|
| "platform/modules/serviceworker/service_worker_event_status.mojom",
|
| "platform/modules/serviceworker/service_worker_stream_handle.mojom",
|
| + "platform/modules/webauth/authenticator.mojom",
|
| "platform/modules/websockets/websocket.mojom",
|
| "platform/referrer.mojom",
|
| "platform/site_engagement.mojom",
|
|
|