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

Unified Diff: net/interfaces/ip_address.typemap

Issue 2745643002: [net] Add a typemap for net::IPAddress (Closed)
Patch Set: update net/interfaces/OWNERS 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 | « net/interfaces/ip_address.mojom ('k') | net/interfaces/ip_address_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/interfaces/ip_address.typemap
diff --git a/net/interfaces/ip_address.typemap b/net/interfaces/ip_address.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..64488d6b45f820d1872a1832c46c10745c9fed57
--- /dev/null
+++ b/net/interfaces/ip_address.typemap
@@ -0,0 +1,14 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//net/interfaces/ip_address.mojom"
+public_headers = [ "//net/base/ip_address.h" ]
+traits_headers = [ "//net/interfaces/ip_address_struct_traits.h" ]
+sources = [
+ "//net/interfaces/ip_address_struct_traits.cc",
+]
+type_mappings = [ "net.interfaces.IPAddress=net::IPAddress" ]
+public_deps = [
+ "//net",
+]
« no previous file with comments | « net/interfaces/ip_address.mojom ('k') | net/interfaces/ip_address_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698