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

Unified Diff: net/interfaces/BUILD.gn

Issue 2745643002: [net] Add a typemap for net::IPAddress (Closed)
Patch Set: resolve code review comments from dcheng 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') | 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 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",
dcheng 2017/03/09 22:22:26 Nit: group this into the interfaces target
zhaobin 2017/03/09 22:35:01 Done.
+ ]
+}
« no previous file with comments | « no previous file | net/interfaces/ip_address.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698