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.
|
+ ] |
+} |