| # Copyright 2018 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_list.mojom" | |
| public_headers = [ "//net/base/address_list.h" ] | |
| traits_headers = [ "//net/interfaces/address_list_mojom_traits.h" ] | |
| sources = [ | |
| "//net/interfaces/address_list_mojom_traits.cc", | |
| ] | |
| type_mappings = [ "net.interfaces.AddressList=net::AddressList" ] | |
| public_deps = [ | |
| "//net", | |
| ] |