| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index 1b415a3de4884f60f02544b03f38312d4df4f618..d64071821e2eb86948b4046d42cccc8e9a31933d 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -183,9 +183,11 @@ mojom("mojo_bindings") {
|
| "platform/modules/presentation/presentation.mojom",
|
| "platform/modules/serviceworker/service_worker_event_status.mojom",
|
| "platform/modules/wake_lock/wake_lock_service.mojom",
|
| + "platform/resource_hints.mojom",
|
| ]
|
| public_deps = [
|
| ":android_mojo_bindings",
|
| + "//url/mojo:url_mojom_gurl",
|
| ]
|
| }
|
|
|
|
|