# 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" ] }