blob: 90c8e67ba2af86ce019bb320ca2a659055c32800 [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 = "//services/network/public/interfaces/http_request_headers.mojom"
public_headers = [ "//net/http/http_request_headers.h" ]
traits_headers =
[ "//services/network/public/cpp/http_request_headers_struct_traits.h" ]
sources = [
"//services/network/public/cpp/http_request_headers_struct_traits.cc",
]
public_deps = [
"//net",
]
type_mappings = [ "network.mojom.HttpRequestHeaders=net::HttpRequestHeaders" ]