blob: 1a0f23986cd2e3a6e9466ec527c157223fb89c5d [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 = "//third_party/blink/public/mojom/fetch/fetch_api_request.mojom"
public_headers = [
"//third_party/blink/renderer/platform/wtf/hash_map.h",
"//third_party/blink/renderer/platform/wtf/text/string_hash.h",
"//third_party/blink/renderer/platform/wtf/text/wtf_string.h",
]
traits_headers = [ "//third_party/blink/renderer/platform/mojo/fetch_api_request_headers_mojom_traits.h" ]
deps = [
"//third_party/blink/renderer/platform/wtf",
]
type_mappings = [ "blink.mojom.FetchAPIRequestHeaders=WTF::HashMap<WTF::String, WTF::String, WTF::CaseFoldingHash>[move_only]" ]