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

Unified Diff: net/net.gyp

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 | « net/interfaces/proxy_resolver_service.mojom ('k') | net/proxy/mojo_proxy_resolver_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 26a6adf2021b83e6f5387265beb491f10760ea19..5fc0f3720f44a5faa6e390cc75d6981d70baebec 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -915,6 +915,14 @@
'interfaces/host_resolver_service.mojom',
'interfaces/proxy_resolver_service.mojom',
],
+ 'dependencies': [
+ '../url/url.gyp:url_mojom',
+ ],
+ 'variables': {
+ 'mojom_typemaps': [
+ '../url/mojo/gurl.typemap',
+ ],
+ },
'includes': [
'../mojo/mojom_bindings_generator.gypi',
],
@@ -939,7 +947,6 @@
'net',
'net_interfaces',
'../mojo/mojo_base.gyp:mojo_common_lib',
- '../mojo/mojo_base.gyp:mojo_url_type_converters',
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
# NOTE(amistry): As long as we support in-process Mojo v8 PAC, we
@@ -967,7 +974,6 @@
'mojo_type_converters',
'net_interfaces',
'net_with_v8',
- '../mojo/mojo_base.gyp:mojo_url_type_converters',
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
],
},
« no previous file with comments | « net/interfaces/proxy_resolver_service.mojom ('k') | net/proxy/mojo_proxy_resolver_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698