blob: 0f4ba2f54aea661acb0364a1f6731552d698204e [file] [log] [blame]
# 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 = "//services/network/public/mojom/network_types.mojom"
public_deps = [
"//net",
]
public_headers = [ "//net/nqe/effective_connection_type.h" ]
traits_headers = [ "//services/network/public/cpp/network_ipc_param_traits.h" ]
deps = [
"//services/network/public/cpp:cpp_base",
]
type_mappings =
[ "network.mojom.EffectiveConnectionType=net::EffectiveConnectionType" ]