summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/loader/BUILD.gn
blob: 4e0a703b636da3e6e4433d9932f9162ec12583de (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
# 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.

import("//third_party/blink/renderer/core/core.gni")

blink_core_sources("loader") {
  sources = [
    "alternate_signed_exchange_resource_info.cc",
    "alternate_signed_exchange_resource_info.h",
    "appcache/application_cache.cc",
    "appcache/application_cache.h",
    "appcache/application_cache_host.cc",
    "appcache/application_cache_host.h",
    "appcache/application_cache_host_for_frame.cc",
    "appcache/application_cache_host_for_frame.h",
    "appcache/application_cache_host_for_worker.cc",
    "appcache/application_cache_host_for_worker.h",
    "base_fetch_context.cc",
    "base_fetch_context.h",
    "cookie_jar.cc",
    "cookie_jar.h",
    "cross_thread_resource_timing_info_copier.cc",
    "cross_thread_resource_timing_info_copier.h",
    "document_load_timing.cc",
    "document_load_timing.h",
    "document_loader.cc",
    "document_loader.h",
    "empty_clients.cc",
    "empty_clients.h",
    "font_preload_manager.cc",
    "font_preload_manager.h",
    "form_submission.cc",
    "form_submission.h",
    "frame_fetch_context.cc",
    "frame_fetch_context.h",
    "frame_load_request.cc",
    "frame_load_request.h",
    "frame_loader.cc",
    "frame_loader.h",
    "frame_loader_state_machine.cc",
    "frame_loader_state_machine.h",
    "frame_loader_types.h",
    "frame_resource_fetcher_properties.cc",
    "frame_resource_fetcher_properties.h",
    "history_item.cc",
    "history_item.h",
    "http_equiv.cc",
    "http_equiv.h",
    "http_refresh_scheduler.cc",
    "http_refresh_scheduler.h",
    "idleness_detector.cc",
    "idleness_detector.h",
    "image_loader.cc",
    "image_loader.h",
    "importance_attribute.cc",
    "importance_attribute.h",
    "interactive_detector.cc",
    "interactive_detector.h",
    "lazy_image_helper.cc",
    "lazy_image_helper.h",
    "link_load_parameters.cc",
    "link_load_parameters.h",
    "link_loader.cc",
    "link_loader.h",
    "link_loader_client.h",
    "loader_factory_for_frame.cc",
    "loader_factory_for_frame.h",
    "loader_factory_for_worker.cc",
    "loader_factory_for_worker.h",
    "long_task_detector.cc",
    "long_task_detector.h",
    "mixed_content_checker.cc",
    "mixed_content_checker.h",
    "modulescript/document_module_script_fetcher.cc",
    "modulescript/document_module_script_fetcher.h",
    "modulescript/installed_service_worker_module_script_fetcher.cc",
    "modulescript/installed_service_worker_module_script_fetcher.h",
    "modulescript/module_script_creation_params.h",
    "modulescript/module_script_fetch_request.h",
    "modulescript/module_script_fetcher.cc",
    "modulescript/module_script_fetcher.h",
    "modulescript/module_script_loader.cc",
    "modulescript/module_script_loader.h",
    "modulescript/module_script_loader_client.h",
    "modulescript/module_script_loader_registry.cc",
    "modulescript/module_script_loader_registry.h",
    "modulescript/module_tree_linker.cc",
    "modulescript/module_tree_linker.h",
    "modulescript/module_tree_linker_registry.cc",
    "modulescript/module_tree_linker_registry.h",
    "modulescript/worker_module_script_fetcher.cc",
    "modulescript/worker_module_script_fetcher.h",
    "modulescript/worklet_module_script_fetcher.cc",
    "modulescript/worklet_module_script_fetcher.h",
    "navigation_policy.cc",
    "navigation_policy.h",
    "ping_loader.cc",
    "ping_loader.h",
    "prefetched_signed_exchange_manager.cc",
    "prefetched_signed_exchange_manager.h",
    "preload_helper.cc",
    "preload_helper.h",
    "prerenderer_client.cc",
    "prerenderer_client.h",
    "previews_resource_loading_hints.cc",
    "previews_resource_loading_hints.h",
    "private/frame_client_hints_preferences_context.cc",
    "private/frame_client_hints_preferences_context.h",
    "private/prerender_client.h",
    "private/prerender_handle.cc",
    "private/prerender_handle.h",
    "progress_tracker.cc",
    "progress_tracker.h",
    "resource/css_style_sheet_resource.cc",
    "resource/css_style_sheet_resource.h",
    "resource/font_resource.cc",
    "resource/font_resource.h",
    "resource/image_resource.cc",
    "resource/image_resource.h",
    "resource/image_resource_content.cc",
    "resource/image_resource_content.h",
    "resource/image_resource_info.h",
    "resource/image_resource_observer.h",
    "resource/link_fetch_resource.cc",
    "resource/link_fetch_resource.h",
    "resource/multipart_image_resource_parser.cc",
    "resource/multipart_image_resource_parser.h",
    "resource/script_resource.cc",
    "resource/script_resource.h",
    "resource/text_resource.cc",
    "resource/text_resource.h",
    "resource/xsl_style_sheet_resource.cc",
    "resource/xsl_style_sheet_resource.h",
    "resource_load_observer_for_frame.cc",
    "resource_load_observer_for_frame.h",
    "resource_load_observer_for_worker.cc",
    "resource_load_observer_for_worker.h",
    "subresource_filter.cc",
    "subresource_filter.h",
    "subresource_integrity_helper.cc",
    "subresource_integrity_helper.h",
    "text_resource_decoder_builder.cc",
    "text_resource_decoder_builder.h",
    "text_track_loader.cc",
    "text_track_loader.h",
    "threadable_loader.cc",
    "threadable_loader.h",
    "threadable_loader_client.h",
    "threaded_icon_loader.cc",
    "threaded_icon_loader.h",
    "web_associated_url_loader_impl.cc",
    "web_associated_url_loader_impl.h",
    "worker_fetch_context.cc",
    "worker_fetch_context.h",
    "worker_resource_fetcher_properties.cc",
    "worker_resource_fetcher_properties.h",
    "worker_resource_timing_notifier_impl.cc",
    "worker_resource_timing_notifier_impl.h",
  ]

  public_deps = [ "//third_party/blink/renderer/platform" ]
}