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

Unified Diff: net/interfaces/BUILD.gn

Issue 2745643002: [net] Add a typemap for net::IPAddress (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | net/interfaces/ip_address.mojom » ('j') | net/interfaces/ip_address_struct_traits.cc » ('J')
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 ba7b53ff23d94bbe5c393e6da66b555de24937a7..e04031b79845dc1ccd1257b9dfb4162cf139e82b 100644
--- a/net/interfaces/BUILD.gn
+++ b/net/interfaces/BUILD.gn
@@ -13,3 +13,9 @@ mojom("interfaces") {
"//url/mojo:url_mojom_gurl",
]
}
+
+mojom("net_interfaces_ip_address") {
+ sources = [
+ "ip_address.mojom",
+ ]
+}
« no previous file with comments | « no previous file | net/interfaces/ip_address.mojom » ('j') | net/interfaces/ip_address_struct_traits.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698