blob: 65bf219bc881757d96087a064b7aad18b01ca6d4 [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/address_family.mojom"
public_headers = [ "//net/base/address_family.h" ]
traits_headers = [ "//net/interfaces/address_family_mojom_traits.h" ]
sources = [
"//net/interfaces/address_family_mojom_traits.cc",
]
type_mappings = [ "net.interfaces.AddressFamily=net::AddressFamily" ]
public_deps = [
"//net",
]