summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/fetch/build.gni
blob: bd826574223ad36c6baa69dccb1e37bd88dc4284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Copyright 2020 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.

blink_core_sources_fetch = [
  "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",
]