# 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_endpoint.mojom" | |
public_headers = [ "//net/base/ip_endpoint.h" ] | |
traits_headers = [ "//net/interfaces/ip_endpoint_struct_traits.h" ] | |
sources = [ | |
"//net/interfaces/ip_endpoint_struct_traits.cc", | |
] | |
type_mappings = [ "net.interfaces.IPEndPoint=net::IPEndPoint" ] | |
public_deps = [ | |
"//net", | |
] |