blob: bd02a1742a9055d8f9dbae2de8caee00a6427fb7 [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.
import("//third_party/blink/renderer/core/core.gni")
blink_core_sources("fetch") {
sources = [
"blob_bytes_consumer.cc",
"blob_bytes_consumer.h",
"body.cc",
"body.h",
"body_stream_buffer.cc",
"body_stream_buffer.h",
"bytes_consumer_tee.cc",
"bytes_consumer_tee.h",
"bytes_uploader.cc",
"bytes_uploader.h",
"fetch_data_loader.cc",
"fetch_data_loader.h",
"fetch_header_list.cc",
"fetch_header_list.h",
"fetch_manager.cc",
"fetch_manager.h",
"fetch_request_data.cc",
"fetch_request_data.h",
"fetch_response_data.cc",
"fetch_response_data.h",
"form_data_bytes_consumer.cc",
"form_data_bytes_consumer.h",
"global_fetch.cc",
"global_fetch.h",
"headers.cc",
"headers.h",
"multipart_parser.cc",
"multipart_parser.h",
"place_holder_bytes_consumer.cc",
"place_holder_bytes_consumer.h",
"readable_stream_bytes_consumer.cc",
"readable_stream_bytes_consumer.h",
"request.cc",
"request.h",
"response.cc",
"response.h",
"trust_token_issuance_authorization.cc",
"trust_token_issuance_authorization.h",
"trust_token_to_mojom.cc",
"trust_token_to_mojom.h",
]
public_deps = [ "//third_party/blink/renderer/platform" ]
}