Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2043753002: Declarative resource hints go through mojo IPC to //content Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index ab20e72cc1fe4af577e5d70c068ec8de70d88be0..7ddca83fd904661de992a94ec0d8118f89d8d235 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -185,9 +185,11 @@ mojom("mojo_bindings") {
"platform/modules/serviceworker/service_worker_event_status.mojom",
"platform/modules/vr/vr_service.mojom",
"platform/modules/wake_lock/wake_lock_service.mojom",
+ "platform/resource_hints.mojom",
]
public_deps = [
":android_mojo_bindings",
+ "//url/mojo:url_mojom_gurl",
]
}

Powered by Google App Engine
This is Rietveld 408576698