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

Unified Diff: net/interfaces/BUILD.gn

Issue 2083433002: Mojo: Remove url type converters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « mojo/mojo_base.gyp ('k') | net/interfaces/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/interfaces/BUILD.gn
diff --git a/net/interfaces/BUILD.gn b/net/interfaces/BUILD.gn
index 4a5b799158251beb0525492ed16064ac9fb98de5..ba7b53ff23d94bbe5c393e6da66b555de24937a7 100644
--- a/net/interfaces/BUILD.gn
+++ b/net/interfaces/BUILD.gn
@@ -9,4 +9,7 @@ mojom("interfaces") {
"host_resolver_service.mojom",
"proxy_resolver_service.mojom",
]
+ public_deps = [
+ "//url/mojo:url_mojom_gurl",
+ ]
}
« no previous file with comments | « mojo/mojo_base.gyp ('k') | net/interfaces/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698