# 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", | |
] |