blob: 07b5a99dab31787eaf2675dc7678f7d77f3bacfe [file] [log] [blame]
# Copyright 2016 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/url_loader.mojom"
public_headers = [ "//services/network/public/cpp/resource_request.h" ]
traits_headers = [
"//services/network/public/cpp/network_ipc_param_traits.h",
"//services/network/public/cpp/url_request_mojom_traits.h",
]
public_deps = [
"//services/network/public/cpp:cpp_base",
]
type_mappings = [
"network.mojom.URLRequest=network::ResourceRequest",
"network.mojom.URLRequestBody=scoped_refptr<network::ResourceRequestBody>",
"network.mojom.RequestPriority=net::RequestPriority",
]