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

Unified Diff: net/interfaces/typemaps.gni

Issue 2083463002: Replace //net TypeConverters with StructTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@type-converter-cleanup--gurl
Patch Set: rebase Created 4 years, 2 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: net/interfaces/typemaps.gni
diff --git a/ui/events/mojo/typemaps.gni b/net/interfaces/typemaps.gni
similarity index 66%
copy from ui/events/mojo/typemaps.gni
copy to net/interfaces/typemaps.gni
index ec1f7e5c6aff4d51b3d83820da85d720b92d6fc8..57a75bff67e6b13d043f291fad53c5a4ed0deff3 100644
--- a/ui/events/mojo/typemaps.gni
+++ b/net/interfaces/typemaps.gni
@@ -3,6 +3,6 @@
# found in the LICENSE file.
typemaps = [
- "//ui/events/mojo/event.typemap",
- "//ui/events/mojo/latency_info.typemap",
+ "//net/interfaces/host_resolver.typemap",
+ "//net/interfaces/proxy_resolver.typemap",
]

Powered by Google App Engine
This is Rietveld 408576698