blob: 64488d6b45f820d1872a1832c46c10745c9fed57 [file] [log] [blame]
# 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",
]