blob: be6581749d7a1b0a0f08774639b5a5e0c93a6476 [file] [log] [blame]
# 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("workers") {
sources = [
"abstract_worker.cc",
"abstract_worker.h",
"dedicated_worker.cc",
"dedicated_worker.h",
"dedicated_worker_global_scope.cc",
"dedicated_worker_global_scope.h",
"dedicated_worker_messaging_proxy.cc",
"dedicated_worker_messaging_proxy.h",
"dedicated_worker_object_proxy.cc",
"dedicated_worker_object_proxy.h",
"dedicated_worker_thread.cc",
"dedicated_worker_thread.h",
"execution_context_worker_registry.cc",
"execution_context_worker_registry.h",
"global_scope_creation_params.cc",
"global_scope_creation_params.h",
"installed_scripts_manager.cc",
"installed_scripts_manager.h",
"main_thread_worklet_global_scope.cc",
"main_thread_worklet_global_scope.h",
"main_thread_worklet_reporting_proxy.cc",
"main_thread_worklet_reporting_proxy.h",
"parent_execution_context_task_runners.cc",
"parent_execution_context_task_runners.h",
"shared_worker.cc",
"shared_worker.h",
"shared_worker_content_settings_proxy.cc",
"shared_worker_content_settings_proxy.h",
"shared_worker_global_scope.cc",
"shared_worker_global_scope.h",
"shared_worker_reporting_proxy.cc",
"shared_worker_reporting_proxy.h",
"shared_worker_repository_client.h",
"shared_worker_thread.cc",
"shared_worker_thread.h",
"threaded_messaging_proxy_base.cc",
"threaded_messaging_proxy_base.h",
"threaded_object_proxy_base.cc",
"threaded_object_proxy_base.h",
"threaded_worklet_global_scope.cc",
"threaded_worklet_global_scope.h",
"threaded_worklet_messaging_proxy.cc",
"threaded_worklet_messaging_proxy.h",
"threaded_worklet_object_proxy.cc",
"threaded_worklet_object_proxy.h",
"worker_animation_frame_provider.cc",
"worker_animation_frame_provider.h",
"worker_backing_thread.cc",
"worker_backing_thread.h",
"worker_backing_thread_startup_data.h",
"worker_classic_script_loader.cc",
"worker_classic_script_loader.h",
"worker_clients.cc",
"worker_clients.h",
"worker_content_settings_client.cc",
"worker_content_settings_client.h",
"worker_event_queue.cc",
"worker_event_queue.h",
"worker_global_scope.cc",
"worker_global_scope.h",
"worker_inspector_proxy.cc",
"worker_inspector_proxy.h",
"worker_location.h",
"worker_module_tree_client.cc",
"worker_module_tree_client.h",
"worker_navigator.cc",
"worker_navigator.h",
"worker_or_worklet_global_scope.cc",
"worker_or_worklet_global_scope.h",
"worker_or_worklet_module_fetch_coordinator_proxy.cc",
"worker_or_worklet_module_fetch_coordinator_proxy.h",
"worker_reporting_proxy.h",
"worker_settings.cc",
"worker_settings.h",
"worker_thread.cc",
"worker_thread.h",
"worker_thread_lifecycle_context.cc",
"worker_thread_lifecycle_context.h",
"worker_thread_lifecycle_observer.cc",
"worker_thread_lifecycle_observer.h",
"worklet.cc",
"worklet.h",
"worklet_global_scope.cc",
"worklet_global_scope.h",
"worklet_global_scope_proxy.h",
"worklet_module_responses_map.cc",
"worklet_module_responses_map.h",
"worklet_module_tree_client.cc",
"worklet_module_tree_client.h",
"worklet_pending_tasks.cc",
"worklet_pending_tasks.h",
"worklet_thread_holder.h",
]
}