blob: 89e9459f560fdc17b424d7bc2dfc6b06b81ac6bd [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_traits.h" ]
sources = [
"//net/interfaces/address_family_traits.cc",
]
type_mappings = [ "net.interfaces.AddressFamily=net::AddressFamily" ]
public_deps = [
"//net",
]