chromium/content/browser/BUILD.gn

# Copyright 2014 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//base/allocator/partition_allocator/partition_alloc.gni")
import("//build/buildflag_header.gni")
import("//build/config/chromeos/ui_mode.gni")
import("//build/config/chromeos/ui_mode.gni")
import("//build/config/compiler/pgo/pgo.gni")
import("//build/config/features.gni")
import("//build/config/linux/pangocairo/pangocairo.gni")
import("//build/config/ozone.gni")
import("//build/config/ui.gni")
import("//chromeos/ash/components/assistant/assistant.gni")
import("//components/viz/common/debugger/viz_debugger.gni")
import("//content/common/features.gni")
import("//content/public/common/zygote/features.gni")
import("//device/bluetooth/emulation/buildflags.gni")
import("//device/vr/buildflags/buildflags.gni")
import("//gpu/vulkan/features.gni")
import("//media/media_options.gni")
import("//net/features.gni")
import("//ppapi/buildflags/buildflags.gni")
import("//printing/buildflags/buildflags.gni")
import("//services/device/public/cpp/compute_pressure/buildflags.gni")
import("//testing/libfuzzer/fuzzer_test.gni")
import("//third_party/blink/public/public_features.gni")
import("//tools/ipc_fuzzer/ipc_fuzzer.gni")

if (is_mac) {
  import("//content/public/app/mac_helpers.gni")
}
if (is_android) {
  import("//third_party/jni_zero/jni_zero.gni")

  rust_static_library("fontations_name_table_ffi") {
    allow_unsafe = true  # Needed for FFI that underpins the `cxx` crate.
    crate_root = "font_unique_name_lookup/name_table_ffi.rs"
    sources = [ "font_unique_name_lookup/name_table_ffi.rs" ]
    cxx_bindings = [ "font_unique_name_lookup/name_table_ffi.rs" ]
    visibility = [
      ":browser",
      "//content/test:*",
    ]
    deps = [
      "//third_party/rust/font_types/v0_6:lib",
      "//third_party/rust/read_fonts/v0_20:lib",
      "//third_party/rust/skrifa/v0_20:lib",
    ]
  }
}

source_set("browser") {
  # Only the public target should depend on this. All other targets (even
  # internal content ones) should depend on the public one.
  visibility = [
    ":content_sms_parser_fuzzer",
    ":for_content_tests",  # See top of //content/BUILD.gn for why.
    "//content/app:*",
    "//content/public/browser:browser_sources",
    "//content/test/fuzzer:ad_auction_headers_util_fuzzer",
    "//content/test/fuzzer:ad_auction_service_mojolpm_fuzzer",
    "//content/test/fuzzer:browser_accessibility_fuzzer",
    "//content/test/fuzzer:clipboard_host_mojolpm_fuzzer",
    "//content/test/fuzzer:first_party_set_parser_fuzzer_support",
    "//content/test/fuzzer:indexed_db_fuzzer_support",
    "//content/test/fuzzer:media_stream_dispatcher_host_mojolpm_fuzzer",
  ]

  configs += [
    "//build/config:precompiled_headers",
    "//content:content_implementation",
    "//v8:external_startup_data",
  ]
  defines = []
  libs = []
  frameworks = []
  ldflags = []

  deps = [
    "//base",
    "//base:base_static",
    "//base:clang_profiling_buildflags",
    "//base/tracing/protos:chrome_track_event_resources",
    "//build:android_buildflags",
    "//build:branding_buildflags",
    "//build:chromecast_buildflags",
    "//build:chromeos_buildflags",
    "//build/config/compiler:compiler_buildflags",
    "//cc",
    "//cc/animation",
    "//cc/mojo_embedder",
    "//cc/paint",
    "//components/attribution_reporting:data_host_mojom",
    "//components/attribution_reporting:mojom",
    "//components/back_forward_cache:enum",
    "//components/browsing_topics/common:common",
    "//components/cbor",
    "//components/discardable_memory/common",
    "//components/discardable_memory/service",
    "//components/download/database",
    "//components/download/public/common:public",
    "//components/file_access",
    "//components/filename_generation",
    "//components/input",
    "//components/link_header_util",
    "//components/metrics",
    "//components/metrics:single_sample_metrics",
    "//components/miracle_parameter/common",
    "//components/network_session_configurator/browser",
    "//components/offline_pages/buildflags",
    "//components/offline_pages/core/request_header",
    "//components/optimization_guide/core:features",
    "//components/os_crypt/sync",
    "//components/payments/content/icon",
    "//components/payments/mojom",
    "//components/power_monitor",
    "//components/services/filesystem:lib",
    "//components/services/quarantine:quarantine",
    "//components/services/storage",
    "//components/services/storage:filesystem_proxy_factory",
    "//components/services/storage/dom_storage:local_storage_proto",
    "//components/services/storage/public/cpp",
    "//components/services/storage/public/mojom",
    "//components/sqlite_proto",
    "//components/system_media_controls",
    "//components/tracing:startup_tracing",
    "//components/ui_devtools",
    "//components/ukm",
    "//components/ukm/debug:util",
    "//components/url_formatter",
    "//components/variations",
    "//components/variations/net",
    "//components/version_info",
    "//components/viz/client",
    "//components/viz/common",
    "//components/viz/host",
    "//components/web_package",
    "//content:content_resources",
    "//content/browser/aggregation_service/proto:aggregatable_report_proto",
    "//content/browser/attribution_reporting:attribution_reporting_proto",
    "//content/browser/attribution_reporting:internals_mojo_bindings",
    "//content/browser/attribution_reporting:mojo_bindings",
    "//content/browser/attribution_reporting:registration_result_mojom",
    "//content/browser/background_fetch:background_fetch_proto",
    "//content/browser/background_sync:background_sync_proto",
    "//content/browser/cache_storage:cache_storage_proto",
    "//content/browser/content_index:content_index_proto",
    "//content/browser/cookie_store:cookie_store_proto",
    "//content/browser/devtools:devtools_background_services_proto",
    "//content/browser/devtools:protocol_sources",
    "//content/browser/download:proto",
    "//content/browser/file_system_access:proto",
    "//content/browser/indexed_db:internals_mojo_bindings",
    "//content/browser/interest_group:interest_group_proto",
    "//content/browser/notifications:notification_proto",
    "//content/browser/payments:payment_app_proto",
    "//content/browser/private_aggregation:mojo_bindings",
    "//content/browser/private_aggregation/proto:private_aggregation_budgets_proto",
    "//content/browser/process_internals:mojo_bindings",
    "//content/browser/resources:resources",
    "//content/browser/resources/media:resources",
    "//content/browser/tracing/trace_report:mojo_bindings",
    "//content/browser/webrtc/resources",
    "//content/common",
    "//content/common:buildflags",
    "//content/common:mojo_bindings",
    "//content/public/browser:proto",
    "//content/public/common:common_sources",
    "//content/public/common:content_descriptor_keys",
    "//content/public/common/zygote:buildflags",
    "//content/services/auction_worklet/public/cpp",
    "//content/services/auction_worklet/public/mojom",
    "//crypto",
    "//device/base",
    "//device/bluetooth",
    "//device/bluetooth/public/cpp",
    "//device/fido",
    "//device/gamepad",
    "//device/vr/public/mojom:isolated_xr_service",
    "//google_apis",
    "//gpu",
    "//gpu/command_buffer/client:gles2_implementation",
    "//gpu/command_buffer/client:gles2_interface",
    "//gpu/command_buffer/client:raster_interface",
    "//gpu/ipc/host",
    "//gpu/vulkan:buildflags",
    "//media",
    "//media:media_buildflags",
    "//media/capture",
    "//media/capture:capture_switches",
    "//media/learning/impl",
    "//media/midi",
    "//media/midi:mojo",
    "//media/mojo:buildflags",
    "//media/mojo/clients",
    "//media/mojo/mojom",
    "//media/mojo/mojom:web_speech_recognition",
    "//media/mojo/services",
    "//media/webrtc",
    "//mojo/core/embedder",
    "//mojo/public/cpp/bindings",
    "//mojo/public/cpp/platform",
    "//mojo/public/cpp/system",
    "//mojo/public/js:resources",
    "//net",
    "//net:extras",
    "//ppapi/buildflags",
    "//printing/buildflags",
    "//services/audio",
    "//services/audio/public/cpp",
    "//services/audio/public/mojom",
    "//services/cert_verifier:lib",
    "//services/data_decoder/public/cpp",
    "//services/data_decoder/public/mojom",
    "//services/device:lib",
    "//services/device/public/cpp:device_features",
    "//services/device/public/cpp/compute_pressure:buildflags",
    "//services/device/public/cpp/generic_sensor",
    "//services/device/public/cpp/geolocation",
    "//services/device/public/mojom",
    "//services/device/public/mojom:device_service",
    "//services/device/public/mojom:generic_sensor",
    "//services/media_session:lib",
    "//services/media_session/public/cpp",
    "//services/media_session/public/mojom",
    "//services/metrics",
    "//services/metrics/public/cpp:metrics_cpp",
    "//services/network:network_service",
    "//services/network/public/cpp",
    "//services/network/public/mojom",
    "//services/resource_coordinator:lib",
    "//services/resource_coordinator/public/cpp:resource_coordinator_cpp",
    "//services/resource_coordinator/public/cpp/memory_instrumentation:browser",
    "//services/screen_ai/buildflags",
    "//services/service_manager/public/cpp",
    "//services/service_manager/public/mojom",
    "//services/shape_detection:lib",
    "//services/shape_detection/public/mojom",
    "//services/tracing:lib",
    "//services/tracing/public/cpp",
    "//services/tracing/public/cpp:traced_process",
    "//services/tracing/public/cpp/background_tracing",
    "//services/tracing/public/mojom",
    "//services/video_capture:lib",
    "//services/video_capture/public/cpp",
    "//services/video_capture/public/mojom:constants",
    "//services/video_effects/public/mojom:mojom",
    "//services/viz/privileged/mojom",
    "//services/viz/public/cpp/gpu",
    "//services/viz/public/mojom",
    "//services/webnn:webnn_service",
    "//services/webnn:webnn_switches",
    "//services/webnn/public/mojom",
    "//skia",
    "//skia/public/mojom",
    "//storage/browser",
    "//storage/browser/quota:mojo_bindings",
    "//storage/common",
    "//third_party/angle:angle_version_info",
    "//third_party/blink/public:blink_headers",
    "//third_party/blink/public:buildflags",
    "//third_party/blink/public:resources",
    "//third_party/blink/public:scaled_resources",
    "//third_party/blink/public/common",
    "//third_party/blink/public/common:common",
    "//third_party/blink/public/common:font_enumeration_table_proto",
    "//third_party/blink/public/strings",
    "//third_party/boringssl",
    "//third_party/brotli:dec",
    "//third_party/distributed_point_functions",
    "//third_party/icu",
    "//third_party/inspector_protocol:crdtp",
    "//third_party/libyuv",
    "//third_party/re2",
    "//third_party/snappy",
    "//third_party/sqlite",
    "//third_party/webrtc_overrides:webrtc_component",
    "//third_party/zlib",
    "//tools/v8_context_snapshot:buildflags",
    "//ui/accessibility",
    "//ui/accessibility:ax_enums_mojo",
    "//ui/base",
    "//ui/base:buildflags",
    "//ui/base:data_exchange",
    "//ui/base:ozone_buildflags",
    "//ui/base/clipboard",
    "//ui/base/cursor/mojom:cursor_type",
    "//ui/base/dragdrop:types",
    "//ui/base/dragdrop/mojom",
    "//ui/base/idle",
    "//ui/base/ime/init",
    "//ui/color",
    "//ui/color:mixers",
    "//ui/compositor",
    "//ui/display",
    "//ui/display/types",
    "//ui/display/util",
    "//ui/display/util:gpu_info_util",
    "//ui/events",
    "//ui/events:gesture_detection",
    "//ui/events/blink",
    "//ui/events/devices",
    "//ui/events/gestures/blink",
    "//ui/gfx",
    "//ui/gfx:color_utils",
    "//ui/gfx/animation",
    "//ui/gfx/geometry",
    "//ui/gfx/geometry/mojom",
    "//ui/gl",
    "//ui/gl:buildflags",
    "//ui/latency",
    "//ui/native_theme",
    "//ui/native_theme:native_theme_browser",
    "//ui/resources",
    "//ui/shell_dialogs",
    "//ui/snapshot",
    "//ui/strings:auto_image_annotation_strings",
    "//ui/strings:ax_strings",
    "//ui/touch_selection",
    "//v8:v8_version",
  ]

  public_deps = [
    "//base",
    "//components/memory_pressure",
    "//content/browser/indexed_db",
    "//ipc",
    "//media/mojo/mojom:remoting",
    "//skia:skia_switches",
    "//third_party/blink/public/mojom:embedded_frame_sink_mojo_bindings",
    "//third_party/leveldatabase",
    "//ui/base/cursor",
    "//ui/base/dragdrop/mojom:mojom_headers",
  ]

  sources = [
    "$target_gen_dir/devtools/protocol/audits.cc",
    "$target_gen_dir/devtools/protocol/audits.h",
    "$target_gen_dir/devtools/protocol/background_service.cc",
    "$target_gen_dir/devtools/protocol/background_service.h",
    "$target_gen_dir/devtools/protocol/browser.cc",
    "$target_gen_dir/devtools/protocol/browser.h",
    "$target_gen_dir/devtools/protocol/device_access.cc",
    "$target_gen_dir/devtools/protocol/device_access.h",
    "$target_gen_dir/devtools/protocol/device_orientation.cc",
    "$target_gen_dir/devtools/protocol/device_orientation.h",
    "$target_gen_dir/devtools/protocol/dom.cc",
    "$target_gen_dir/devtools/protocol/dom.h",
    "$target_gen_dir/devtools/protocol/emulation.cc",
    "$target_gen_dir/devtools/protocol/emulation.h",
    "$target_gen_dir/devtools/protocol/fed_cm.cc",
    "$target_gen_dir/devtools/protocol/fed_cm.h",
    "$target_gen_dir/devtools/protocol/fetch.cc",
    "$target_gen_dir/devtools/protocol/fetch.h",
    "$target_gen_dir/devtools/protocol/forward.h",
    "$target_gen_dir/devtools/protocol/input.cc",
    "$target_gen_dir/devtools/protocol/input.h",
    "$target_gen_dir/devtools/protocol/inspector.cc",
    "$target_gen_dir/devtools/protocol/inspector.h",
    "$target_gen_dir/devtools/protocol/io.cc",
    "$target_gen_dir/devtools/protocol/io.h",
    "$target_gen_dir/devtools/protocol/log.cc",
    "$target_gen_dir/devtools/protocol/log.h",
    "$target_gen_dir/devtools/protocol/memory.cc",
    "$target_gen_dir/devtools/protocol/memory.h",
    "$target_gen_dir/devtools/protocol/network.cc",
    "$target_gen_dir/devtools/protocol/network.h",
    "$target_gen_dir/devtools/protocol/overlay.cc",
    "$target_gen_dir/devtools/protocol/overlay.h",
    "$target_gen_dir/devtools/protocol/page.cc",
    "$target_gen_dir/devtools/protocol/page.h",
    "$target_gen_dir/devtools/protocol/preload.cc",
    "$target_gen_dir/devtools/protocol/preload.h",
    "$target_gen_dir/devtools/protocol/protocol.h",
    "$target_gen_dir/devtools/protocol/runtime.cc",
    "$target_gen_dir/devtools/protocol/runtime.h",
    "$target_gen_dir/devtools/protocol/schema.cc",
    "$target_gen_dir/devtools/protocol/schema.h",
    "$target_gen_dir/devtools/protocol/security.cc",
    "$target_gen_dir/devtools/protocol/security.h",
    "$target_gen_dir/devtools/protocol/service_worker.cc",
    "$target_gen_dir/devtools/protocol/service_worker.h",
    "$target_gen_dir/devtools/protocol/storage.cc",
    "$target_gen_dir/devtools/protocol/storage.h",
    "$target_gen_dir/devtools/protocol/system_info.cc",
    "$target_gen_dir/devtools/protocol/system_info.h",
    "$target_gen_dir/devtools/protocol/target.cc",
    "$target_gen_dir/devtools/protocol/target.h",
    "$target_gen_dir/devtools/protocol/tethering.cc",
    "$target_gen_dir/devtools/protocol/tethering.h",
    "$target_gen_dir/devtools/protocol/tracing.cc",
    "$target_gen_dir/devtools/protocol/tracing.h",
    "about_url_loader_factory.cc",
    "about_url_loader_factory.h",
    "accessibility/accessibility_tree_formatter_blink.cc",
    "accessibility/accessibility_tree_formatter_blink.h",
    "accessibility/browser_accessibility_state_impl.cc",
    "accessibility/browser_accessibility_state_impl.h",
    "accessibility/render_accessibility_host.cc",
    "accessibility/render_accessibility_host.h",
    "accessibility/scoped_mode_collection.cc",
    "accessibility/scoped_mode_collection.h",
    "accessibility/web_contents_accessibility.h",
    "after_startup_task_utils.cc",
    "after_startup_task_utils.h",
    "agent_cluster_key.cc",
    "agent_cluster_key.h",
    "aggregation_service/aggregatable_report.cc",
    "aggregation_service/aggregatable_report.h",
    "aggregation_service/aggregatable_report_assembler.cc",
    "aggregation_service/aggregatable_report_assembler.h",
    "aggregation_service/aggregatable_report_request_storage_id.h",
    "aggregation_service/aggregatable_report_scheduler.cc",
    "aggregation_service/aggregatable_report_scheduler.h",
    "aggregation_service/aggregatable_report_sender.cc",
    "aggregation_service/aggregatable_report_sender.h",
    "aggregation_service/aggregation_service.cc",
    "aggregation_service/aggregation_service.h",
    "aggregation_service/aggregation_service_features.cc",
    "aggregation_service/aggregation_service_features.h",
    "aggregation_service/aggregation_service_impl.cc",
    "aggregation_service/aggregation_service_impl.h",
    "aggregation_service/aggregation_service_key_fetcher.cc",
    "aggregation_service/aggregation_service_key_fetcher.h",
    "aggregation_service/aggregation_service_network_fetcher_impl.cc",
    "aggregation_service/aggregation_service_network_fetcher_impl.h",
    "aggregation_service/aggregation_service_observer.h",
    "aggregation_service/aggregation_service_storage.h",
    "aggregation_service/aggregation_service_storage_context.h",
    "aggregation_service/aggregation_service_storage_sql.cc",
    "aggregation_service/aggregation_service_storage_sql.h",
    "aggregation_service/public_key.cc",
    "aggregation_service/public_key.h",
    "aggregation_service/public_key_parsing_utils.cc",
    "aggregation_service/public_key_parsing_utils.h",
    "aggregation_service/report_scheduler_timer.cc",
    "aggregation_service/report_scheduler_timer.h",
    "ai/echo_ai_manager_impl.cc",
    "ai/echo_ai_manager_impl.h",
    "ai/echo_ai_rewriter.cc",
    "ai/echo_ai_rewriter.h",
    "ai/echo_ai_summarizer.cc",
    "ai/echo_ai_summarizer.h",
    "ai/echo_ai_text_session.cc",
    "ai/echo_ai_text_session.h",
    "ai/echo_ai_writer.cc",
    "ai/echo_ai_writer.h",
    "attribution_reporting/aggregatable_attribution_utils.cc",
    "attribution_reporting/aggregatable_attribution_utils.h",
    "attribution_reporting/aggregatable_debug_rate_limit_table.cc",
    "attribution_reporting/aggregatable_debug_rate_limit_table.h",
    "attribution_reporting/aggregatable_debug_report.cc",
    "attribution_reporting/aggregatable_debug_report.h",
    "attribution_reporting/attribution_background_registrations_id.h",
    "attribution_reporting/attribution_beacon_id.h",
    "attribution_reporting/attribution_config.cc",
    "attribution_reporting/attribution_config.h",
    "attribution_reporting/attribution_constants.h",
    "attribution_reporting/attribution_cookie_checker.h",
    "attribution_reporting/attribution_cookie_checker_impl.cc",
    "attribution_reporting/attribution_cookie_checker_impl.h",
    "attribution_reporting/attribution_data_host_manager.h",
    "attribution_reporting/attribution_data_host_manager_impl.cc",
    "attribution_reporting/attribution_data_host_manager_impl.h",
    "attribution_reporting/attribution_debug_report.cc",
    "attribution_reporting/attribution_debug_report.h",
    "attribution_reporting/attribution_features.cc",
    "attribution_reporting/attribution_features.h",
    "attribution_reporting/attribution_host.cc",
    "attribution_reporting/attribution_host.h",
    "attribution_reporting/attribution_info.cc",
    "attribution_reporting/attribution_info.h",
    "attribution_reporting/attribution_input_event.cc",
    "attribution_reporting/attribution_input_event.h",
    "attribution_reporting/attribution_internals_handler_impl.cc",
    "attribution_reporting/attribution_internals_handler_impl.h",
    "attribution_reporting/attribution_internals_ui.cc",
    "attribution_reporting/attribution_internals_ui.h",
    "attribution_reporting/attribution_manager.cc",
    "attribution_reporting/attribution_manager.h",
    "attribution_reporting/attribution_manager_impl.cc",
    "attribution_reporting/attribution_manager_impl.h",
    "attribution_reporting/attribution_observer.h",
    "attribution_reporting/attribution_os_level_manager.cc",
    "attribution_reporting/attribution_os_level_manager.h",
    "attribution_reporting/attribution_report.cc",
    "attribution_reporting/attribution_report.h",
    "attribution_reporting/attribution_report_network_sender.cc",
    "attribution_reporting/attribution_report_network_sender.h",
    "attribution_reporting/attribution_report_sender.h",
    "attribution_reporting/attribution_resolver.h",
    "attribution_reporting/attribution_resolver_delegate.cc",
    "attribution_reporting/attribution_resolver_delegate.h",
    "attribution_reporting/attribution_resolver_delegate_impl.cc",
    "attribution_reporting/attribution_resolver_delegate_impl.h",
    "attribution_reporting/attribution_resolver_impl.cc",
    "attribution_reporting/attribution_resolver_impl.h",
    "attribution_reporting/attribution_storage_sql.cc",
    "attribution_reporting/attribution_storage_sql.h",
    "attribution_reporting/attribution_storage_sql_migrations.cc",
    "attribution_reporting/attribution_storage_sql_migrations.h",
    "attribution_reporting/attribution_suitable_context.cc",
    "attribution_reporting/attribution_suitable_context.h",
    "attribution_reporting/attribution_trigger.cc",
    "attribution_reporting/attribution_trigger.h",
    "attribution_reporting/attribution_utils.cc",
    "attribution_reporting/attribution_utils.h",
    "attribution_reporting/common_source_info.cc",
    "attribution_reporting/common_source_info.h",
    "attribution_reporting/create_report_result.cc",
    "attribution_reporting/create_report_result.h",
    "attribution_reporting/os_registration.cc",
    "attribution_reporting/os_registration.h",
    "attribution_reporting/rate_limit_result.h",
    "attribution_reporting/rate_limit_table.cc",
    "attribution_reporting/rate_limit_table.h",
    "attribution_reporting/send_result.cc",
    "attribution_reporting/send_result.h",
    "attribution_reporting/sql_queries.h",
    "attribution_reporting/sql_utils.cc",
    "attribution_reporting/sql_utils.h",
    "attribution_reporting/storable_source.cc",
    "attribution_reporting/storable_source.h",
    "attribution_reporting/store_source_result.cc",
    "attribution_reporting/store_source_result.h",
    "attribution_reporting/stored_source.cc",
    "attribution_reporting/stored_source.h",
    "audio/audio_service.cc",
    "background_fetch/background_fetch_context.cc",
    "background_fetch/background_fetch_context.h",
    "background_fetch/background_fetch_cross_origin_filter.cc",
    "background_fetch/background_fetch_cross_origin_filter.h",
    "background_fetch/background_fetch_data_manager.cc",
    "background_fetch/background_fetch_data_manager.h",
    "background_fetch/background_fetch_delegate_proxy.cc",
    "background_fetch/background_fetch_delegate_proxy.h",
    "background_fetch/background_fetch_event_dispatcher.cc",
    "background_fetch/background_fetch_event_dispatcher.h",
    "background_fetch/background_fetch_job_controller.cc",
    "background_fetch/background_fetch_job_controller.h",
    "background_fetch/background_fetch_metrics.cc",
    "background_fetch/background_fetch_metrics.h",
    "background_fetch/background_fetch_registration_id.cc",
    "background_fetch/background_fetch_registration_id.h",
    "background_fetch/background_fetch_registration_notifier.cc",
    "background_fetch/background_fetch_registration_notifier.h",
    "background_fetch/background_fetch_registration_service_impl.cc",
    "background_fetch/background_fetch_registration_service_impl.h",
    "background_fetch/background_fetch_request_info.cc",
    "background_fetch/background_fetch_request_info.h",
    "background_fetch/background_fetch_request_match_params.cc",
    "background_fetch/background_fetch_request_match_params.h",
    "background_fetch/background_fetch_scheduler.cc",
    "background_fetch/background_fetch_scheduler.h",
    "background_fetch/background_fetch_service_impl.cc",
    "background_fetch/background_fetch_service_impl.h",
    "background_fetch/storage/cleanup_task.cc",
    "background_fetch/storage/cleanup_task.h",
    "background_fetch/storage/create_metadata_task.cc",
    "background_fetch/storage/create_metadata_task.h",
    "background_fetch/storage/database_helpers.cc",
    "background_fetch/storage/database_helpers.h",
    "background_fetch/storage/database_task.cc",
    "background_fetch/storage/database_task.h",
    "background_fetch/storage/delete_registration_task.cc",
    "background_fetch/storage/delete_registration_task.h",
    "background_fetch/storage/get_developer_ids_task.cc",
    "background_fetch/storage/get_developer_ids_task.h",
    "background_fetch/storage/get_initialization_data_task.cc",
    "background_fetch/storage/get_initialization_data_task.h",
    "background_fetch/storage/get_metadata_task.cc",
    "background_fetch/storage/get_metadata_task.h",
    "background_fetch/storage/get_registration_task.cc",
    "background_fetch/storage/get_registration_task.h",
    "background_fetch/storage/get_request_blob_task.cc",
    "background_fetch/storage/get_request_blob_task.h",
    "background_fetch/storage/image_helpers.cc",
    "background_fetch/storage/image_helpers.h",
    "background_fetch/storage/mark_registration_for_deletion_task.cc",
    "background_fetch/storage/mark_registration_for_deletion_task.h",
    "background_fetch/storage/mark_request_complete_task.cc",
    "background_fetch/storage/mark_request_complete_task.h",
    "background_fetch/storage/match_requests_task.cc",
    "background_fetch/storage/match_requests_task.h",
    "background_fetch/storage/start_next_pending_request_task.cc",
    "background_fetch/storage/start_next_pending_request_task.h",
    "background_sync/background_sync_context_impl.cc",
    "background_sync/background_sync_context_impl.h",
    "background_sync/background_sync_launcher.cc",
    "background_sync/background_sync_launcher.h",
    "background_sync/background_sync_manager.cc",
    "background_sync/background_sync_manager.h",
    "background_sync/background_sync_metrics.cc",
    "background_sync/background_sync_metrics.h",
    "background_sync/background_sync_network_observer.cc",
    "background_sync/background_sync_network_observer.h",
    "background_sync/background_sync_op_scheduler.cc",
    "background_sync/background_sync_op_scheduler.h",
    "background_sync/background_sync_proxy.cc",
    "background_sync/background_sync_proxy.h",
    "background_sync/background_sync_registration_helper.cc",
    "background_sync/background_sync_registration_helper.h",
    "background_sync/background_sync_scheduler.cc",
    "background_sync/background_sync_scheduler.h",
    "background_sync/background_sync_status.h",
    "background_sync/one_shot_background_sync_service_impl.cc",
    "background_sync/one_shot_background_sync_service_impl.h",
    "background_sync/periodic_background_sync_service_impl.cc",
    "background_sync/periodic_background_sync_service_impl.h",
    "bad_message.cc",
    "bad_message.h",
    "blob_storage/blob_internals_url_loader.cc",
    "blob_storage/blob_internals_url_loader.h",
    "blob_storage/blob_registry_wrapper.cc",
    "blob_storage/blob_registry_wrapper.h",
    "blob_storage/chrome_blob_storage_context.cc",
    "blob_storage/chrome_blob_storage_context.h",
    "blob_storage/file_backed_blob_factory_base.cc",
    "blob_storage/file_backed_blob_factory_base.h",
    "blob_storage/file_backed_blob_factory_frame_impl.cc",
    "blob_storage/file_backed_blob_factory_frame_impl.h",
    "blob_storage/file_backed_blob_factory_worker_impl.cc",
    "blob_storage/file_backed_blob_factory_worker_impl.h",
    "bluetooth/advertisement_client.cc",
    "bluetooth/advertisement_client.h",
    "bluetooth/bluetooth_adapter_factory_wrapper.cc",
    "bluetooth/bluetooth_adapter_factory_wrapper.h",
    "bluetooth/bluetooth_allowed_devices.cc",
    "bluetooth/bluetooth_allowed_devices.h",
    "bluetooth/bluetooth_allowed_devices_map.cc",
    "bluetooth/bluetooth_allowed_devices_map.h",
    "bluetooth/bluetooth_blocklist.cc",
    "bluetooth/bluetooth_blocklist.h",
    "bluetooth/bluetooth_device_chooser_controller.cc",
    "bluetooth/bluetooth_device_chooser_controller.h",
    "bluetooth/bluetooth_device_scanning_prompt_controller.cc",
    "bluetooth/bluetooth_device_scanning_prompt_controller.h",
    "bluetooth/bluetooth_metrics.cc",
    "bluetooth/bluetooth_metrics.h",
    "bluetooth/bluetooth_util.cc",
    "bluetooth/bluetooth_util.h",
    "bluetooth/frame_connected_bluetooth_devices.cc",
    "bluetooth/frame_connected_bluetooth_devices.h",
    "bluetooth/web_bluetooth_pairing_manager.h",
    "bluetooth/web_bluetooth_pairing_manager_delegate.h",
    "bluetooth/web_bluetooth_pairing_manager_impl.cc",
    "bluetooth/web_bluetooth_pairing_manager_impl.h",
    "bluetooth/web_bluetooth_service_impl.cc",
    "bluetooth/web_bluetooth_service_impl.h",
    "broadcast_channel/broadcast_channel_provider.cc",
    "broadcast_channel/broadcast_channel_provider.h",
    "broadcast_channel/broadcast_channel_service.cc",
    "broadcast_channel/broadcast_channel_service.h",
    "browser_child_process_host_impl.cc",
    "browser_child_process_host_impl.h",
    "browser_child_process_host_impl_receiver_bindings.cc",
    "browser_context.cc",
    "browser_context_impl.cc",
    "browser_context_impl.h",
    "browser_interface_binders.cc",
    "browser_interface_binders.h",
    "browser_interface_broker_impl.h",
    "browser_main.cc",
    "browser_main.h",
    "browser_main_loop.cc",
    "browser_main_loop.h",
    "browser_main_runner_impl.cc",
    "browser_main_runner_impl.h",
    "browser_plugin/browser_plugin_embedder.cc",
    "browser_plugin/browser_plugin_embedder.h",
    "browser_plugin/browser_plugin_guest.cc",
    "browser_plugin/browser_plugin_guest.h",
    "browser_process_io_thread.cc",
    "browser_process_io_thread.h",
    "browser_thread_impl.cc",
    "browser_thread_impl.h",
    "browser_url_handler_impl.cc",
    "browser_url_handler_impl.h",
    "browsing_data/browsing_data_filter_builder_impl.cc",
    "browsing_data/browsing_data_filter_builder_impl.h",
    "browsing_data/browsing_data_remover_impl.cc",
    "browsing_data/browsing_data_remover_impl.h",
    "browsing_data/clear_site_data_handler.cc",
    "browsing_data/clear_site_data_handler.h",
    "browsing_data/clear_site_data_utils.cc",
    "browsing_data/conditional_cache_deletion_helper.cc",
    "browsing_data/conditional_cache_deletion_helper.h",
    "browsing_data/storage_partition_code_cache_data_remover.cc",
    "browsing_data/storage_partition_code_cache_data_remover.h",
    "browsing_instance.cc",
    "browsing_instance.h",
    "browsing_topics/browsing_topics_document_host.cc",
    "browsing_topics/browsing_topics_document_host.h",
    "browsing_topics/browsing_topics_site_data_manager_impl.cc",
    "browsing_topics/browsing_topics_site_data_manager_impl.h",
    "browsing_topics/browsing_topics_site_data_storage.cc",
    "browsing_topics/browsing_topics_site_data_storage.h",
    "browsing_topics/browsing_topics_url_loader_interceptor.cc",
    "browsing_topics/browsing_topics_url_loader_interceptor.h",
    "browsing_topics/header_util.cc",
    "browsing_topics/header_util.h",
    "buckets/bucket_context.h",
    "buckets/bucket_host.cc",
    "buckets/bucket_host.h",
    "buckets/bucket_manager.cc",
    "buckets/bucket_manager.h",
    "buckets/bucket_manager_host.cc",
    "buckets/bucket_manager_host.h",
    "buckets/bucket_utils.cc",
    "buckets/bucket_utils.h",
    "byte_stream.cc",
    "byte_stream.h",
    "cache_storage/background_fetch_cache_entry_handler_impl.cc",
    "cache_storage/background_fetch_cache_entry_handler_impl.h",
    "cache_storage/blob_storage_context_wrapper.cc",
    "cache_storage/blob_storage_context_wrapper.h",
    "cache_storage/cache_storage.cc",
    "cache_storage/cache_storage.h",
    "cache_storage/cache_storage_blob_to_disk_cache.cc",
    "cache_storage/cache_storage_blob_to_disk_cache.h",
    "cache_storage/cache_storage_cache.cc",
    "cache_storage/cache_storage_cache.h",
    "cache_storage/cache_storage_cache_entry_handler.cc",
    "cache_storage/cache_storage_cache_entry_handler.h",
    "cache_storage/cache_storage_cache_handle.h",
    "cache_storage/cache_storage_cache_observer.h",
    "cache_storage/cache_storage_context_impl.cc",
    "cache_storage/cache_storage_context_impl.h",
    "cache_storage/cache_storage_control_wrapper.cc",
    "cache_storage/cache_storage_control_wrapper.h",
    "cache_storage/cache_storage_dispatcher_host.cc",
    "cache_storage/cache_storage_dispatcher_host.h",
    "cache_storage/cache_storage_handle.h",
    "cache_storage/cache_storage_histogram_utils.cc",
    "cache_storage/cache_storage_histogram_utils.h",
    "cache_storage/cache_storage_index.cc",
    "cache_storage/cache_storage_index.h",
    "cache_storage/cache_storage_manager.cc",
    "cache_storage/cache_storage_manager.h",
    "cache_storage/cache_storage_operation.cc",
    "cache_storage/cache_storage_operation.h",
    "cache_storage/cache_storage_quota_client.cc",
    "cache_storage/cache_storage_quota_client.h",
    "cache_storage/cache_storage_ref.h",
    "cache_storage/cache_storage_scheduler.cc",
    "cache_storage/cache_storage_scheduler.h",
    "cache_storage/cache_storage_scheduler_types.h",
    "cache_storage/cache_storage_trace_utils.cc",
    "cache_storage/cache_storage_trace_utils.h",
    "cache_storage/scoped_writable_entry.h",
    "can_commit_status.h",
    "child_process_host_impl.cc",
    "child_process_host_impl.h",
    "child_process_launcher.cc",
    "child_process_launcher.h",
    "child_process_launcher_helper.cc",
    "child_process_launcher_helper.h",
    "child_process_security_policy_impl.cc",
    "child_process_security_policy_impl.h",
    "client_hints/client_hints.cc",
    "client_hints/client_hints.h",
    "client_hints/critical_client_hints_throttle.cc",
    "client_hints/critical_client_hints_throttle.h",
    "closewatcher/close_listener_host.cc",
    "closewatcher/close_listener_host.h",
    "closewatcher/close_listener_manager.cc",
    "closewatcher/close_listener_manager.h",
    "code_cache/generated_code_cache.cc",
    "code_cache/generated_code_cache.h",
    "code_cache/generated_code_cache_context.cc",
    "code_cache/generated_code_cache_context.h",
    "code_cache/simple_lru_cache.cc",
    "code_cache/simple_lru_cache.h",
    "compositor/surface_utils.cc",
    "compositor/surface_utils.h",
    "contacts/contacts_manager_impl.cc",
    "contacts/contacts_manager_impl.h",
    "contacts/contacts_provider.h",
    "content_index/content_index_context_impl.cc",
    "content_index/content_index_context_impl.h",
    "content_index/content_index_database.cc",
    "content_index/content_index_database.h",
    "content_index/content_index_service_impl.cc",
    "content_index/content_index_service_impl.h",
    "cookie_deprecation_label/cookie_deprecation_label_manager_impl.cc",
    "cookie_deprecation_label/cookie_deprecation_label_manager_impl.h",
    "cookie_store/cookie_change_subscription.cc",
    "cookie_store/cookie_change_subscription.h",
    "cookie_store/cookie_store_host.cc",
    "cookie_store/cookie_store_host.h",
    "cookie_store/cookie_store_manager.cc",
    "cookie_store/cookie_store_manager.h",
    "data_url_loader_factory.cc",
    "data_url_loader_factory.h",
    "device/device_service.cc",
    "device_posture/device_posture_platform_provider.cc",
    "device_posture/device_posture_platform_provider.h",
    "device_posture/device_posture_platform_provider_default.cc",
    "device_posture/device_posture_platform_provider_default.h",
    "device_posture/device_posture_provider_impl.cc",
    "device_posture/device_posture_provider_impl.h",
    "devtools/auction_worklet_devtools_agent_host.cc",
    "devtools/auction_worklet_devtools_agent_host.h",
    "devtools/browser_devtools_agent_host.cc",
    "devtools/browser_devtools_agent_host.h",
    "devtools/cross_thread_protocol_callback.h",
    "devtools/dedicated_worker_devtools_agent_host.cc",
    "devtools/dedicated_worker_devtools_agent_host.h",
    "devtools/devtools_agent_host_impl.cc",
    "devtools/devtools_agent_host_impl.h",
    "devtools/devtools_background_services_context_impl.cc",
    "devtools/devtools_background_services_context_impl.h",
    "devtools/devtools_device_request_prompt_info.h",
    "devtools/devtools_http_handler.cc",
    "devtools/devtools_http_handler.h",
    "devtools/devtools_instrumentation.cc",
    "devtools/devtools_instrumentation.h",
    "devtools/devtools_io_context.cc",
    "devtools/devtools_io_context.h",
    "devtools/devtools_issue_storage.cc",
    "devtools/devtools_issue_storage.h",
    "devtools/devtools_manager.cc",
    "devtools/devtools_manager.h",
    "devtools/devtools_pipe_handler.cc",
    "devtools/devtools_pipe_handler.h",
    "devtools/devtools_preload_storage.cc",
    "devtools/devtools_preload_storage.h",
    "devtools/devtools_renderer_channel.cc",
    "devtools/devtools_renderer_channel.h",
    "devtools/devtools_session.cc",
    "devtools/devtools_session.h",
    "devtools/devtools_stream_blob.cc",
    "devtools/devtools_stream_blob.h",
    "devtools/devtools_stream_file.cc",
    "devtools/devtools_stream_file.h",
    "devtools/devtools_stream_pipe.cc",
    "devtools/devtools_stream_pipe.h",
    "devtools/devtools_throttle_handle.cc",
    "devtools/devtools_throttle_handle.h",
    "devtools/devtools_traceable_screenshot.cc",
    "devtools/devtools_traceable_screenshot.h",
    "devtools/devtools_url_loader_interceptor.cc",
    "devtools/devtools_url_loader_interceptor.h",
    "devtools/devtools_video_consumer.cc",
    "devtools/devtools_video_consumer.h",
    "devtools/forwarding_agent_host.cc",
    "devtools/forwarding_agent_host.h",
    "devtools/frame_auto_attacher.cc",
    "devtools/frame_auto_attacher.h",
    "devtools/mojom_devtools_agent_host.cc",
    "devtools/mojom_devtools_agent_host.h",
    "devtools/network_service_devtools_observer.cc",
    "devtools/network_service_devtools_observer.h",
    "devtools/protocol/audits_handler.cc",
    "devtools/protocol/audits_handler.h",
    "devtools/protocol/background_service_handler.cc",
    "devtools/protocol/background_service_handler.h",
    "devtools/protocol/browser_handler.cc",
    "devtools/protocol/browser_handler.h",
    "devtools/protocol/device_access_handler.cc",
    "devtools/protocol/device_access_handler.h",
    "devtools/protocol/device_orientation_handler.cc",
    "devtools/protocol/device_orientation_handler.h",
    "devtools/protocol/devtools_domain_handler.cc",
    "devtools/protocol/devtools_domain_handler.h",
    "devtools/protocol/devtools_download_manager_delegate.cc",
    "devtools/protocol/devtools_download_manager_delegate.h",
    "devtools/protocol/devtools_mhtml_helper.cc",
    "devtools/protocol/devtools_mhtml_helper.h",
    "devtools/protocol/devtools_network_resource_loader.cc",
    "devtools/protocol/devtools_network_resource_loader.h",
    "devtools/protocol/dom_handler.cc",
    "devtools/protocol/dom_handler.h",
    "devtools/protocol/emulation_handler.cc",
    "devtools/protocol/emulation_handler.h",
    "devtools/protocol/fedcm_handler.cc",
    "devtools/protocol/fedcm_handler.h",
    "devtools/protocol/fetch_handler.cc",
    "devtools/protocol/fetch_handler.h",
    "devtools/protocol/handler_helpers.cc",
    "devtools/protocol/handler_helpers.h",
    "devtools/protocol/input_handler.cc",
    "devtools/protocol/input_handler.h",
    "devtools/protocol/inspector_handler.cc",
    "devtools/protocol/inspector_handler.h",
    "devtools/protocol/io_handler.cc",
    "devtools/protocol/io_handler.h",
    "devtools/protocol/log_handler.cc",
    "devtools/protocol/log_handler.h",
    "devtools/protocol/memory_handler.cc",
    "devtools/protocol/memory_handler.h",
    "devtools/protocol/native_input_event_builder.h",
    "devtools/protocol/network_handler.cc",
    "devtools/protocol/network_handler.h",
    "devtools/protocol/overlay_handler.cc",
    "devtools/protocol/overlay_handler.h",
    "devtools/protocol/page_handler.cc",
    "devtools/protocol/page_handler.h",
    "devtools/protocol/preload_handler.cc",
    "devtools/protocol/preload_handler.h",
    "devtools/protocol/schema_handler.cc",
    "devtools/protocol/schema_handler.h",
    "devtools/protocol/security_handler.cc",
    "devtools/protocol/security_handler.h",
    "devtools/protocol/service_worker_handler.cc",
    "devtools/protocol/service_worker_handler.h",
    "devtools/protocol/storage_handler.cc",
    "devtools/protocol/storage_handler.h",
    "devtools/protocol/system_info_handler.cc",
    "devtools/protocol/system_info_handler.h",
    "devtools/protocol/target_auto_attacher.cc",
    "devtools/protocol/target_auto_attacher.h",
    "devtools/protocol/target_handler.cc",
    "devtools/protocol/target_handler.h",
    "devtools/protocol/tethering_handler.cc",
    "devtools/protocol/tethering_handler.h",
    "devtools/protocol/tracing_handler.cc",
    "devtools/protocol/tracing_handler.h",
    "devtools/render_frame_devtools_agent_host.cc",
    "devtools/render_frame_devtools_agent_host.h",
    "devtools/request_body_collector.cc",
    "devtools/request_body_collector.h",
    "devtools/service_worker_devtools_agent_host.cc",
    "devtools/service_worker_devtools_agent_host.h",
    "devtools/service_worker_devtools_manager.cc",
    "devtools/service_worker_devtools_manager.h",
    "devtools/shared_storage_worklet_devtools_agent_host.cc",
    "devtools/shared_storage_worklet_devtools_agent_host.h",
    "devtools/shared_storage_worklet_devtools_manager.cc",
    "devtools/shared_storage_worklet_devtools_manager.h",
    "devtools/shared_worker_devtools_agent_host.cc",
    "devtools/shared_worker_devtools_agent_host.h",
    "devtools/shared_worker_devtools_manager.cc",
    "devtools/shared_worker_devtools_manager.h",
    "devtools/tracing_process_set_monitor.cc",
    "devtools/tracing_process_set_monitor.h",
    "devtools/web_contents_devtools_agent_host.cc",
    "devtools/web_contents_devtools_agent_host.h",
    "devtools/worker_devtools_manager.cc",
    "devtools/worker_devtools_manager.h",
    "devtools/worker_or_worklet_devtools_agent_host.cc",
    "devtools/worker_or_worklet_devtools_agent_host.h",
    "devtools/worklet_devtools_agent_host.cc",
    "devtools/worklet_devtools_agent_host.h",
    "display_cutout/display_cutout_constants.h",
    "display_cutout/display_cutout_host_impl.cc",
    "display_cutout/display_cutout_host_impl.h",
    "display_cutout/safe_area_insets_host.cc",
    "display_cutout/safe_area_insets_host.h",
    "display_cutout/safe_area_insets_host_impl.cc",
    "display_cutout/safe_area_insets_host_impl.h",
    "dom_storage/dom_storage_context_wrapper.cc",
    "dom_storage/dom_storage_context_wrapper.h",
    "dom_storage/session_storage_namespace_impl.cc",
    "dom_storage/session_storage_namespace_impl.h",
    "download/data_url_blob_reader.cc",
    "download/data_url_blob_reader.h",
    "download/download_item_utils.cc",
    "download/download_manager_impl.cc",
    "download/download_manager_impl.h",
    "download/download_request_utils.cc",
    "download/drag_download_file.cc",
    "download/drag_download_file.h",
    "download/drag_download_util.cc",
    "download/drag_download_util.h",
    "download/mhtml_extra_parts_impl.cc",
    "download/mhtml_extra_parts_impl.h",
    "download/mhtml_generation_manager.cc",
    "download/mhtml_generation_manager.h",
    "download/save_file.cc",
    "download/save_file.h",
    "download/save_file_manager.cc",
    "download/save_file_manager.h",
    "download/save_item.cc",
    "download/save_item.h",
    "download/save_package.cc",
    "download/save_package.h",
    "download/save_package_serialization_handler.cc",
    "download/save_package_serialization_handler.h",
    "download/save_types.cc",
    "download/save_types.h",
    "eye_dropper_chooser_impl.cc",
    "eye_dropper_chooser_impl.h",
    "feature_observer.cc",
    "feature_observer.h",
    "fenced_frame/automatic_beacon_info.cc",
    "fenced_frame/automatic_beacon_info.h",
    "fenced_frame/fenced_document_data.cc",
    "fenced_frame/fenced_document_data.h",
    "fenced_frame/fenced_frame.cc",
    "fenced_frame/fenced_frame.h",
    "fenced_frame/fenced_frame_config.cc",
    "fenced_frame/fenced_frame_config.h",
    "fenced_frame/fenced_frame_reporter.cc",
    "fenced_frame/fenced_frame_reporter.h",
    "fenced_frame/fenced_frame_url_mapping.cc",
    "fenced_frame/fenced_frame_url_mapping.h",
    "field_trial_recorder.cc",
    "field_trial_recorder.h",
    "field_trial_synchronizer.cc",
    "field_trial_synchronizer.h",
    "file_system/browser_file_system_helper.cc",
    "file_system/browser_file_system_helper.h",
    "file_system/file_system_manager_impl.cc",
    "file_system/file_system_manager_impl.h",
    "file_system/file_system_url_loader_factory.cc",
    "file_system/file_system_url_loader_factory.h",
    "file_system_access/features.cc",
    "file_system_access/features.h",
    "file_system_access/file_path_watcher/file_path_watcher.cc",
    "file_system_access/file_path_watcher/file_path_watcher.h",
    "file_system_access/file_path_watcher/file_path_watcher_histogram.cc",
    "file_system_access/file_path_watcher/file_path_watcher_histogram.h",
    "file_system_access/file_system_access_access_handle_host_impl.cc",
    "file_system_access/file_system_access_access_handle_host_impl.h",
    "file_system_access/file_system_access_bucket_path_watcher.cc",
    "file_system_access/file_system_access_bucket_path_watcher.h",
    "file_system_access/file_system_access_change_source.cc",
    "file_system_access/file_system_access_change_source.h",
    "file_system_access/file_system_access_data_transfer_token_impl.cc",
    "file_system_access/file_system_access_data_transfer_token_impl.h",
    "file_system_access/file_system_access_directory_handle_impl.cc",
    "file_system_access/file_system_access_directory_handle_impl.h",
    "file_system_access/file_system_access_error.cc",
    "file_system_access/file_system_access_error.h",
    "file_system_access/file_system_access_file_delegate_host_impl.cc",
    "file_system_access/file_system_access_file_delegate_host_impl.h",
    "file_system_access/file_system_access_file_handle_impl.cc",
    "file_system_access/file_system_access_file_handle_impl.h",
    "file_system_access/file_system_access_file_modification_host_impl.cc",
    "file_system_access/file_system_access_file_modification_host_impl.h",
    "file_system_access/file_system_access_file_writer_impl.cc",
    "file_system_access/file_system_access_file_writer_impl.h",
    "file_system_access/file_system_access_handle_base.cc",
    "file_system_access/file_system_access_handle_base.h",
    "file_system_access/file_system_access_lock_manager.cc",
    "file_system_access/file_system_access_lock_manager.h",
    "file_system_access/file_system_access_manager_impl.cc",
    "file_system_access/file_system_access_manager_impl.h",
    "file_system_access/file_system_access_observer_host.cc",
    "file_system_access/file_system_access_observer_host.h",
    "file_system_access/file_system_access_observer_observation.cc",
    "file_system_access/file_system_access_observer_observation.h",
    "file_system_access/file_system_access_safe_move_helper.cc",
    "file_system_access/file_system_access_safe_move_helper.h",
    "file_system_access/file_system_access_transfer_token_impl.cc",
    "file_system_access/file_system_access_transfer_token_impl.h",
    "file_system_access/file_system_access_watch_scope.cc",
    "file_system_access/file_system_access_watch_scope.h",
    "file_system_access/file_system_access_watcher_manager.cc",
    "file_system_access/file_system_access_watcher_manager.h",
    "file_system_access/file_system_chooser.cc",
    "file_system_access/file_system_chooser.h",
    "file_system_access/fixed_file_system_access_permission_grant.cc",
    "file_system_access/fixed_file_system_access_permission_grant.h",
    "find_in_page_client.cc",
    "find_in_page_client.h",
    "find_request_manager.cc",
    "find_request_manager.h",
    "first_party_sets/database/first_party_sets_database.cc",
    "first_party_sets/database/first_party_sets_database.h",
    "first_party_sets/first_party_set_parser.cc",
    "first_party_sets/first_party_set_parser.h",
    "first_party_sets/first_party_sets_handler_database_helper.cc",
    "first_party_sets/first_party_sets_handler_database_helper.h",
    "first_party_sets/first_party_sets_handler_impl.h",
    "first_party_sets/first_party_sets_handler_impl_instance.cc",
    "first_party_sets/first_party_sets_handler_impl_instance.h",
    "first_party_sets/first_party_sets_loader.cc",
    "first_party_sets/first_party_sets_loader.h",
    "first_party_sets/first_party_sets_overrides_policy.cc",
    "first_party_sets/first_party_sets_overrides_policy.h",
    "first_party_sets/first_party_sets_site_data_remover.cc",
    "first_party_sets/first_party_sets_site_data_remover.h",
    "font_access/font_access_manager.cc",
    "font_access/font_access_manager.h",
    "font_access/font_enumeration_cache.cc",
    "font_access/font_enumeration_cache.h",
    "font_access/font_enumeration_data_source.cc",
    "font_access/font_enumeration_data_source.h",
    "font_list_async.cc",
    "generic_sensor/frame_sensor_provider_proxy.cc",
    "generic_sensor/frame_sensor_provider_proxy.h",
    "generic_sensor/web_contents_sensor_provider_proxy.cc",
    "generic_sensor/web_contents_sensor_provider_proxy.h",
    "geolocation/geolocation_service_impl.cc",
    "geolocation/geolocation_service_impl.h",
    "gpu/browser_gpu_channel_host_factory.cc",
    "gpu/browser_gpu_channel_host_factory.h",
    "gpu/browser_gpu_client_delegate.cc",
    "gpu/browser_gpu_client_delegate.h",
    "gpu/compositor_util.cc",
    "gpu/compositor_util.h",
    "gpu/gpu_client.cc",
    "gpu/gpu_data_manager_impl.cc",
    "gpu/gpu_data_manager_impl.h",
    "gpu/gpu_data_manager_impl_private.cc",
    "gpu/gpu_data_manager_impl_private.h",
    "gpu/gpu_disk_cache_factory.cc",
    "gpu/gpu_disk_cache_factory.h",
    "gpu/gpu_feature_checker_impl.cc",
    "gpu/gpu_feature_checker_impl.h",
    "gpu/gpu_internals_ui.cc",
    "gpu/gpu_internals_ui.h",
    "gpu/gpu_main_thread_factory.cc",
    "gpu/gpu_main_thread_factory.h",
    "gpu/gpu_memory_buffer_manager_singleton.cc",
    "gpu/gpu_memory_buffer_manager_singleton.h",
    "gpu/gpu_process_host.cc",
    "gpu/gpu_process_host.h",
    "gpu/gpu_process_host_receiver_bindings.cc",
    "gpu/peak_gpu_memory_tracker_impl.cc",
    "gpu/peak_gpu_memory_tracker_impl.h",
    "handwriting/handwriting_recognition_service_factory.cc",
    "handwriting/handwriting_recognition_service_factory.h",
    "handwriting/handwriting_recognition_service_impl.cc",
    "handwriting/handwriting_recognition_service_impl.h",
    "handwriting/handwriting_recognizer_impl.cc",
    "handwriting/handwriting_recognizer_impl.h",
    "host_zoom_level_context.cc",
    "host_zoom_level_context.h",
    "host_zoom_map_impl.cc",
    "host_zoom_map_impl.h",
    "idle/idle_manager_impl.cc",
    "idle/idle_manager_impl.h",
    "image_capture/image_capture_impl.cc",
    "image_capture/image_capture_impl.h",
    "in_memory_federated_permission_context.cc",
    "in_memory_federated_permission_context.h",
    "indexed_db/indexed_db_internals_ui.cc",
    "indexed_db/indexed_db_internals_ui.h",
    "installedapp/fetch_related_apps_task.h",
    "installedapp/installed_app_provider_impl.cc",
    "installedapp/installed_app_provider_impl.h",
    "interest_group/ad_auction_document_data.cc",
    "interest_group/ad_auction_document_data.h",
    "interest_group/ad_auction_headers_util.cc",
    "interest_group/ad_auction_headers_util.h",
    "interest_group/ad_auction_page_data.cc",
    "interest_group/ad_auction_page_data.h",
    "interest_group/ad_auction_result_metrics.cc",
    "interest_group/ad_auction_result_metrics.h",
    "interest_group/ad_auction_service_impl.cc",
    "interest_group/ad_auction_service_impl.h",
    "interest_group/ad_auction_url_loader_interceptor.cc",
    "interest_group/ad_auction_url_loader_interceptor.h",
    "interest_group/additional_bid_result.h",
    "interest_group/additional_bids_util.cc",
    "interest_group/additional_bids_util.h",
    "interest_group/auction_metrics_recorder.cc",
    "interest_group/auction_metrics_recorder.h",
    "interest_group/auction_nonce_manager.cc",
    "interest_group/auction_nonce_manager.h",
    "interest_group/auction_process_manager.cc",
    "interest_group/auction_process_manager.h",
    "interest_group/auction_runner.cc",
    "interest_group/auction_runner.h",
    "interest_group/auction_shared_storage_host.cc",
    "interest_group/auction_shared_storage_host.h",
    "interest_group/auction_url_loader_factory_proxy.cc",
    "interest_group/auction_url_loader_factory_proxy.h",
    "interest_group/auction_worklet_manager.cc",
    "interest_group/auction_worklet_manager.h",
    "interest_group/bidding_and_auction_response.cc",
    "interest_group/bidding_and_auction_response.h",
    "interest_group/bidding_and_auction_serializer.cc",
    "interest_group/bidding_and_auction_serializer.h",
    "interest_group/bidding_and_auction_server_key_fetcher.cc",
    "interest_group/bidding_and_auction_server_key_fetcher.h",
    "interest_group/debuggable_auction_worklet.cc",
    "interest_group/debuggable_auction_worklet.h",
    "interest_group/debuggable_auction_worklet_tracker.cc",
    "interest_group/debuggable_auction_worklet_tracker.h",
    "interest_group/devtools_enums.h",
    "interest_group/for_debugging_only_report_util.cc",
    "interest_group/for_debugging_only_report_util.h",
    "interest_group/header_direct_from_seller_signals.cc",
    "interest_group/header_direct_from_seller_signals.h",
    "interest_group/interest_group_auction.cc",
    "interest_group/interest_group_auction.h",
    "interest_group/interest_group_auction_reporter.cc",
    "interest_group/interest_group_auction_reporter.h",
    "interest_group/interest_group_caching_storage.cc",
    "interest_group/interest_group_caching_storage.h",
    "interest_group/interest_group_features.cc",
    "interest_group/interest_group_features.h",
    "interest_group/interest_group_k_anonymity_manager.cc",
    "interest_group/interest_group_k_anonymity_manager.h",
    "interest_group/interest_group_manager_impl.cc",
    "interest_group/interest_group_manager_impl.h",
    "interest_group/interest_group_pa_report_util.cc",
    "interest_group/interest_group_pa_report_util.h",
    "interest_group/interest_group_permissions_cache.cc",
    "interest_group/interest_group_permissions_cache.h",
    "interest_group/interest_group_permissions_checker.cc",
    "interest_group/interest_group_permissions_checker.h",
    "interest_group/interest_group_priority_util.cc",
    "interest_group/interest_group_priority_util.h",
    "interest_group/interest_group_real_time_report_util.cc",
    "interest_group/interest_group_real_time_report_util.h",
    "interest_group/interest_group_storage.cc",
    "interest_group/interest_group_storage.h",
    "interest_group/interest_group_update.cc",
    "interest_group/interest_group_update.h",
    "interest_group/interest_group_update_manager.cc",
    "interest_group/interest_group_update_manager.h",
    "interest_group/noiser_and_bucketer.cc",
    "interest_group/noiser_and_bucketer.h",
    "interest_group/storage_interest_group.cc",
    "interest_group/storage_interest_group.h",
    "interest_group/subresource_url_authorizations.cc",
    "interest_group/subresource_url_authorizations.h",
    "interest_group/subresource_url_builder.cc",
    "interest_group/subresource_url_builder.h",
    "interest_group/trusted_signals_cache_impl.cc",
    "interest_group/trusted_signals_cache_impl.h",
    "interest_group/trusted_signals_fetcher.cc",
    "interest_group/trusted_signals_fetcher.h",
    "isolated_origin_util.cc",
    "isolated_origin_util.h",
    "isolation_context.cc",
    "isolation_context.h",
    "keyboard_lock/keyboard_lock_metrics.h",
    "keyboard_lock/keyboard_lock_service_impl.cc",
    "keyboard_lock/keyboard_lock_service_impl.h",
    "loader/browser_initiated_resource_request.cc",
    "loader/browser_initiated_resource_request.h",
    "loader/cached_navigation_url_loader.cc",
    "loader/cached_navigation_url_loader.h",
    "loader/content_security_notifier.cc",
    "loader/content_security_notifier.h",
    "loader/cross_origin_read_blocking_checker.cc",
    "loader/cross_origin_read_blocking_checker.h",
    "loader/download_utils_impl.cc",
    "loader/download_utils_impl.h",
    "loader/file_url_loader_factory.cc",
    "loader/file_url_loader_factory.h",
    "loader/keep_alive_attribution_request_helper.cc",
    "loader/keep_alive_attribution_request_helper.h",
    "loader/keep_alive_url_loader.cc",
    "loader/keep_alive_url_loader.h",
    "loader/keep_alive_url_loader_service.cc",
    "loader/keep_alive_url_loader_service.h",
    "loader/merkle_integrity_source_stream.cc",
    "loader/merkle_integrity_source_stream.h",
    "loader/navigation_early_hints_manager.cc",
    "loader/navigation_early_hints_manager.h",
    "loader/navigation_loader_interceptor.cc",
    "loader/navigation_loader_interceptor.h",
    "loader/navigation_url_loader.cc",
    "loader/navigation_url_loader.h",
    "loader/navigation_url_loader_delegate.cc",
    "loader/navigation_url_loader_delegate.h",
    "loader/navigation_url_loader_factory.h",
    "loader/navigation_url_loader_impl.cc",
    "loader/navigation_url_loader_impl.h",
    "loader/object_navigation_fallback_body_loader.cc",
    "loader/object_navigation_fallback_body_loader.h",
    "loader/prefetch_url_loader.cc",
    "loader/prefetch_url_loader.h",
    "loader/prefetch_url_loader_service_context.cc",
    "loader/prefetch_url_loader_service_context.h",
    "loader/reconnectable_url_loader_factory.cc",
    "loader/reconnectable_url_loader_factory.h",
    "loader/response_head_update_params.cc",
    "loader/response_head_update_params.h",
    "loader/shared_cors_origin_access_list_impl.cc",
    "loader/shared_cors_origin_access_list_impl.h",
    "loader/subresource_proxying_url_loader.cc",
    "loader/subresource_proxying_url_loader.h",
    "loader/subresource_proxying_url_loader_service.cc",
    "loader/subresource_proxying_url_loader_service.h",
    "loader/url_loader_factory_utils.cc",
    "loader/url_loader_factory_utils.h",
    "loader/url_loader_throttles.cc",
    "locks/lock_manager.cc",
    "locks/lock_manager.h",
    "log_console_message.cc",
    "log_console_message.h",
    "manifest/manifest_icon_downloader.cc",
    "manifest/manifest_manager_host.cc",
    "manifest/manifest_manager_host.h",
    "media/active_media_session_controller.cc",
    "media/active_media_session_controller.h",
    "media/audible_metrics.cc",
    "media/audible_metrics.h",
    "media/audio_input_stream_broker.cc",
    "media/audio_input_stream_broker.h",
    "media/audio_log_factory.cc",
    "media/audio_log_factory.h",
    "media/audio_loopback_stream_broker.cc",
    "media/audio_loopback_stream_broker.h",
    "media/audio_muting_session.cc",
    "media/audio_muting_session.h",
    "media/audio_output_stream_broker.cc",
    "media/audio_output_stream_broker.h",
    "media/audio_stream_broker_helper.cc",
    "media/audio_stream_broker_helper.h",
    "media/audio_stream_broker_impl.cc",
    "media/audio_stream_broker_impl.h",
    "media/audio_stream_monitor.cc",
    "media/audio_stream_monitor.h",
    "media/browser_feature_provider.cc",
    "media/browser_feature_provider.h",
    "media/capture/desktop_capture_device_uma_types.cc",
    "media/capture/desktop_capture_device_uma_types.h",
    "media/capture/desktop_streams_registry_impl.cc",
    "media/capture/desktop_streams_registry_impl.h",
    "media/capture_handle_manager.cc",
    "media/capture_handle_manager.h",
    "media/cdm_registry_impl.cc",
    "media/cdm_registry_impl.h",
    "media/desktop_media_window_registry.cc",
    "media/desktop_media_window_registry.h",
    "media/desktop_media_window_registry_aura.cc",
    "media/flinging_renderer.cc",
    "media/flinging_renderer.h",
    "media/forwarding_audio_stream_factory.cc",
    "media/forwarding_audio_stream_factory.h",
    "media/frameless_media_interface_proxy.cc",
    "media/frameless_media_interface_proxy.h",
    "media/key_system_support_impl.cc",
    "media/key_system_support_impl.h",
    "media/media_devices_permission_checker.cc",
    "media/media_devices_permission_checker.h",
    "media/media_devices_util.cc",
    "media/media_devices_util.h",
    "media/media_interface_factory_holder.cc",
    "media/media_interface_factory_holder.h",
    "media/media_interface_proxy.cc",
    "media/media_interface_proxy.h",
    "media/media_internals.cc",
    "media/media_internals.h",
    "media/media_internals_audio_focus_helper.cc",
    "media/media_internals_audio_focus_helper.h",
    "media/media_internals_cdm_helper.cc",
    "media/media_internals_cdm_helper.h",
    "media/media_internals_handler.cc",
    "media/media_internals_handler.h",
    "media/media_internals_proxy.cc",
    "media/media_internals_proxy.h",
    "media/media_internals_ui.cc",
    "media/media_internals_ui.h",
    "media/media_keys_listener_manager_impl.cc",
    "media/media_keys_listener_manager_impl.h",
    "media/media_power_experiment_manager.cc",
    "media/media_power_experiment_manager.h",
    "media/media_service.cc",
    "media/media_stream_web_contents_observer.cc",
    "media/media_stream_web_contents_observer.h",
    "media/media_web_contents_observer.cc",
    "media/media_web_contents_observer.h",
    "media/midi_host.cc",
    "media/midi_host.h",
    "media/session/audio_focus_delegate.h",
    "media/session/media_metadata_sanitizer.cc",
    "media/session/media_metadata_sanitizer.h",
    "media/session/media_players_callback_aggregator.cc",
    "media/session/media_players_callback_aggregator.h",
    "media/session/media_session_controller.cc",
    "media/session/media_session_controller.h",
    "media/session/media_session_controllers_manager.cc",
    "media/session/media_session_controllers_manager.h",
    "media/session/media_session_impl.cc",
    "media/session/media_session_impl.h",
    "media/session/media_session_player_observer.h",
    "media/session/media_session_service_impl.cc",
    "media/session/media_session_service_impl.h",
    "media/session/media_session_uma_helper.cc",
    "media/session/media_session_uma_helper.h",
    "media/system_media_controls_notifier.cc",
    "media/system_media_controls_notifier.h",
    "media/url_provision_fetcher.cc",
    "media/url_provision_fetcher.h",
    "media/webaudio/audio_context_manager_impl.cc",
    "media/webaudio/audio_context_manager_impl.h",
    "media_session/media_session_service.cc",
    "memory/swap_metrics_driver_impl.cc",
    "memory/swap_metrics_driver_impl.h",
    "memory_pressure/user_level_memory_pressure_signal_generator.cc",
    "memory_pressure/user_level_memory_pressure_signal_generator.h",
    "message_port_provider.cc",
    "metrics/histogram_shared_memory_config.cc",
    "metrics/histogram_shared_memory_config.h",
    "metrics/histogram_synchronizer.cc",
    "metrics/histogram_synchronizer.h",
    "metrics/histograms_internals_ui.cc",
    "metrics/histograms_internals_ui.h",
    "metrics/histograms_monitor.cc",
    "metrics/histograms_monitor.h",
    "mime_registry_impl.cc",
    "mime_registry_impl.h",
    "mojo_binder_policy_applier.cc",
    "mojo_binder_policy_applier.h",
    "mojo_binder_policy_map_impl.cc",
    "mojo_binder_policy_map_impl.h",
    "navigation_or_document_handle.cc",
    "navigation_or_document_handle.h",
    "navigation_subresource_loader_params.cc",
    "navigation_subresource_loader_params.h",
    "network/browser_online_state_observer.cc",
    "network/browser_online_state_observer.h",
    "network/cookie_store_factory.cc",
    "network/cross_origin_embedder_policy_reporter.cc",
    "network/cross_origin_embedder_policy_reporter.h",
    "network/http_cache_backend_file_operations_factory.cc",
    "network/http_cache_backend_file_operations_factory.h",
    "network/network_errors_listing_ui.cc",
    "network/network_errors_listing_ui.h",
    "network/network_quality_observer_impl.cc",
    "network/network_quality_observer_impl.h",
    "network/network_service_util_internal.cc",
    "network/network_service_util_internal.h",
    "network/reporting_service_proxy.cc",
    "network/reporting_service_proxy.h",
    "network/shared_dictionary_util.cc",
    "network/shared_dictionary_util.h",
    "network/socket_broker_impl.cc",
    "network/socket_broker_impl.h",
    "network_context_client_base_impl.cc",
    "network_context_client_base_impl.h",
    "network_sandbox_grant_result.h",
    "network_service_client.cc",
    "network_service_client.h",
    "network_service_instance_impl.cc",
    "network_service_instance_impl.h",
    "notifications/blink_notification_service_impl.cc",
    "notifications/blink_notification_service_impl.h",
    "notifications/devtools_event_logging.cc",
    "notifications/devtools_event_logging.h",
    "notifications/notification_database.cc",
    "notifications/notification_database.h",
    "notifications/notification_database_conversions.cc",
    "notifications/notification_database_conversions.h",
    "notifications/notification_event_dispatcher_impl.cc",
    "notifications/notification_event_dispatcher_impl.h",
    "notifications/notification_id_generator.cc",
    "notifications/notification_id_generator.h",
    "notifications/notification_storage.cc",
    "notifications/notification_storage.h",
    "notifications/notification_trigger_constants.h",
    "notifications/platform_notification_context_impl.cc",
    "notifications/platform_notification_context_impl.h",
    "notifications/platform_notification_service_proxy.cc",
    "notifications/platform_notification_service_proxy.h",
    "origin_agent_cluster_isolation_state.cc",
    "origin_agent_cluster_isolation_state.h",
    "origin_trials/critical_origin_trials_throttle.cc",
    "origin_trials/critical_origin_trials_throttle.h",
    "origin_trials/origin_trials_utils.cc",
    "origin_trials/origin_trials_utils.h",
    "payments/installed_payment_apps_finder_impl.cc",
    "payments/installed_payment_apps_finder_impl.h",
    "payments/payment_app_context_impl.cc",
    "payments/payment_app_context_impl.h",
    "payments/payment_app_database.cc",
    "payments/payment_app_database.h",
    "payments/payment_app_info_fetcher.cc",
    "payments/payment_app_info_fetcher.h",
    "payments/payment_app_installer.cc",
    "payments/payment_app_installer.h",
    "payments/payment_app_provider_impl.cc",
    "payments/payment_app_provider_impl.h",
    "payments/payment_app_provider_util.cc",
    "payments/payment_event_dispatcher.cc",
    "payments/payment_event_dispatcher.h",
    "payments/payment_instrument_icon_fetcher.cc",
    "payments/payment_instrument_icon_fetcher.h",
    "payments/payment_manager.cc",
    "payments/payment_manager.h",
    "payments/respond_with_callback.cc",
    "payments/respond_with_callback.h",
    "per_web_ui_browser_interface_broker.cc",
    "performance_manager/frame_rate_throttling.cc",
    "permissions/embedded_permission_control_checker.cc",
    "permissions/embedded_permission_control_checker.h",
    "permissions/permission_controller_impl.cc",
    "permissions/permission_controller_impl.h",
    "permissions/permission_service_context.cc",
    "permissions/permission_service_context.h",
    "permissions/permission_service_impl.cc",
    "permissions/permission_service_impl.h",
    "picture_in_picture/picture_in_picture_service_impl.cc",
    "picture_in_picture/picture_in_picture_service_impl.h",
    "picture_in_picture/picture_in_picture_session.cc",
    "picture_in_picture/picture_in_picture_session.h",
    "picture_in_picture/video_picture_in_picture_window_controller_impl.cc",
    "picture_in_picture/video_picture_in_picture_window_controller_impl.h",
    "preloading/anchor_element_interaction_host_impl.cc",
    "preloading/anchor_element_interaction_host_impl.h",
    "preloading/preconnector.cc",
    "preloading/preconnector.h",
    "preloading/prefetch/contamination_delay_navigation_throttle.cc",
    "preloading/prefetch/contamination_delay_navigation_throttle.h",
    "preloading/prefetch/no_vary_search_helper.cc",
    "preloading/prefetch/no_vary_search_helper.h",
    "preloading/prefetch/prefetch_canary_checker.cc",
    "preloading/prefetch/prefetch_canary_checker.h",
    "preloading/prefetch/prefetch_container.cc",
    "preloading/prefetch/prefetch_container.h",
    "preloading/prefetch/prefetch_cookie_listener.cc",
    "preloading/prefetch/prefetch_cookie_listener.h",
    "preloading/prefetch/prefetch_data_pipe_tee.cc",
    "preloading/prefetch/prefetch_data_pipe_tee.h",
    "preloading/prefetch/prefetch_dns_prober.cc",
    "preloading/prefetch/prefetch_dns_prober.h",
    "preloading/prefetch/prefetch_document_manager.cc",
    "preloading/prefetch/prefetch_document_manager.h",
    "preloading/prefetch/prefetch_features.cc",
    "preloading/prefetch/prefetch_features.h",
    "preloading/prefetch/prefetch_match_resolver.cc",
    "preloading/prefetch/prefetch_match_resolver.h",
    "preloading/prefetch/prefetch_metrics.cc",
    "preloading/prefetch/prefetch_network_context.cc",
    "preloading/prefetch/prefetch_network_context.h",
    "preloading/prefetch/prefetch_network_context_client.cc",
    "preloading/prefetch/prefetch_network_context_client.h",
    "preloading/prefetch/prefetch_origin_prober.cc",
    "preloading/prefetch/prefetch_origin_prober.h",
    "preloading/prefetch/prefetch_params.cc",
    "preloading/prefetch/prefetch_params.h",
    "preloading/prefetch/prefetch_probe_result.cc",
    "preloading/prefetch/prefetch_probe_result.h",
    "preloading/prefetch/prefetch_proxy_configurator.cc",
    "preloading/prefetch/prefetch_proxy_configurator.h",
    "preloading/prefetch/prefetch_response_reader.cc",
    "preloading/prefetch/prefetch_response_reader.h",
    "preloading/prefetch/prefetch_service.cc",
    "preloading/prefetch/prefetch_service.h",
    "preloading/prefetch/prefetch_serving_page_metrics_container.cc",
    "preloading/prefetch/prefetch_serving_page_metrics_container.h",
    "preloading/prefetch/prefetch_status.h",
    "preloading/prefetch/prefetch_streaming_url_loader.cc",
    "preloading/prefetch/prefetch_streaming_url_loader.h",
    "preloading/prefetch/prefetch_streaming_url_loader_common_types.h",
    "preloading/prefetch/prefetch_type.cc",
    "preloading/prefetch/prefetch_type.h",
    "preloading/prefetch/prefetch_url_loader_helper.cc",
    "preloading/prefetch/prefetch_url_loader_helper.h",
    "preloading/prefetch/prefetch_url_loader_interceptor.cc",
    "preloading/prefetch/prefetch_url_loader_interceptor.h",
    "preloading/prefetch/proxy_lookup_client_impl.cc",
    "preloading/prefetch/proxy_lookup_client_impl.h",
    "preloading/prefetcher.cc",
    "preloading/prefetcher.h",
    "preloading/preloading.cc",
    "preloading/preloading.h",
    "preloading/preloading_attempt_impl.cc",
    "preloading/preloading_attempt_impl.h",
    "preloading/preloading_confidence.h",
    "preloading/preloading_config.cc",
    "preloading/preloading_config.h",
    "preloading/preloading_data_impl.cc",
    "preloading/preloading_data_impl.h",
    "preloading/preloading_decider.cc",
    "preloading/preloading_decider.h",
    "preloading/preloading_prediction.cc",
    "preloading/preloading_prediction.h",
    "preloading/preloading_trigger_type_impl.cc",
    "preloading/preloading_trigger_type_impl.h",
    "preloading/prerender/devtools_prerender_attempt.cc",
    "preloading/prerender/devtools_prerender_attempt.h",
    "preloading/prerender/prerender_attributes.cc",
    "preloading/prerender/prerender_attributes.h",
    "preloading/prerender/prerender_commit_deferring_condition.cc",
    "preloading/prerender/prerender_commit_deferring_condition.h",
    "preloading/prerender/prerender_features.cc",
    "preloading/prerender/prerender_features.h",
    "preloading/prerender/prerender_final_status.cc",
    "preloading/prerender/prerender_final_status.h",
    "preloading/prerender/prerender_handle_impl.cc",
    "preloading/prerender/prerender_handle_impl.h",
    "preloading/prerender/prerender_host.cc",
    "preloading/prerender/prerender_host.h",
    "preloading/prerender/prerender_host_registry.cc",
    "preloading/prerender/prerender_host_registry.h",
    "preloading/prerender/prerender_metrics.cc",
    "preloading/prerender/prerender_metrics.h",
    "preloading/prerender/prerender_navigation_throttle.cc",
    "preloading/prerender/prerender_navigation_throttle.h",
    "preloading/prerender/prerender_navigation_utils.cc",
    "preloading/prerender/prerender_navigation_utils.h",
    "preloading/prerender/prerender_new_tab_handle.cc",
    "preloading/prerender/prerender_new_tab_handle.h",
    "preloading/prerender/prerender_no_vary_search_commit_deferring_condition.cc",
    "preloading/prerender/prerender_no_vary_search_commit_deferring_condition.h",
    "preloading/prerender/prerender_no_vary_search_hint_commit_deferring_condition.cc",
    "preloading/prerender/prerender_no_vary_search_hint_commit_deferring_condition.h",
    "preloading/prerender/prerender_subframe_navigation_throttle.cc",
    "preloading/prerender/prerender_subframe_navigation_throttle.h",
    "preloading/prerenderer.h",
    "preloading/prerenderer_impl.cc",
    "preloading/prerenderer_impl.h",
    "preloading/speculation_host_devtools_observer.h",
    "preloading/speculation_rules/speculation_host_impl.cc",
    "preloading/speculation_rules/speculation_host_impl.h",
    "presentation/presentation_service_impl.cc",
    "presentation/presentation_service_impl.h",
    "private_aggregation/private_aggregation_budget_key.cc",
    "private_aggregation/private_aggregation_budget_key.h",
    "private_aggregation/private_aggregation_budget_storage.cc",
    "private_aggregation/private_aggregation_budget_storage.h",
    "private_aggregation/private_aggregation_budgeter.cc",
    "private_aggregation/private_aggregation_budgeter.h",
    "private_aggregation/private_aggregation_features.cc",
    "private_aggregation/private_aggregation_features.h",
    "private_aggregation/private_aggregation_host.cc",
    "private_aggregation/private_aggregation_host.h",
    "private_aggregation/private_aggregation_internals_handler_impl.cc",
    "private_aggregation/private_aggregation_internals_handler_impl.h",
    "private_aggregation/private_aggregation_internals_ui.cc",
    "private_aggregation/private_aggregation_internals_ui.h",
    "private_aggregation/private_aggregation_manager.cc",
    "private_aggregation/private_aggregation_manager.h",
    "private_aggregation/private_aggregation_manager_impl.cc",
    "private_aggregation/private_aggregation_manager_impl.h",
    "private_aggregation/private_aggregation_utils.cc",
    "private_aggregation/private_aggregation_utils.h",
    "process_internals/process_internals_handler_impl.cc",
    "process_internals/process_internals_handler_impl.h",
    "process_internals/process_internals_ui.cc",
    "process_internals/process_internals_ui.h",
    "process_lock.cc",
    "process_lock.h",
    "process_visibility_util.cc",
    "push_messaging/push_messaging_context.cc",
    "push_messaging/push_messaging_context.h",
    "push_messaging/push_messaging_manager.cc",
    "push_messaging/push_messaging_manager.h",
    "push_messaging/push_messaging_router.cc",
    "push_messaging/push_messaging_router.h",
    "quota/quota_change_dispatcher.cc",
    "quota/quota_change_dispatcher.h",
    "quota/quota_context.cc",
    "quota/quota_context.h",
    "quota/quota_internals_ui.cc",
    "quota/quota_internals_ui.h",
    "quota/quota_manager_host.cc",
    "quota/quota_manager_host.h",
    "reduce_accept_language/reduce_accept_language_throttle.cc",
    "reduce_accept_language/reduce_accept_language_throttle.h",
    "reduce_accept_language/reduce_accept_language_utils.cc",
    "reduce_accept_language/reduce_accept_language_utils.h",
    "renderer_host/agent_scheduling_group_host.cc",
    "renderer_host/agent_scheduling_group_host.h",
    "renderer_host/agent_scheduling_group_host_factory.h",
    "renderer_host/ancestor_throttle.cc",
    "renderer_host/ancestor_throttle.h",
    "renderer_host/back_forward_cache_can_store_document_result.cc",
    "renderer_host/back_forward_cache_can_store_document_result.h",
    "renderer_host/back_forward_cache_commit_deferring_condition.cc",
    "renderer_host/back_forward_cache_commit_deferring_condition.h",
    "renderer_host/back_forward_cache_disable.cc",
    "renderer_host/back_forward_cache_disable.h",
    "renderer_host/back_forward_cache_impl.cc",
    "renderer_host/back_forward_cache_impl.h",
    "renderer_host/back_forward_cache_metrics.cc",
    "renderer_host/back_forward_cache_metrics.h",
    "renderer_host/back_forward_cache_subframe_navigation_throttle.cc",
    "renderer_host/back_forward_cache_subframe_navigation_throttle.h",
    "renderer_host/batched_proxy_ipc_sender.cc",
    "renderer_host/batched_proxy_ipc_sender.h",
    "renderer_host/blocked_scheme_navigation_throttle.cc",
    "renderer_host/blocked_scheme_navigation_throttle.h",
    "renderer_host/browsing_context_group_swap.cc",
    "renderer_host/browsing_context_group_swap.h",
    "renderer_host/browsing_context_state.cc",
    "renderer_host/browsing_context_state.h",
    "renderer_host/clipboard_host_impl.cc",
    "renderer_host/clipboard_host_impl.h",
    "renderer_host/code_cache_host_impl.cc",
    "renderer_host/code_cache_host_impl.h",
    "renderer_host/commit_deferring_condition_runner.cc",
    "renderer_host/commit_deferring_condition_runner.h",
    "renderer_host/concurrent_navigations_commit_deferring_condition.cc",
    "renderer_host/concurrent_navigations_commit_deferring_condition.h",
    "renderer_host/cookie_utils.cc",
    "renderer_host/cookie_utils.h",
    "renderer_host/cross_process_frame_connector.cc",
    "renderer_host/cross_process_frame_connector.h",
    "renderer_host/data_transfer_util.cc",
    "renderer_host/data_transfer_util.h",
    "renderer_host/debug_urls.cc",
    "renderer_host/debug_urls.h",
    "renderer_host/dip_util.cc",
    "renderer_host/dip_util.h",
    "renderer_host/display_feature.cc",
    "renderer_host/display_feature.h",
    "renderer_host/document_associated_data.cc",
    "renderer_host/document_associated_data.h",
    "renderer_host/embedded_frame_sink_impl.cc",
    "renderer_host/embedded_frame_sink_impl.h",
    "renderer_host/embedded_frame_sink_provider_impl.cc",
    "renderer_host/embedded_frame_sink_provider_impl.h",
    "renderer_host/file_utilities_host_impl.cc",
    "renderer_host/file_utilities_host_impl.h",
    "renderer_host/frame_navigation_entry.cc",
    "renderer_host/frame_navigation_entry.h",
    "renderer_host/frame_token_message_queue.cc",
    "renderer_host/frame_token_message_queue.h",
    "renderer_host/frame_tree.cc",
    "renderer_host/frame_tree.h",
    "renderer_host/frame_tree_node.cc",
    "renderer_host/frame_tree_node.h",
    "renderer_host/global_routing_id.cc",
    "renderer_host/http_error_navigation_throttle.cc",
    "renderer_host/http_error_navigation_throttle.h",
    "renderer_host/indexed_db_client_state_checker_factory.cc",
    "renderer_host/indexed_db_client_state_checker_factory.h",
    "renderer_host/input/fling_scheduler.cc",
    "renderer_host/input/fling_scheduler.h",
    "renderer_host/input/input_device_change_observer.cc",
    "renderer_host/input/input_device_change_observer.h",
    "renderer_host/input/input_injector_impl.cc",
    "renderer_host/input/input_injector_impl.h",
    "renderer_host/input/motion_event_web.cc",
    "renderer_host/input/motion_event_web.h",
    "renderer_host/input/mouse_wheel_phase_handler.cc",
    "renderer_host/input/mouse_wheel_phase_handler.h",
    "renderer_host/input/stylus_text_selector.cc",
    "renderer_host/input/stylus_text_selector.h",
    "renderer_host/input/synthetic_gesture_target_aura.cc",
    "renderer_host/input/synthetic_gesture_target_aura.h",
    "renderer_host/input/synthetic_gesture_target_base.cc",
    "renderer_host/input/synthetic_gesture_target_base.h",
    "renderer_host/input/touch_emulator_impl.cc",
    "renderer_host/input/touch_emulator_impl.h",
    "renderer_host/input/touch_selection_controller_client_aura.cc",
    "renderer_host/input/touch_selection_controller_client_aura.h",
    "renderer_host/input/touch_selection_controller_client_child_frame.cc",
    "renderer_host/input/touch_selection_controller_client_child_frame.h",
    "renderer_host/ipc_utils.cc",
    "renderer_host/ipc_utils.h",
    "renderer_host/isolated_web_app_throttle.cc",
    "renderer_host/isolated_web_app_throttle.h",
    "renderer_host/keep_alive_handle_factory.cc",
    "renderer_host/keep_alive_handle_factory.h",
    "renderer_host/media/aec_dump_manager_impl.cc",
    "renderer_host/media/aec_dump_manager_impl.h",
    "renderer_host/media/audio_input_device_manager.cc",
    "renderer_host/media/audio_input_device_manager.h",
    "renderer_host/media/audio_input_stream_handle.cc",
    "renderer_host/media/audio_input_stream_handle.h",
    "renderer_host/media/audio_output_authorization_handler.cc",
    "renderer_host/media/audio_output_authorization_handler.h",
    "renderer_host/media/audio_output_stream_observer_impl.cc",
    "renderer_host/media/audio_output_stream_observer_impl.h",
    "renderer_host/media/audio_service_listener.cc",
    "renderer_host/media/audio_service_listener.h",
    "renderer_host/media/in_process_launched_video_capture_device.cc",
    "renderer_host/media/in_process_launched_video_capture_device.h",
    "renderer_host/media/in_process_video_capture_device_launcher.cc",
    "renderer_host/media/in_process_video_capture_device_launcher.h",
    "renderer_host/media/in_process_video_capture_provider.cc",
    "renderer_host/media/in_process_video_capture_provider.h",
    "renderer_host/media/media_capture_devices_impl.cc",
    "renderer_host/media/media_capture_devices_impl.h",
    "renderer_host/media/media_devices_dispatcher_host.cc",
    "renderer_host/media/media_devices_dispatcher_host.h",
    "renderer_host/media/media_devices_manager.cc",
    "renderer_host/media/media_devices_manager.h",
    "renderer_host/media/media_stream_dispatcher_host.cc",
    "renderer_host/media/media_stream_dispatcher_host.h",
    "renderer_host/media/media_stream_manager.cc",
    "renderer_host/media/media_stream_manager.h",
    "renderer_host/media/media_stream_metrics.cc",
    "renderer_host/media/media_stream_metrics.h",
    "renderer_host/media/media_stream_power_logger.cc",
    "renderer_host/media/media_stream_power_logger.h",
    "renderer_host/media/media_stream_provider.h",
    "renderer_host/media/media_stream_track_metrics_host.cc",
    "renderer_host/media/media_stream_track_metrics_host.h",
    "renderer_host/media/media_stream_ui_proxy.cc",
    "renderer_host/media/media_stream_ui_proxy.h",
    "renderer_host/media/peer_connection_tracker_host.cc",
    "renderer_host/media/peer_connection_tracker_host.h",
    "renderer_host/media/ref_counted_video_source_provider.cc",
    "renderer_host/media/ref_counted_video_source_provider.h",
    "renderer_host/media/render_frame_audio_input_stream_factory.cc",
    "renderer_host/media/render_frame_audio_input_stream_factory.h",
    "renderer_host/media/render_frame_audio_output_stream_factory.cc",
    "renderer_host/media/render_frame_audio_output_stream_factory.h",
    "renderer_host/media/service_launched_video_capture_device.cc",
    "renderer_host/media/service_launched_video_capture_device.h",
    "renderer_host/media/service_video_capture_device_launcher.cc",
    "renderer_host/media/service_video_capture_device_launcher.h",
    "renderer_host/media/service_video_capture_provider.cc",
    "renderer_host/media/service_video_capture_provider.h",
    "renderer_host/media/video_capture_controller.cc",
    "renderer_host/media/video_capture_controller.h",
    "renderer_host/media/video_capture_controller_event_handler.cc",
    "renderer_host/media/video_capture_controller_event_handler.h",
    "renderer_host/media/video_capture_device_launch_observer.h",
    "renderer_host/media/video_capture_devices_changed_observer.cc",
    "renderer_host/media/video_capture_host.cc",
    "renderer_host/media/video_capture_host.h",
    "renderer_host/media/video_capture_manager.cc",
    "renderer_host/media/video_capture_manager.h",
    "renderer_host/media/video_capture_provider.h",
    "renderer_host/media/video_capture_provider_switcher.cc",
    "renderer_host/media/video_capture_provider_switcher.h",
    "renderer_host/media/virtual_video_capture_devices_changed_observer.cc",
    "renderer_host/media/virtual_video_capture_devices_changed_observer.h",
    "renderer_host/mixed_content_checker.cc",
    "renderer_host/mixed_content_checker.h",
    "renderer_host/mixed_content_navigation_throttle.cc",
    "renderer_host/mixed_content_navigation_throttle.h",
    "renderer_host/navigation_controller_delegate.h",
    "renderer_host/navigation_controller_impl.cc",
    "renderer_host/navigation_controller_impl.h",
    "renderer_host/navigation_entry_impl.cc",
    "renderer_host/navigation_entry_impl.h",
    "renderer_host/navigation_entry_restore_context_impl.cc",
    "renderer_host/navigation_entry_restore_context_impl.h",
    "renderer_host/navigation_metrics_utils.cc",
    "renderer_host/navigation_metrics_utils.h",
    "renderer_host/navigation_policy_container_builder.cc",
    "renderer_host/navigation_policy_container_builder.h",
    "renderer_host/navigation_request.cc",
    "renderer_host/navigation_request.h",
    "renderer_host/navigation_request_info.cc",
    "renderer_host/navigation_request_info.h",
    "renderer_host/navigation_state_keep_alive.cc",
    "renderer_host/navigation_state_keep_alive.h",
    "renderer_host/navigation_throttle_runner.cc",
    "renderer_host/navigation_throttle_runner.h",
    "renderer_host/navigation_transitions/navigation_entry_screenshot.cc",
    "renderer_host/navigation_transitions/navigation_entry_screenshot.h",
    "renderer_host/navigation_transitions/navigation_entry_screenshot_cache.cc",
    "renderer_host/navigation_transitions/navigation_entry_screenshot_cache.h",
    "renderer_host/navigation_transitions/navigation_entry_screenshot_manager.cc",
    "renderer_host/navigation_transitions/navigation_entry_screenshot_manager.h",
    "renderer_host/navigation_transitions/navigation_transition_config.cc",
    "renderer_host/navigation_transitions/navigation_transition_config.h",
    "renderer_host/navigation_transitions/navigation_transition_data.cc",
    "renderer_host/navigation_transitions/navigation_transition_data.h",
    "renderer_host/navigation_transitions/navigation_transition_utils.cc",
    "renderer_host/navigation_transitions/navigation_transition_utils.h",
    "renderer_host/navigation_type.h",
    "renderer_host/navigator.cc",
    "renderer_host/navigator.h",
    "renderer_host/navigator_delegate.h",
    "renderer_host/origin_trial_state_host_impl.cc",
    "renderer_host/origin_trial_state_host_impl.h",
    "renderer_host/overscroll_configuration.cc",
    "renderer_host/overscroll_controller.cc",
    "renderer_host/overscroll_controller.h",
    "renderer_host/overscroll_controller_delegate.cc",
    "renderer_host/overscroll_controller_delegate.h",
    "renderer_host/p2p/socket_dispatcher_host.cc",
    "renderer_host/p2p/socket_dispatcher_host.h",
    "renderer_host/page_delegate.h",
    "renderer_host/page_factory.cc",
    "renderer_host/page_factory.h",
    "renderer_host/page_impl.cc",
    "renderer_host/page_impl.h",
    "renderer_host/page_lifecycle_state_manager.cc",
    "renderer_host/page_lifecycle_state_manager.h",
    "renderer_host/policy_container_host.cc",
    "renderer_host/policy_container_host.h",
    "renderer_host/private_network_access_util.cc",
    "renderer_host/private_network_access_util.h",
    "renderer_host/recently_destroyed_hosts.cc",
    "renderer_host/recently_destroyed_hosts.h",
    "renderer_host/render_frame_host_csp_context.cc",
    "renderer_host/render_frame_host_csp_context.h",
    "renderer_host/render_frame_host_delegate.cc",
    "renderer_host/render_frame_host_delegate.h",
    "renderer_host/render_frame_host_factory.cc",
    "renderer_host/render_frame_host_factory.h",
    "renderer_host/render_frame_host_impl.cc",
    "renderer_host/render_frame_host_impl.h",
    "renderer_host/render_frame_host_impl_interface_binders.cc",
    "renderer_host/render_frame_host_manager.cc",
    "renderer_host/render_frame_host_manager.h",
    "renderer_host/render_frame_host_owner.h",
    "renderer_host/render_frame_metadata_provider_impl.cc",
    "renderer_host/render_frame_metadata_provider_impl.h",
    "renderer_host/render_frame_proxy_host.cc",
    "renderer_host/render_frame_proxy_host.h",
    "renderer_host/render_message_filter.cc",
    "renderer_host/render_message_filter.h",
    "renderer_host/render_process_host_creation_observer.cc",
    "renderer_host/render_process_host_impl.cc",
    "renderer_host/render_process_host_impl.h",
    "renderer_host/render_process_host_impl_receiver_bindings.cc",
    "renderer_host/render_process_host_internal_observer.cc",
    "renderer_host/render_process_host_internal_observer.h",
    "renderer_host/render_view_host_delegate.cc",
    "renderer_host/render_view_host_delegate.h",
    "renderer_host/render_view_host_delegate_view.cc",
    "renderer_host/render_view_host_delegate_view.h",
    "renderer_host/render_view_host_enums.h",
    "renderer_host/render_view_host_factory.cc",
    "renderer_host/render_view_host_factory.h",
    "renderer_host/render_view_host_impl.cc",
    "renderer_host/render_view_host_impl.h",
    "renderer_host/render_widget_helper.cc",
    "renderer_host/render_widget_helper.h",
    "renderer_host/render_widget_host_delegate.cc",
    "renderer_host/render_widget_host_delegate.h",
    "renderer_host/render_widget_host_factory.cc",
    "renderer_host/render_widget_host_factory.h",
    "renderer_host/render_widget_host_impl.cc",
    "renderer_host/render_widget_host_impl.h",
    "renderer_host/render_widget_host_owner_delegate.h",
    "renderer_host/render_widget_host_view_aura.cc",
    "renderer_host/render_widget_host_view_aura.h",
    "renderer_host/render_widget_host_view_base.cc",
    "renderer_host/render_widget_host_view_base.h",
    "renderer_host/render_widget_host_view_child_frame.cc",
    "renderer_host/render_widget_host_view_child_frame.h",
    "renderer_host/renderer_cancellation_throttle.cc",
    "renderer_host/renderer_cancellation_throttle.h",
    "renderer_host/renderer_sandboxed_process_launcher_delegate.cc",
    "renderer_host/renderer_sandboxed_process_launcher_delegate.h",
    "renderer_host/scoped_view_transition_resources.cc",
    "renderer_host/scoped_view_transition_resources.h",
    "renderer_host/should_swap_browsing_instance.h",
    "renderer_host/spare_render_process_host_manager.cc",
    "renderer_host/spare_render_process_host_manager.h",
    "renderer_host/stored_page.cc",
    "renderer_host/stored_page.h",
    "renderer_host/subframe_history_navigation_throttle.cc",
    "renderer_host/subframe_history_navigation_throttle.h",
    "renderer_host/system_entropy_utils.h",
    "renderer_host/text_input_manager.cc",
    "renderer_host/text_input_manager.h",
    "renderer_host/transient_allow_popup.cc",
    "renderer_host/transient_allow_popup.h",
    "renderer_host/transient_focus_source_user_activation.cc",
    "renderer_host/transient_focus_source_user_activation.h",
    "renderer_host/view_transition_commit_deferring_condition.cc",
    "renderer_host/view_transition_commit_deferring_condition.h",
    "renderer_host/view_transition_opt_in_state.cc",
    "renderer_host/view_transition_opt_in_state.h",
    "renderer_host/visible_time_request_trigger.cc",
    "renderer_host/visible_time_request_trigger.h",
    "resource_context_impl.cc",
    "resource_context_impl.h",
    "resource_coordinator_service.cc",
    "scheduler/browser_io_thread_delegate.cc",
    "scheduler/browser_io_thread_delegate.h",
    "scheduler/browser_task_executor.cc",
    "scheduler/browser_task_executor.h",
    "scheduler/browser_task_priority.cc",
    "scheduler/browser_task_priority.h",
    "scheduler/browser_task_queues.cc",
    "scheduler/browser_task_queues.h",
    "scheduler/browser_ui_thread_scheduler.cc",
    "scheduler/browser_ui_thread_scheduler.h",
    "scheduler/responsiveness/calculator.cc",
    "scheduler/responsiveness/calculator.h",
    "scheduler/responsiveness/jank_monitor_impl.cc",
    "scheduler/responsiveness/jank_monitor_impl.h",
    "scheduler/responsiveness/message_loop_observer.cc",
    "scheduler/responsiveness/message_loop_observer.h",
    "scheduler/responsiveness/metric_source.cc",
    "scheduler/responsiveness/metric_source.h",
    "scheduler/responsiveness/native_event_observer.cc",
    "scheduler/responsiveness/native_event_observer.h",
    "scheduler/responsiveness/watcher.cc",
    "scheduler/responsiveness/watcher.h",
    "scoped_active_url.cc",
    "scoped_active_url.h",
    "screen_details/screen_change_monitor.cc",
    "screen_details/screen_change_monitor.h",
    "screen_orientation/screen_orientation_provider.cc",
    "screen_orientation/screen_orientation_provider.h",
    "screenlock_monitor/screenlock_monitor.cc",
    "screenlock_monitor/screenlock_monitor.h",
    "screenlock_monitor/screenlock_monitor_device_source.cc",
    "screenlock_monitor/screenlock_monitor_device_source.h",
    "screenlock_monitor/screenlock_monitor_source.cc",
    "screenlock_monitor/screenlock_monitor_source.h",
    "security/coop/coop_related_group.cc",
    "security/coop/coop_related_group.h",
    "security/coop/coop_swap_result.h",
    "security/coop/cross_origin_isolation_mode.h",
    "security/coop/cross_origin_opener_policy_access_report_manager.cc",
    "security/coop/cross_origin_opener_policy_access_report_manager.h",
    "security/coop/cross_origin_opener_policy_reporter.cc",
    "security/coop/cross_origin_opener_policy_reporter.h",
    "security/coop/cross_origin_opener_policy_status.cc",
    "security/coop/cross_origin_opener_policy_status.h",
    "service_process_host_impl.cc",
    "service_worker/embedded_worker_instance.cc",
    "service_worker/embedded_worker_instance.h",
    "service_worker/payment_handler_support.cc",
    "service_worker/payment_handler_support.h",
    "service_worker/service_worker_accessed_callback.h",
    "service_worker/service_worker_cache_storage_matcher.cc",
    "service_worker/service_worker_cache_storage_matcher.h",
    "service_worker/service_worker_cache_writer.cc",
    "service_worker/service_worker_cache_writer.h",
    "service_worker/service_worker_client.cc",
    "service_worker/service_worker_client.h",
    "service_worker/service_worker_client_utils.cc",
    "service_worker/service_worker_client_utils.h",
    "service_worker/service_worker_consts.h",
    "service_worker/service_worker_container_host.cc",
    "service_worker/service_worker_container_host.h",
    "service_worker/service_worker_content_settings_proxy_impl.cc",
    "service_worker/service_worker_content_settings_proxy_impl.h",
    "service_worker/service_worker_context_core.cc",
    "service_worker/service_worker_context_core.h",
    "service_worker/service_worker_context_core_observer.h",
    "service_worker/service_worker_context_watcher.cc",
    "service_worker/service_worker_context_watcher.h",
    "service_worker/service_worker_context_wrapper.cc",
    "service_worker/service_worker_context_wrapper.h",
    "service_worker/service_worker_controllee_request_handler.cc",
    "service_worker/service_worker_controllee_request_handler.h",
    "service_worker/service_worker_device_delegate_observer.cc",
    "service_worker/service_worker_device_delegate_observer.h",
    "service_worker/service_worker_fetch_dispatcher.cc",
    "service_worker/service_worker_fetch_dispatcher.h",
    "service_worker/service_worker_host.cc",
    "service_worker/service_worker_host.h",
    "service_worker/service_worker_identifiability_metrics.cc",
    "service_worker/service_worker_identifiability_metrics.h",
    "service_worker/service_worker_info.cc",
    "service_worker/service_worker_info.h",
    "service_worker/service_worker_installed_script_loader.cc",
    "service_worker/service_worker_installed_script_loader.h",
    "service_worker/service_worker_installed_script_reader.cc",
    "service_worker/service_worker_installed_script_reader.h",
    "service_worker/service_worker_installed_scripts_sender.cc",
    "service_worker/service_worker_installed_scripts_sender.h",
    "service_worker/service_worker_internals_ui.cc",
    "service_worker/service_worker_internals_ui.h",
    "service_worker/service_worker_job_coordinator.cc",
    "service_worker/service_worker_job_coordinator.h",
    "service_worker/service_worker_loader_helpers.cc",
    "service_worker/service_worker_loader_helpers.h",
    "service_worker/service_worker_main_resource_handle.cc",
    "service_worker/service_worker_main_resource_handle.h",
    "service_worker/service_worker_main_resource_loader.cc",
    "service_worker/service_worker_main_resource_loader.h",
    "service_worker/service_worker_main_resource_loader_interceptor.cc",
    "service_worker/service_worker_main_resource_loader_interceptor.h",
    "service_worker/service_worker_metrics.cc",
    "service_worker/service_worker_metrics.h",
    "service_worker/service_worker_new_script_fetcher.cc",
    "service_worker/service_worker_new_script_fetcher.h",
    "service_worker/service_worker_new_script_loader.cc",
    "service_worker/service_worker_new_script_loader.h",
    "service_worker/service_worker_object_host.cc",
    "service_worker/service_worker_object_host.h",
    "service_worker/service_worker_offline_capability_checker.cc",
    "service_worker/service_worker_offline_capability_checker.h",
    "service_worker/service_worker_ping_controller.cc",
    "service_worker/service_worker_ping_controller.h",
    "service_worker/service_worker_process_manager.cc",
    "service_worker/service_worker_process_manager.h",
    "service_worker/service_worker_quota_client.cc",
    "service_worker/service_worker_quota_client.h",
    "service_worker/service_worker_register_job.cc",
    "service_worker/service_worker_register_job.h",
    "service_worker/service_worker_register_job_base.h",
    "service_worker/service_worker_registration.cc",
    "service_worker/service_worker_registration.h",
    "service_worker/service_worker_registration_object_host.cc",
    "service_worker/service_worker_registration_object_host.h",
    "service_worker/service_worker_registration_status.cc",
    "service_worker/service_worker_registration_status.h",
    "service_worker/service_worker_registry.cc",
    "service_worker/service_worker_registry.h",
    "service_worker/service_worker_script_cache_map.cc",
    "service_worker/service_worker_script_cache_map.h",
    "service_worker/service_worker_script_loader_factory.cc",
    "service_worker/service_worker_script_loader_factory.h",
    "service_worker/service_worker_security_utils.cc",
    "service_worker/service_worker_security_utils.h",
    "service_worker/service_worker_single_script_update_checker.cc",
    "service_worker/service_worker_single_script_update_checker.h",
    "service_worker/service_worker_type_converters.cc",
    "service_worker/service_worker_type_converters.h",
    "service_worker/service_worker_unregister_job.cc",
    "service_worker/service_worker_unregister_job.h",
    "service_worker/service_worker_update_checker.cc",
    "service_worker/service_worker_update_checker.h",
    "service_worker/service_worker_updated_script_loader.cc",
    "service_worker/service_worker_updated_script_loader.h",
    "service_worker/service_worker_version.cc",
    "service_worker/service_worker_version.h",
    "service_worker/url_loader_client_checker.cc",
    "service_worker/url_loader_client_checker.h",
    "shared_storage/shared_storage_budget_charger.cc",
    "shared_storage/shared_storage_budget_charger.h",
    "shared_storage/shared_storage_code_cache_host_proxy.cc",
    "shared_storage/shared_storage_code_cache_host_proxy.h",
    "shared_storage/shared_storage_document_service_impl.cc",
    "shared_storage/shared_storage_document_service_impl.h",
    "shared_storage/shared_storage_event_params.cc",
    "shared_storage/shared_storage_event_params.h",
    "shared_storage/shared_storage_header_observer.cc",
    "shared_storage/shared_storage_header_observer.h",
    "shared_storage/shared_storage_render_thread_worklet_driver.cc",
    "shared_storage/shared_storage_render_thread_worklet_driver.h",
    "shared_storage/shared_storage_url_loader_factory_proxy.cc",
    "shared_storage/shared_storage_url_loader_factory_proxy.h",
    "shared_storage/shared_storage_worklet_host.cc",
    "shared_storage/shared_storage_worklet_host.h",
    "shared_storage/shared_storage_worklet_host_manager.cc",
    "shared_storage/shared_storage_worklet_host_manager.h",
    "site_info.cc",
    "site_info.h",
    "site_instance_group.cc",
    "site_instance_group.h",
    "site_instance_group_manager.cc",
    "site_instance_group_manager.h",
    "site_instance_impl.cc",
    "site_instance_impl.h",
    "sms/sms_fetcher_impl.cc",
    "sms/sms_fetcher_impl.h",
    "sms/sms_metrics.cc",
    "sms/sms_metrics.h",
    "sms/sms_parser.cc",
    "sms/sms_parser.h",
    "sms/sms_provider.cc",
    "sms/sms_provider.h",
    "sms/sms_queue.cc",
    "sms/sms_queue.h",
    "sms/user_consent_handler.cc",
    "sms/user_consent_handler.h",
    "sms/webotp_service.cc",
    "sms/webotp_service.h",
    "speech/speech_recognition_dispatcher_host.cc",
    "speech/speech_recognition_dispatcher_host.h",
    "speech/speech_recognition_manager_impl.cc",
    "speech/speech_recognition_manager_impl.h",
    "speech/speech_recognition_session.cc",
    "speech/speech_recognition_session.h",
    "speech/speech_recognizer.h",
    "speech/speech_synthesis_impl.cc",
    "speech/speech_synthesis_impl.h",
    "speech/tts_controller_impl.cc",
    "speech/tts_platform_impl.cc",
    "speech/tts_platform_impl.h",
    "speech/tts_utterance_impl.cc",
    "speech/tts_utterance_impl.h",
    "ssl/ssl_client_auth_handler.cc",
    "ssl/ssl_client_auth_handler.h",
    "ssl/ssl_error_handler.cc",
    "ssl/ssl_error_handler.h",
    "ssl/ssl_manager.cc",
    "ssl/ssl_manager.h",
    "ssl_private_key_impl.cc",
    "ssl_private_key_impl.h",
    "startup_data_impl.cc",
    "startup_data_impl.h",
    "startup_helper.cc",
    "startup_helper.h",
    "startup_task_runner.cc",
    "startup_task_runner.h",
    "storage_access/storage_access_handle.cc",
    "storage_access/storage_access_handle.h",
    "storage_partition_impl.cc",
    "storage_partition_impl.h",
    "storage_partition_impl_map.cc",
    "storage_partition_impl_map.h",
    "synthetic_trial_syncer.cc",
    "theme_helper.cc",
    "theme_helper.h",
    "tracing/background_tracing_active_scenario.cc",
    "tracing/background_tracing_active_scenario.h",
    "tracing/background_tracing_agent_client_impl.cc",
    "tracing/background_tracing_agent_client_impl.h",
    "tracing/background_tracing_config_impl.cc",
    "tracing/background_tracing_config_impl.h",
    "tracing/background_tracing_manager_impl.cc",
    "tracing/background_tracing_manager_impl.h",
    "tracing/background_tracing_rule.cc",
    "tracing/background_tracing_rule.h",
    "tracing/file_tracing_provider_impl.cc",
    "tracing/file_tracing_provider_impl.h",
    "tracing/memory_instrumentation_util.cc",
    "tracing/memory_instrumentation_util.h",
    "tracing/startup_tracing_controller.cc",
    "tracing/startup_tracing_controller.h",
    "tracing/trace_report/trace_report_database.cc",
    "tracing/trace_report/trace_report_database.h",
    "tracing/trace_report/trace_report_handler.cc",
    "tracing/trace_report/trace_report_handler.h",
    "tracing/trace_report/trace_upload_list.h",
    "tracing/tracing_controller_impl.cc",
    "tracing/tracing_controller_impl.h",
    "tracing/tracing_controller_impl_data_endpoint.cc",
    "tracing/tracing_scenario.cc",
    "tracing/tracing_scenario.h",
    "tracing/tracing_service_controller.cc",
    "tracing/tracing_service_controller.h",
    "ukm_internals_ui.cc",
    "ukm_internals_ui.h",
    "url_info.cc",
    "url_info.h",
    "url_loader_factory_params_helper.cc",
    "url_loader_factory_params_helper.h",
    "usb/web_usb_service_impl.cc",
    "usb/web_usb_service_impl.h",
    "utility_process_host.cc",
    "utility_process_host.h",
    "utility_process_host_receiver_bindings.cc",
    "utility_sandbox_delegate.cc",
    "utility_sandbox_delegate.h",
    "video_capture_service_impl.cc",
    "video_capture_service_impl.h",
    "wake_lock/wake_lock_context_host.cc",
    "wake_lock/wake_lock_context_host.h",
    "wake_lock/wake_lock_service_impl.cc",
    "wake_lock/wake_lock_service_impl.h",
    "web_contents/aura/gesture_nav_simple.cc",
    "web_contents/aura/gesture_nav_simple.h",
    "web_contents/aura/types.cc",
    "web_contents/aura/types.h",
    "web_contents/file_chooser_impl.cc",
    "web_contents/file_chooser_impl.h",
    "web_contents/java_script_dialog_commit_deferring_condition.cc",
    "web_contents/java_script_dialog_commit_deferring_condition.h",
    "web_contents/web_contents_impl.cc",
    "web_contents/web_contents_impl.h",
    "web_contents/web_contents_view.h",
    "web_contents/web_contents_view_aura.cc",
    "web_contents/web_contents_view_aura.h",
    "web_contents/web_contents_view_child_frame.cc",
    "web_contents/web_contents_view_child_frame.h",
    "web_contents/web_contents_view_drag_security_info.cc",
    "web_contents/web_contents_view_drag_security_info.h",
    "web_database/web_database_host_impl.cc",
    "web_database/web_database_host_impl.h",
    "web_exposed_isolation_info.cc",
    "web_exposed_isolation_info.h",
    "web_package/prefetched_signed_exchange_cache.cc",
    "web_package/prefetched_signed_exchange_cache.h",
    "web_package/prefetched_signed_exchange_cache_adapter.cc",
    "web_package/prefetched_signed_exchange_cache_adapter.h",
    "web_package/prefetched_signed_exchange_cache_entry.cc",
    "web_package/prefetched_signed_exchange_cache_entry.h",
    "web_package/signed_exchange_cert_fetcher.cc",
    "web_package/signed_exchange_cert_fetcher.h",
    "web_package/signed_exchange_cert_fetcher_factory.cc",
    "web_package/signed_exchange_cert_fetcher_factory.h",
    "web_package/signed_exchange_certificate_chain.cc",
    "web_package/signed_exchange_certificate_chain.h",
    "web_package/signed_exchange_consts.h",
    "web_package/signed_exchange_devtools_proxy.cc",
    "web_package/signed_exchange_devtools_proxy.h",
    "web_package/signed_exchange_envelope.cc",
    "web_package/signed_exchange_envelope.h",
    "web_package/signed_exchange_error.cc",
    "web_package/signed_exchange_error.h",
    "web_package/signed_exchange_handler.cc",
    "web_package/signed_exchange_handler.h",
    "web_package/signed_exchange_inner_response_url_loader.cc",
    "web_package/signed_exchange_inner_response_url_loader.h",
    "web_package/signed_exchange_loader.cc",
    "web_package/signed_exchange_loader.h",
    "web_package/signed_exchange_prefetch_handler.cc",
    "web_package/signed_exchange_prefetch_handler.h",
    "web_package/signed_exchange_prologue.cc",
    "web_package/signed_exchange_prologue.h",
    "web_package/signed_exchange_reporter.cc",
    "web_package/signed_exchange_reporter.h",
    "web_package/signed_exchange_request_handler.cc",
    "web_package/signed_exchange_request_handler.h",
    "web_package/signed_exchange_signature_header_field.cc",
    "web_package/signed_exchange_signature_header_field.h",
    "web_package/signed_exchange_signature_verifier.cc",
    "web_package/signed_exchange_signature_verifier.h",
    "web_package/signed_exchange_utils.cc",
    "web_package/signed_exchange_utils.h",
    "web_package/subresource_signed_exchange_url_loader_factory.cc",
    "web_package/subresource_signed_exchange_url_loader_factory.h",
    "web_ui_browser_interface_broker_registry.cc",
    "webauth/client_data_json.cc",
    "webauth/client_data_json.h",
    "webauth/webauth_request_security_checker.cc",
    "webauth/webauth_request_security_checker.h",
    "webid/digital_credentials/digital_identity_request_impl.cc",
    "webid/digital_credentials/digital_identity_request_impl.h",
    "webid/fake_identity_request_dialog_controller.cc",
    "webid/fake_identity_request_dialog_controller.h",
    "webid/fedcm_metrics.cc",
    "webid/fedcm_metrics.h",
    "webid/federated_auth_disconnect_request.cc",
    "webid/federated_auth_disconnect_request.h",
    "webid/federated_auth_request_impl.cc",
    "webid/federated_auth_request_impl.h",
    "webid/federated_auth_request_page_data.cc",
    "webid/federated_auth_request_page_data.h",
    "webid/federated_auth_user_info_request.cc",
    "webid/federated_auth_user_info_request.h",
    "webid/federated_provider_fetcher.cc",
    "webid/federated_provider_fetcher.h",
    "webid/flags.cc",
    "webid/flags.h",
    "webid/identity_registry.cc",
    "webid/identity_registry.h",
    "webid/idp_network_request_manager.cc",
    "webid/idp_network_request_manager.h",
    "webid/webid_utils.cc",
    "webid/webid_utils.h",
    "webrtc/webrtc_connections_observer.cc",
    "webrtc/webrtc_connections_observer.h",
    "webrtc/webrtc_internals.cc",
    "webrtc/webrtc_internals.h",
    "webrtc/webrtc_internals_connections_observer.h",
    "webrtc/webrtc_internals_message_handler.cc",
    "webrtc/webrtc_internals_message_handler.h",
    "webrtc/webrtc_internals_ui.cc",
    "webrtc/webrtc_internals_ui.h",
    "webrtc/webrtc_internals_ui_observer.h",
    "websockets/websocket_connector_impl.cc",
    "websockets/websocket_connector_impl.h",
    "websockets/websocket_handshake_request_info_impl.cc",
    "websockets/websocket_handshake_request_info_impl.h",
    "webtransport/web_transport_connector_impl.cc",
    "webtransport/web_transport_connector_impl.h",
    "webtransport/web_transport_throttle_context.cc",
    "webtransport/web_transport_throttle_context.h",
    "webui/content_web_ui_configs.cc",
    "webui/content_web_ui_configs.h",
    "webui/network_error_url_loader.cc",
    "webui/network_error_url_loader.h",
    "webui/shared_resources_data_source.cc",
    "webui/shared_resources_data_source.h",
    "webui/url_data_manager.cc",
    "webui/url_data_manager.h",
    "webui/url_data_manager_backend.cc",
    "webui/url_data_manager_backend.h",
    "webui/url_data_source_impl.cc",
    "webui/url_data_source_impl.h",
    "webui/web_ui_controller_factory_registry.cc",
    "webui/web_ui_controller_factory_registry.h",
    "webui/web_ui_data_source_impl.cc",
    "webui/web_ui_data_source_impl.h",
    "webui/web_ui_impl.cc",
    "webui/web_ui_impl.h",
    "webui/web_ui_main_frame_observer.cc",
    "webui/web_ui_main_frame_observer.h",
    "webui/web_ui_managed_interface.h",
    "webui/web_ui_message_handler.cc",
    "webui/web_ui_url_loader_factory.cc",
    "worker_host/dedicated_worker_host.cc",
    "worker_host/dedicated_worker_host.h",
    "worker_host/dedicated_worker_host_factory_impl.cc",
    "worker_host/dedicated_worker_host_factory_impl.h",
    "worker_host/dedicated_worker_hosts_for_document.cc",
    "worker_host/dedicated_worker_hosts_for_document.h",
    "worker_host/dedicated_worker_service_impl.cc",
    "worker_host/dedicated_worker_service_impl.h",
    "worker_host/shared_worker_connector_impl.cc",
    "worker_host/shared_worker_connector_impl.h",
    "worker_host/shared_worker_content_settings_proxy_impl.cc",
    "worker_host/shared_worker_content_settings_proxy_impl.h",
    "worker_host/shared_worker_host.cc",
    "worker_host/shared_worker_host.h",
    "worker_host/shared_worker_service_impl.cc",
    "worker_host/shared_worker_service_impl.h",
    "worker_host/worker_script_fetcher.cc",
    "worker_host/worker_script_fetcher.h",
    "worker_host/worker_script_loader.cc",
    "worker_host/worker_script_loader.h",
    "worker_host/worker_script_loader_factory.cc",
    "worker_host/worker_script_loader_factory.h",
  ]

  if (enable_bluetooth_emulation) {
    deps += [
      "//device/bluetooth:fake_bluetooth",
      "//device/bluetooth/public/mojom:fake_bluetooth_interfaces",
    ]

    sources += [
      "$target_gen_dir/devtools/protocol/bluetooth_emulation.cc",
      "$target_gen_dir/devtools/protocol/bluetooth_emulation.h",
      "devtools/protocol/bluetooth_emulation_handler.cc",
      "devtools/protocol/bluetooth_emulation_handler.h",
    ]
  }

  # TODO(crbug.com/40226169): Remove `permissions_common`.
  # DO NOT add unrelated entries to this block.
  deps += [ "//components/permissions:permissions_common" ]

  # TODO(crbug.com/40226169): Remove `permission_util.*`.
  # DO NOT add unrelated entries to this block.
  sources += [
    "permissions/permission_util.cc",
    "permissions/permission_util.h",
  ]

  if (enable_compute_pressure) {
    sources += [
      "compute_pressure/pressure_client_impl.cc",
      "compute_pressure/pressure_client_impl.h",
      "compute_pressure/pressure_service_base.cc",
      "compute_pressure/pressure_service_base.h",
      "compute_pressure/pressure_service_for_frame.cc",
      "compute_pressure/pressure_service_for_frame.h",
      "compute_pressure/pressure_service_for_worker.cc",
      "compute_pressure/pressure_service_for_worker.h",
      "compute_pressure/web_contents_pressure_manager_proxy.cc",
      "compute_pressure/web_contents_pressure_manager_proxy.h",
    ]
  }

  if (use_viz_debugger) {
    sources += [
      "$target_gen_dir/devtools/protocol/visual_debugger.cc",
      "$target_gen_dir/devtools/protocol/visual_debugger.h",
      "devtools/protocol/visual_debugger_handler.cc",
      "devtools/protocol/visual_debugger_handler.h",
    ]
  }
  if (toolkit_views) {
    deps += [ "//ui/events" ]
  }

  if (is_posix && !is_mac) {
    sources += [
      "v8_snapshot_files.cc",
      "v8_snapshot_files.h",
    ]
  }

  if (is_linux || is_chromeos) {
    sources += [
      "child_process_launcher_helper_linux.cc",
      "child_thread_type_switcher_linux.cc",
      "child_thread_type_switcher_linux.h",
      "file_system_access/file_path_watcher/file_path_watcher_inotify.cc",
      "file_system_access/file_path_watcher/file_path_watcher_inotify.h",
      "font_access/font_enumeration_data_source_linux.cc",
      "font_access/font_enumeration_data_source_linux.h",
      "font_service.cc",
      "font_service.h",
      "media/video_encode_accelerator_provider_launcher.cc",
      "media/video_encode_accelerator_provider_launcher.h",
      "memory/swap_metrics_driver_impl_linux.cc",
      "memory/swap_metrics_driver_impl_linux.h",
      "sandbox_host_linux.cc",
      "sandbox_host_linux.h",
      "sandbox_ipc_linux.cc",
      "sandbox_ipc_linux.h",
      "zygote_host/zygote_host_impl_linux.cc",
      "zygote_host/zygote_host_impl_linux.h",
    ]

    public_deps += [ "//components/services/font/public/mojom" ]

    deps += [
      "//components/crash/content/browser/error_reporting",
      "//components/services/font:lib",
      "//content/common:sandbox_support_linux",
      "//third_party/blink/public/mojom:memory_usage_monitor_linux_mojo_bindings",
    ]
  }

  if (is_win) {
    deps += [ "//components/services/font_data:lib" ]
  }

  if (allow_oop_video_decoder) {
    sources += [ "media/stable_video_decoder_factory.cc" ]
    deps += [ "//media/mojo/mojom/stable:stable_video_decoder" ]
  }

  if (is_chromeos) {
    sources += [
      "handwriting/handwriting_recognition_service_impl_cros.cc",
      "handwriting/handwriting_recognition_service_impl_cros.h",
      "handwriting/handwriting_recognizer_impl_cros.cc",
      "handwriting/handwriting_recognizer_impl_cros.h",
      "lock_screen/lock_screen_service_impl.cc",
      "lock_screen/lock_screen_service_impl.h",
      "lock_screen/lock_screen_storage_impl.cc",
      "lock_screen/lock_screen_storage_impl.h",
      "smart_card/smart_card_service.cc",
      "smart_card/smart_card_service.h",
    ]
    deps += [
      "//chromeos/components/firewall_hole",
      "//chromeos/crosapi/mojom",
      "//chromeos/services/machine_learning/public/cpp",
      "//chromeos/services/machine_learning/public/mojom",
      "//components/value_store",
    ]
  }

  if (is_linux) {
    sources += [ "speech/tts_linux.cc" ]
    deps += [
      "//third_party/speech-dispatcher",
      "//ui/linux:linux_ui",
    ]
  }

  # ChromeOS also defines linux but their memory-monitors conflict.
  if (is_chromeos_ash) {
    sources += [
      "gpu/chromeos/delegate_to_browser_gpu_service_accelerator_factory.cc",
      "gpu/chromeos/video_capture_dependencies.cc",
      "gpu/chromeos/video_capture_dependencies.h",
      "screenlock_monitor/screenlock_monitor_device_source_ash.cc",
      "tracing/cros_tracing_agent.cc",
      "tracing/cros_tracing_agent.h",
    ]
    deps += [
      "//chromeos/ash/components/assistant:buildflags",
      "//chromeos/ash/components/audio",
      "//chromeos/ash/components/dbus",
      "//chromeos/ash/components/dbus/debug_daemon",
      "//chromeos/ash/components/network",
      "//chromeos/ash/components/system",
      "//chromeos/ash/resources",
      "//chromeos/resources",
      "//components/chromeos_camera:mojo_mjpeg_decode_accelerator",
      "//components/session_manager/core",
      "//services/data_decoder/public/cpp",
      "//services/data_decoder/public/mojom",
      "//ui/base/ime/ash",
      "//ui/chromeos/styles:cros_styles_views",
    ]
    public_deps += [ "//ash/webui/common/resources:resources" ]
  }

  if (is_castos) {
    sources += [
      "tracing/cast_tracing_agent.cc",
      "tracing/cast_tracing_agent.h",
    ]

    deps += [
      "//chromecast:chromecast_buildflags",
      "//chromecast/tracing:system_tracer",
    ]

    defines += [ "CAST_TRACING_AGENT=1" ]
  }

  if (is_fuchsia) {
    sources += [
      "accessibility/accessibility_tree_formatter_fuchsia.cc",
      "accessibility/accessibility_tree_formatter_fuchsia.h",
      "child_process_launcher_helper_fuchsia.cc",
      "file_system_access/file_path_watcher/file_path_watcher_stub.cc",  # See
                                                                         # crbug.com/42050618
      "font_access/font_enumeration_data_source_fuchsia.cc",
      "font_access/font_enumeration_data_source_fuchsia.h",
      "memory/swap_metrics_driver_impl_fuchsia.cc",
      "renderer_host/media/fuchsia_media_cdm_provider_impl.cc",
      "renderer_host/media/fuchsia_media_cdm_provider_impl.h",
      "renderer_host/media/fuchsia_media_codec_provider_impl.cc",
      "renderer_host/media/fuchsia_media_codec_provider_impl.h",
      "speech/tts_fuchsia.cc",
    ]
    deps += [
      "//third_party/abseil-cpp:absl",
      "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.accessibility.semantics:fuchsia.accessibility.semantics_cpp",
      "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.mediacodec:fuchsia.mediacodec_hlcpp",
      "//third_party/fuchsia-sdk/sdk/pkg/inspect",
      "//third_party/fuchsia-sdk/sdk/pkg/inspect_component_cpp",
      "//third_party/fuchsia-sdk/sdk/pkg/zx",
      "//ui/accessibility",
    ]
  } else if (is_posix) {
    sources += [
      "child_process_launcher_helper_posix.cc",
      "child_process_launcher_helper_posix.h",
      "posix_file_descriptor_info_impl.cc",
      "posix_file_descriptor_info_impl.h",
    ]
  }

  # Watching the local file system via the File System Access API is not
  # supported on Android or Fuchsia. Local file system access is not supported
  # on Android at all (see https://crbug.com/1011535), whereas
  # `base::FilePatchWatcher` is not implemented on Fuchsia (see
  # https://crbug.com/851641)
  if (!is_android && !is_ios && !is_fuchsia) {
    sources += [
      "file_system_access/file_system_access_local_path_watcher.cc",
      "file_system_access/file_system_access_local_path_watcher.h",
    ]
  }

  if (is_apple) {
    sources += [
      "child_process_task_port_provider_mac.cc",
      "child_process_task_port_provider_mac.h",
      "font_access/font_enumeration_data_source_mac.h",
      "font_access/font_enumeration_data_source_mac.mm",
    ]
  }

  if (is_mac) {
    sources += [
      "../app_shim_remote_cocoa/ns_view_bridge_factory_impl.mm",
      "../app_shim_remote_cocoa/popup_window_mac.h",
      "../app_shim_remote_cocoa/popup_window_mac.mm",
      "../app_shim_remote_cocoa/render_widget_host_ns_view_bridge.h",
      "../app_shim_remote_cocoa/render_widget_host_ns_view_bridge.mm",
      "../app_shim_remote_cocoa/render_widget_host_ns_view_host_helper.h",
      "../app_shim_remote_cocoa/render_widget_host_view_cocoa.h",
      "../app_shim_remote_cocoa/render_widget_host_view_cocoa.mm",
      "../app_shim_remote_cocoa/sharing_service_picker.h",
      "../app_shim_remote_cocoa/sharing_service_picker.mm",
      "../app_shim_remote_cocoa/web_contents_ns_view_bridge.h",
      "../app_shim_remote_cocoa/web_contents_ns_view_bridge.mm",
      "../app_shim_remote_cocoa/web_contents_occlusion_checker_mac.h",
      "../app_shim_remote_cocoa/web_contents_occlusion_checker_mac.mm",
      "../app_shim_remote_cocoa/web_contents_view_cocoa.h",
      "../app_shim_remote_cocoa/web_contents_view_cocoa.mm",
      "../app_shim_remote_cocoa/web_drag_source_mac.h",
      "../app_shim_remote_cocoa/web_drag_source_mac.mm",
      "../app_shim_remote_cocoa/web_menu_runner_mac.h",
      "../app_shim_remote_cocoa/web_menu_runner_mac.mm",
      "accessibility/browser_accessibility_state_impl_mac.mm",
      "child_process_launcher_helper_mac.cc",
      "cocoa/system_hotkey_helper_mac.h",
      "cocoa/system_hotkey_helper_mac.mm",
      "cocoa/system_hotkey_map.h",
      "cocoa/system_hotkey_map.mm",
      "devtools/protocol/native_input_event_builder_mac.mm",
      "file_system_access/file_path_watcher/file_path_watcher_fsevents.cc",
      "file_system_access/file_path_watcher/file_path_watcher_fsevents.h",
      "file_system_access/file_path_watcher/file_path_watcher_kqueue.cc",
      "file_system_access/file_path_watcher/file_path_watcher_kqueue.h",
      "file_system_access/file_path_watcher/file_path_watcher_mac.cc",
      "gpu/browser_child_process_backgrounded_bridge.h",
      "gpu/browser_child_process_backgrounded_bridge.mm",
      "gpu/ca_transaction_gpu_coordinator.cc",
      "gpu/ca_transaction_gpu_coordinator.h",
      "media/desktop_media_window_registry_mac.mm",
      "memory/swap_metrics_driver_impl_mac.cc",
      "memory/swap_metrics_driver_impl_mac.h",
      "renderer_host/browser_compositor_view_mac.h",
      "renderer_host/browser_compositor_view_mac.mm",
      "renderer_host/clipboard_host_impl_mac.mm",
      "renderer_host/input/fling_scheduler_mac.h",
      "renderer_host/input/fling_scheduler_mac.mm",
      "renderer_host/input/mouse_wheel_rails_filter_mac.cc",
      "renderer_host/input/mouse_wheel_rails_filter_mac.h",
      "renderer_host/input/synthetic_gesture_target_mac.h",
      "renderer_host/input/synthetic_gesture_target_mac.mm",
      "renderer_host/popup_menu_helper_mac.h",
      "renderer_host/popup_menu_helper_mac.mm",
      "renderer_host/render_widget_host_view_mac.h",
      "renderer_host/render_widget_host_view_mac.mm",
      "renderer_host/render_widget_host_view_mac_editcommand_helper.h",
      "renderer_host/render_widget_host_view_mac_editcommand_helper.mm",
      "renderer_host/text_input_client_mac.h",
      "renderer_host/text_input_client_mac.mm",
      "renderer_host/text_input_host_impl.h",
      "renderer_host/text_input_host_impl.mm",
      "sandbox_parameters_mac.h",
      "sandbox_parameters_mac.mm",
      "sandbox_support_mac_impl.h",
      "sandbox_support_mac_impl.mm",
      "scheduler/responsiveness/native_event_observer_mac.mm",
      "screenlock_monitor/screenlock_monitor_device_source_mac.mm",
      "speech/tts_mac.h",
      "speech/tts_mac.mm",
      "theme_helper_mac.h",
      "theme_helper_mac.mm",
      "web_contents/web_contents_impl_mac.mm",
      "web_contents/web_contents_view_mac.h",
      "web_contents/web_contents_view_mac.mm",
      "web_contents/web_drag_dest_mac.h",
      "web_contents/web_drag_dest_mac.mm",
    ]
    deps += [
      ":mac_helpers",
      "//components/device_event_log",
      "//components/remote_cocoa/app_shim",
      "//components/remote_cocoa/browser",
      "//components/remote_cocoa/common:mojo",
      "//media",
      "//ui/accelerated_widget_mac",
      "//ui/events:dom_keyboard_layout",
    ]
    frameworks += [
      "AppKit.framework",
      "AVFAudio.framework",
      "Carbon.framework",
      "Cocoa.framework",
      "CoreGraphics.framework",
      "QuartzCore.framework",
      "IOSurface.framework",
      "UniformTypeIdentifiers.framework",
    ]
  } else if (is_ios) {
    sources += [
      "child_process_launcher_helper_ios.mm",
      "date_time_chooser/ios/date_time_chooser_coordinator.h",
      "date_time_chooser/ios/date_time_chooser_coordinator.mm",
      "date_time_chooser/ios/date_time_chooser_delegate.h",
      "date_time_chooser/ios/date_time_chooser_ios.h",
      "date_time_chooser/ios/date_time_chooser_ios.mm",
      "date_time_chooser/ios/date_time_chooser_mediator.h",
      "date_time_chooser/ios/date_time_chooser_mediator.mm",
      "date_time_chooser/ios/date_time_chooser_util.h",
      "date_time_chooser/ios/date_time_chooser_util.mm",
      "date_time_chooser/ios/date_time_chooser_view_controller.h",
      "date_time_chooser/ios/date_time_chooser_view_controller.mm",
      "devtools/protocol/native_input_event_builder_ios.mm",
      "renderer_host/browser_compositor_ios.h",
      "renderer_host/browser_compositor_ios.mm",
      "renderer_host/delegated_frame_host_client_ios.cc",
      "renderer_host/delegated_frame_host_client_ios.h",
      "renderer_host/input/synthetic_gesture_target_ios.h",
      "renderer_host/input/synthetic_gesture_target_ios.mm",
      "renderer_host/popup_menu_helper_ios.h",
      "renderer_host/popup_menu_helper_ios.mm",
      "renderer_host/render_widget_host_view_ios.h",
      "renderer_host/render_widget_host_view_ios.mm",
      "renderer_host/render_widget_host_view_ios_uiview.h",
      "renderer_host/render_widget_host_view_ios_uiview.mm",
      "renderer_host/render_widget_host_view_ios_uiview_textinput.h",
      "renderer_host/render_widget_host_view_ios_uiview_textinput.mm",
      "renderer_host/web_menu_runner_ios.h",
      "renderer_host/web_menu_runner_ios.mm",
      "speech/tts_ios.mm",
      "web_contents/web_contents_view_ios.h",
      "web_contents/web_contents_view_ios.mm",
    ]
    frameworks += [
      "BrowserEngineKit.framework",
      "IOSurface.framework",
    ]
    deps += [
      "//build:ios_buildflags",
      "//ui/accelerated_widget_mac",
    ]
  } else {
    # Not Mac.
    deps += [ "//sandbox" ]
  }

  # Desktop/Window/WebContents screen capture implementations, conditionally
  # built depending on the available implementations for each platform.
  if (enable_screen_capture) {
    sources += [
      "media/capture/frame_sink_video_capture_device.cc",
      "media/capture/frame_sink_video_capture_device.h",
      "media/capture/native_screen_capture_picker.cc",
      "media/capture/native_screen_capture_picker.h",
      "media/capture/web_contents_frame_tracker.cc",
      "media/capture/web_contents_frame_tracker.h",
      "media/capture/web_contents_video_capture_device.cc",
      "media/capture/web_contents_video_capture_device.h",
    ]
    if (!is_android && !is_ios) {
      sources += [
        "media/capture/desktop_capture_device.cc",
        "media/capture/desktop_capture_device.h",
        "media/capture/mouse_cursor_overlay_controller.cc",
        "media/capture/mouse_cursor_overlay_controller.h",
        "media/captured_surface_control_permission_manager.cc",
        "media/captured_surface_control_permission_manager.h",
        "media/captured_surface_controller.cc",
        "media/captured_surface_controller.h",
      ]
      public_deps += [ "//ui/base/cursor" ]
      deps += [ "//third_party/webrtc_overrides:webrtc_component" ]
    }
    if (use_aura) {
      sources += [
        "media/capture/aura_window_to_mojo_device_adapter.cc",
        "media/capture/aura_window_to_mojo_device_adapter.h",
        "media/capture/aura_window_video_capture_device.cc",
        "media/capture/aura_window_video_capture_device.h",
        "media/capture/mouse_cursor_overlay_controller_aura.cc",
      ]
    }

    if (is_mac) {
      sources += [
        "media/capture/desktop_capture_device_mac.cc",
        "media/capture/desktop_capture_device_mac.h",
        "media/capture/io_surface_capture_device_base_mac.cc",
        "media/capture/io_surface_capture_device_base_mac.h",
        "media/capture/mouse_cursor_overlay_controller_mac.mm",
        "media/capture/native_screen_capture_picker_mac.h",
        "media/capture/native_screen_capture_picker_mac.mm",
        "media/capture/screen_capture_kit_device_mac.h",
        "media/capture/screen_capture_kit_device_mac.mm",
        "media/capture/screen_capture_kit_device_utils_mac.h",
        "media/capture/screen_capture_kit_device_utils_mac.mm",
        "media/capture/screen_capture_kit_fullscreen_module.h",
        "media/capture/screen_capture_kit_fullscreen_module.mm",
        "media/capture/views_widget_video_capture_device_mac.cc",
        "media/capture/views_widget_video_capture_device_mac.h",
      ]
      deps += [
        "//sandbox/mac:seatbelt",
        "//sandbox/mac:seatbelt_extension",
      ]
      frameworks += [ "CoreMedia.framework" ]
      weak_frameworks = [ "ScreenCaptureKit.framework" ]  # macOS 12.3
    }
    if (is_chromeos_ash) {
      sources += [
        "media/capture/desktop_capturer_ash.cc",
        "media/capture/desktop_capturer_ash.h",
        "media/capture/desktop_frame_skia.cc",
        "media/capture/desktop_frame_skia.h",
      ]
      deps += [ "//ash" ]
    }
    if (is_chromeos_lacros) {
      sources += [
        "media/capture/desktop_capturer_lacros.cc",
        "media/capture/desktop_capturer_lacros.h",
        "media/capture/desktop_frame_skia.cc",
        "media/capture/desktop_frame_skia.h",
        "media/capture/receiver_media_to_crosapi_adapter.cc",
        "media/capture/receiver_media_to_crosapi_adapter.h",
        "media/capture/video_capture_device_proxy_lacros.cc",
        "media/capture/video_capture_device_proxy_lacros.h",
      ]
    }
  }

  if (is_chromeos_lacros) {
    sources += [
      "accessibility/browser_accessibility_state_impl_lacros.cc",
      "accessibility/browser_accessibility_state_impl_lacros.h",
      "screenlock_monitor/screenlock_monitor_device_source_lacros.cc",
    ]
    deps += [
      "//chromeos/crosapi/mojom",
      "//chromeos/lacros",
      "//chromeos/startup",
      "//chromeos/startup:constants",
    ]
  }

  if (is_win) {
    sources += [
      "accessibility/browser_accessibility_state_impl_win.cc",
      "child_process_launcher_helper_win.cc",
      "device_posture/device_posture_platform_provider_win.cc",
      "device_posture/device_posture_platform_provider_win.h",
      "device_posture/device_posture_registry_watcher_win.cc",
      "device_posture/device_posture_registry_watcher_win.h",
      "file_system_access/file_path_watcher/file_path_watcher_change_tracker.cc",
      "file_system_access/file_path_watcher/file_path_watcher_change_tracker.h",
      "file_system_access/file_path_watcher/file_path_watcher_win.cc",
      "font_access/font_enumeration_data_source_win.cc",
      "font_access/font_enumeration_data_source_win.h",
      "installedapp/fetch_related_win_apps_task.cc",
      "installedapp/fetch_related_win_apps_task.h",
      "installedapp/native_win_app_fetcher.h",
      "installedapp/native_win_app_fetcher_impl.cc",
      "installedapp/native_win_app_fetcher_impl.h",
      "media/dcomp_surface_registry_broker.cc",
      "media/dcomp_surface_registry_broker.h",
      "media/key_system_support_win.cc",
      "media/key_system_support_win.h",
      "memory/swap_metrics_driver_impl_win.cc",
      "network/network_service_process_tracker_win.cc",
      "network/network_service_process_tracker_win.h",
      "renderer_host/direct_manipulation_event_handler_win.cc",
      "renderer_host/direct_manipulation_event_handler_win.h",
      "renderer_host/direct_manipulation_helper_win.cc",
      "renderer_host/direct_manipulation_helper_win.h",
      "renderer_host/dwrite_font_file_util_win.cc",
      "renderer_host/dwrite_font_file_util_win.h",
      "renderer_host/dwrite_font_proxy_impl_win.cc",
      "renderer_host/dwrite_font_proxy_impl_win.h",
      "renderer_host/legacy_render_widget_host_win.cc",
      "renderer_host/legacy_render_widget_host_win.h",
      "renderer_host/virtual_keyboard_controller_win.cc",
      "renderer_host/virtual_keyboard_controller_win.h",
      "screenlock_monitor/screenlock_monitor_device_source_win.cc",
      "speech/tts_win.cc",
      "speech/tts_win_utils.cc",
      "speech/tts_win_utils.h",
      "utility_sandbox_delegate_win.cc",
    ]
    deps += [
      "//components/app_launch_prefetch",
      "//content/utility:delegate_data",
      "//services/screen_ai/public/cpp:utilities",
      "//third_party/blink/public/common:font_unique_name_table_proto",
      "//third_party/iaccessible2",
      "//third_party/isimpledom",
      "//third_party/wtl",
    ]
    libs += [
      "comctl32.lib",
      "dinput8.lib",
      "dwmapi.lib",
      "dxguid.lib",
      "imm32.lib",
      "oleacc.lib",
      "portabledeviceguids.lib",
      "uiautomationcore.lib",
      "wtsapi32.lib",
    ]
  }

  if (is_win || is_mac) {
    sources += [
      "media/web_app_system_media_controls.cc",
      "media/web_app_system_media_controls.h",
      "media/web_app_system_media_controls_manager.cc",
      "media/web_app_system_media_controls_manager.h",
    ]
  }

  if (is_android || is_linux) {
    deps += [ "//content/browser/system_dns_resolution" ]
  }

  if (use_udev) {
    deps += [
      "//device/udev_linux",
      "//media/capture",
    ]
  }

  if (enable_plugins) {
    sources += [
      "../public/browser/plugin_service.h",
      "plugin_list.cc",
      "plugin_list.h",
      "plugin_service_impl.cc",
      "plugin_service_impl.h",
      "renderer_host/plugin_registry_impl.cc",
      "renderer_host/plugin_registry_impl.h",
    ]
  }

  if (enable_ppapi) {
    sources += [
      "media/session/pepper_playback_observer.cc",
      "media/session/pepper_playback_observer.h",
      "media/session/pepper_player_delegate.cc",
      "media/session/pepper_player_delegate.h",
      "ppapi_plugin_process_host.cc",
      "ppapi_plugin_process_host.h",
      "ppapi_plugin_process_host_receiver_bindings.cc",
      "ppapi_plugin_sandboxed_process_launcher_delegate.cc",
      "ppapi_plugin_sandboxed_process_launcher_delegate.h",
      "renderer_host/pepper/browser_ppapi_host_impl.cc",
      "renderer_host/pepper/browser_ppapi_host_impl.h",
      "renderer_host/pepper/content_browser_pepper_host_factory.cc",
      "renderer_host/pepper/content_browser_pepper_host_factory.h",
      "renderer_host/pepper/pepper_browser_font_singleton_host.cc",
      "renderer_host/pepper/pepper_browser_font_singleton_host.h",
      "renderer_host/pepper/pepper_external_file_ref_backend.cc",
      "renderer_host/pepper/pepper_external_file_ref_backend.h",
      "renderer_host/pepper/pepper_file_io_host.cc",
      "renderer_host/pepper/pepper_file_io_host.h",
      "renderer_host/pepper/pepper_file_ref_host.cc",
      "renderer_host/pepper/pepper_file_ref_host.h",
      "renderer_host/pepper/pepper_file_system_browser_host.cc",
      "renderer_host/pepper/pepper_file_system_browser_host.h",
      "renderer_host/pepper/pepper_gamepad_host.cc",
      "renderer_host/pepper/pepper_gamepad_host.h",
      "renderer_host/pepper/pepper_host_resolver_message_filter.cc",
      "renderer_host/pepper/pepper_host_resolver_message_filter.h",
      "renderer_host/pepper/pepper_internal_file_ref_backend.cc",
      "renderer_host/pepper/pepper_internal_file_ref_backend.h",
      "renderer_host/pepper/pepper_network_monitor_host.cc",
      "renderer_host/pepper/pepper_network_monitor_host.h",
      "renderer_host/pepper/pepper_network_proxy_host.cc",
      "renderer_host/pepper/pepper_network_proxy_host.h",
      "renderer_host/pepper/pepper_print_settings_manager.cc",
      "renderer_host/pepper/pepper_print_settings_manager.h",
      "renderer_host/pepper/pepper_printing_host.cc",
      "renderer_host/pepper/pepper_printing_host.h",
      "renderer_host/pepper/pepper_proxy_lookup_helper.cc",
      "renderer_host/pepper/pepper_proxy_lookup_helper.h",
      "renderer_host/pepper/pepper_renderer_connection.cc",
      "renderer_host/pepper/pepper_renderer_connection.h",
      "renderer_host/pepper/pepper_security_helper.cc",
      "renderer_host/pepper/pepper_security_helper.h",
      "renderer_host/pepper/pepper_socket_utils.cc",
      "renderer_host/pepper/pepper_socket_utils.h",
      "renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc",
      "renderer_host/pepper/pepper_tcp_server_socket_message_filter.h",
      "renderer_host/pepper/pepper_tcp_socket_message_filter.cc",
      "renderer_host/pepper/pepper_tcp_socket_message_filter.h",
      "renderer_host/pepper/pepper_udp_socket_message_filter.cc",
      "renderer_host/pepper/pepper_udp_socket_message_filter.h",
      "renderer_host/pepper/quota_reservation.cc",
      "renderer_host/pepper/quota_reservation.h",
      "renderer_host/render_frame_host_impl_ppapi_support.cc",
      "renderer_host/render_frame_host_impl_ppapi_support.h",
    ]
    deps += [
      "//ppapi/host",
      "//ppapi/proxy:common",
      "//ppapi/proxy:ipc",
      "//ppapi/shared_impl",
    ]

    assert(enable_printing)
    deps += [ "//printing" ]

    if (is_chromeos) {
      sources += [
        "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.cc",
        "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.h",
      ]
    }
  }

  if (enable_library_cdms) {
    sources += [
      "media/cdm_file_impl.cc",
      "media/cdm_file_impl.h",
      "media/cdm_storage_common.cc",
      "media/cdm_storage_common.h",
      "media/cdm_storage_database.cc",
      "media/cdm_storage_database.h",
      "media/cdm_storage_manager.cc",
      "media/cdm_storage_manager.h",
      "media/media_license_database.cc",
      "media/media_license_database.h",
      "media/media_license_manager.cc",
      "media/media_license_manager.h",
      "media/media_license_quota_client.cc",
      "media/media_license_quota_client.h",
      "media/media_license_storage_host.cc",
      "media/media_license_storage_host.h",
    ]
  }

  if (enable_library_cdms || is_win) {
    sources += [
      "media/service_factory.cc",
      "media/service_factory.h",
    ]
  }

  if (use_atk) {
    configs += [
      "//build/config/linux/atk",
      "//build/config/linux/atspi2",
    ]

    if (use_glib) {
      configs += [ "//build/config/linux:glib" ]
    }
  }

  if ((is_linux || is_chromeos) && use_aura) {
    deps += [ "//third_party/fontconfig" ]
  }

  if (use_pangocairo) {
    configs += [ "//build/config/linux/pangocairo" ]
  }

  if (is_android || is_ios) {
    sources += [
      "date_time_chooser/date_time_chooser.cc",
      "date_time_chooser/date_time_chooser.h",
    ]
  }

  if (is_android) {
    sources += [
      "accessibility/accessibility_tree_formatter_android.cc",
      "accessibility/accessibility_tree_formatter_android.h",
      "accessibility/accessibility_tree_formatter_android_external.cc",
      "accessibility/accessibility_tree_formatter_android_external.h",
      "accessibility/accessibility_tree_snapshot_combiner.cc",
      "accessibility/accessibility_tree_snapshot_combiner.h",
      "accessibility/browser_accessibility_android.cc",
      "accessibility/browser_accessibility_android.h",
      "accessibility/browser_accessibility_manager_android.cc",
      "accessibility/browser_accessibility_manager_android.h",
      "accessibility/browser_accessibility_state_impl_android.cc",
      "accessibility/browser_accessibility_state_impl_android.h",
      "accessibility/captioning_controller.cc",
      "accessibility/captioning_controller.h",
      "accessibility/web_contents_accessibility_android.cc",
      "accessibility/web_contents_accessibility_android.h",
      "android/additional_navigation_params_utils.cc",
      "android/additional_navigation_params_utils.h",
      "android/android_overlay_provider_impl.cc",
      "android/android_overlay_provider_impl.h",
      "android/app_web_message_port.cc",
      "android/app_web_message_port.h",
      "android/background_sync_network_observer_android.cc",
      "android/background_sync_network_observer_android.h",
      "android/battery_metrics.cc",
      "android/battery_metrics.h",
      "android/browser_context_handle.cc",
      "android/browser_startup_controller.cc",
      "android/browser_startup_controller.h",
      "android/client_data_json_android.cc",
      "android/content_feature_map.cc",
      "android/content_startup_flags.cc",
      "android/content_startup_flags.h",
      "android/content_ui_event_handler.cc",
      "android/content_ui_event_handler.h",
      "android/content_url_loader_factory.cc",
      "android/content_url_loader_factory.h",
      "android/content_view_statics.cc",
      "android/content_web_feature_usage_utils_android.cc",
      "android/devtools_auth.cc",
      "android/dialog_overlay_impl.cc",
      "android/dialog_overlay_impl.h",
      "android/drop_data_android.cc",
      "android/drop_data_android.h",
      "android/gesture_listener_manager.cc",
      "android/gesture_listener_manager.h",
      "android/gpu_process_callback.cc",
      "android/ime_adapter_android.cc",
      "android/ime_adapter_android.h",
      "android/java/gin_java_bound_object.cc",
      "android/java/gin_java_bound_object.h",
      "android/java/gin_java_bound_object_delegate.cc",
      "android/java/gin_java_bound_object_delegate.h",
      "android/java/gin_java_bridge_dispatcher_host.cc",
      "android/java/gin_java_bridge_dispatcher_host.h",
      "android/java/gin_java_method_invocation_helper.cc",
      "android/java/gin_java_method_invocation_helper.h",
      "android/java/gin_java_script_to_java_types_coercion.cc",
      "android/java/gin_java_script_to_java_types_coercion.h",
      "android/java/java_bridge_thread.cc",
      "android/java/java_bridge_thread.h",
      "android/java/java_method.cc",
      "android/java/java_method.h",
      "android/java/java_type.cc",
      "android/java/java_type.h",
      "android/java/jni_reflect.cc",
      "android/java/jni_reflect.h",
      "android/java_interfaces_impl.cc",
      "android/java_interfaces_impl.h",
      "android/javascript_injector.cc",
      "android/javascript_injector.h",
      "android/launcher_thread.cc",
      "android/launcher_thread.h",
      "android/load_url_params.cc",
      "android/message_payload.cc",
      "android/navigation_handle_proxy.cc",
      "android/navigation_handle_proxy.h",
      "android/nfc_host.cc",
      "android/nfc_host.h",
      "android/overscroll_controller_android.cc",
      "android/overscroll_controller_android.h",
      "android/render_widget_host_connector.cc",
      "android/render_widget_host_connector.h",
      "android/scoped_surface_request_manager.cc",
      "android/scoped_surface_request_manager.h",
      "android/select_popup.cc",
      "android/select_popup.h",
      "android/selection/composited_touch_handle_drawable.cc",
      "android/selection/composited_touch_handle_drawable.h",
      "android/selection/magnifier_surface_control.cc",
      "android/selection/magnifier_surface_control.h",
      "android/selection/selection_popup_controller.cc",
      "android/selection/selection_popup_controller.h",
      "android/selection/smart_selection_client.cc",
      "android/selection/smart_selection_client.h",
      "android/synchronous_compositor_host.cc",
      "android/synchronous_compositor_host.h",
      "android/synchronous_compositor_sync_call_bridge.cc",
      "android/synchronous_compositor_sync_call_bridge.h",
      "android/text_suggestion_host_android.cc",
      "android/text_suggestion_host_android.h",
      "android/text_suggestion_host_mojo_impl_android.cc",
      "android/text_suggestion_host_mojo_impl_android.h",
      "android/tracing_controller_android.cc",
      "android/tracing_controller_android.h",
      "android/web_contents_observer_proxy.cc",
      "android/web_contents_observer_proxy.h",
      "attribution_reporting/attribution_input_event_tracker_android.cc",
      "attribution_reporting/attribution_input_event_tracker_android.h",
      "attribution_reporting/attribution_os_level_manager_android.cc",
      "attribution_reporting/attribution_os_level_manager_android.h",
      "child_process_launcher_helper_android.cc",
      "contacts/contacts_provider_android.cc",
      "contacts/contacts_provider_android.h",
      "date_time_chooser/android/date_time_chooser_android.cc",
      "date_time_chooser/android/date_time_chooser_android.h",
      "device_posture/device_posture_platform_provider_android.cc",
      "device_posture/device_posture_platform_provider_android.h",
      "font_unique_name_lookup/font_unique_name_lookup_android.cc",
      "font_unique_name_lookup/font_unique_name_lookup_android.h",
      "font_unique_name_lookup/font_unique_name_lookup_service.cc",
      "font_unique_name_lookup/font_unique_name_lookup_service.h",
      "media/android/browser_gpu_video_accelerator_factories.cc",
      "media/android/browser_gpu_video_accelerator_factories.h",
      "media/android/media_player_renderer.cc",
      "media/android/media_player_renderer.h",
      "media/android/media_player_renderer_web_contents_observer.cc",
      "media/android/media_player_renderer_web_contents_observer.h",
      "media/android/media_resource_getter_impl.cc",
      "media/android/media_resource_getter_impl.h",
      "media/key_system_support_android.cc",
      "media/key_system_support_android.h",
      "media/session/audio_focus_delegate_android.cc",
      "media/session/audio_focus_delegate_android.h",
      "media/session/media_session_android.cc",
      "media/session/media_session_android.h",
      "memory/swap_metrics_driver_impl_linux.cc",
      "memory/swap_metrics_driver_impl_linux.h",
      "navigation_transitions/back_forward_transition_animation_manager_android.cc",
      "navigation_transitions/back_forward_transition_animation_manager_android.h",
      "navigation_transitions/back_forward_transition_animator.cc",
      "navigation_transitions/back_forward_transition_animator.h",
      "navigation_transitions/physics_model.cc",
      "navigation_transitions/physics_model.h",
      "navigation_transitions/progress_bar.cc",
      "navigation_transitions/progress_bar.h",
      "renderer_host/compositor_dependencies_android.cc",
      "renderer_host/compositor_dependencies_android.h",
      "renderer_host/compositor_impl_android.cc",
      "renderer_host/compositor_impl_android.h",
      "renderer_host/delegated_frame_host_client_android.cc",
      "renderer_host/delegated_frame_host_client_android.h",
      "renderer_host/input/fling_scheduler_android.cc",
      "renderer_host/input/fling_scheduler_android.h",
      "renderer_host/input/synthetic_gesture_target_android.cc",
      "renderer_host/input/synthetic_gesture_target_android.h",
      "renderer_host/input/touch_selection_controller_client_manager_android.cc",
      "renderer_host/input/touch_selection_controller_client_manager_android.h",
      "renderer_host/navigation_controller_android.cc",
      "renderer_host/navigation_controller_android.h",
      "renderer_host/render_frame_host_android.cc",
      "renderer_host/render_frame_host_android.h",
      "renderer_host/render_widget_host_view_android.cc",
      "renderer_host/render_widget_host_view_android.h",
      "renderer_host/screen_state.cc",
      "renderer_host/screen_state.h",
      "screen_orientation/screen_orientation_delegate_android.cc",
      "screen_orientation/screen_orientation_delegate_android.h",
      "sms/sms_provider_gms.cc",
      "sms/sms_provider_gms.h",
      "speech/speech_recognizer_impl_android.cc",
      "speech/speech_recognizer_impl_android.h",
      "speech/tts_android.cc",
      "speech/tts_android.h",
      "speech/tts_environment_android_impl.cc",
      "speech/tts_environment_android_impl.h",
      "web_contents/view_structure_builder_android.cc",
      "web_contents/view_structure_builder_android.h",
      "web_contents/web_contents_android.cc",
      "web_contents/web_contents_android.h",
      "web_contents/web_contents_view_android.cc",
      "web_contents/web_contents_view_android.h",
    ]

    deps += [
      ":fontations_name_table_ffi",
      ":reflection_jni_headers",
      "//build/config/freetype",
      "//cc/slim",
      "//components/tracing:graphics_provider",
      "//content/public/android:browser_jni",
      "//device/gamepad/public/mojom",
      "//gpu/command_buffer/service:gles2",
      "//media",
      "//media/capture/video/android",
      "//third_party/blink/public/common:font_unique_name_table_proto",
      "//third_party/blink/public/mojom:mojom_platform_blink",
      "//third_party/icu",
      "//third_party/jni_zero",
      "//ui/accessibility:ax_assistant",
      "//ui/accessibility:ax_base_android",
      "//ui/accessibility/mojom",
      "//ui/accessibility/mojom:ax_assistant_mojom",
      "//ui/android",
      "//ui/android:ui_android_jni_headers",
      "//ui/compositor",
      "//ui/gfx/animation/keyframe",
      "//url",
    ]
    if (enable_vulkan) {
      deps += [ "//gpu/vulkan/init" ]
    }
    libs += [ "jnigraphics" ]
  } else {
    # Not Android.
    sources += [
      # The WebAuthn devtools protocol API is not supported in Android yet.
      "$target_gen_dir/devtools/protocol/web_authn.cc",
      "$target_gen_dir/devtools/protocol/web_authn.h",
      "devtools/protocol/webauthn_handler.cc",
      "devtools/protocol/webauthn_handler.h",
      "media/session/audio_focus_delegate_default.cc",

      # The Direct Sockets API is not implemented on Android.
      "direct_sockets/direct_sockets_service_impl.cc",
      "direct_sockets/direct_sockets_service_impl.h",

      # WebHID is non-Android
      "hid/hid_service.cc",
      "hid/hid_service.h",

      # These fetch web app tasks, used by getInstalledRelatedApps API, are not
      # supported in Android.
      "installedapp/fetch_related_web_apps_task.cc",
      "installedapp/fetch_related_web_apps_task.h",

      # Non-Android platforms that don't presently support
      # enable_screen_capture, like Fuchsia, nevertheless compile
      # these files. This follows the pattern of #ifdef-ing around Android
      # to restrict APK-size, but not introducing the additional complexity
      # this produces for other feature/platform pairs.
      "media/capture/sub_capture_target_id_web_contents_helper.cc",
      "media/capture/sub_capture_target_id_web_contents_helper.h",

      # Support for restricting NetworkService disk access to a certain path.
      # Not available on Android.
      "network_sandbox.cc",
      "network_sandbox.h",

      # The Serial API is not implemented on Android.
      "serial/serial_service.cc",
      "serial/serial_service.h",

      # WebHID is non-Android
      "service_worker/service_worker_hid_delegate_observer.cc",
      "service_worker/service_worker_hid_delegate_observer.h",

      # WebUSB on extension service workers is non-Android
      "service_worker/service_worker_usb_delegate_observer.cc",
      "service_worker/service_worker_usb_delegate_observer.h",

      # Most speech code is non-Android.
      "speech/network_speech_recognition_engine_impl.cc",
      "speech/network_speech_recognition_engine_impl.h",
      "speech/speech_recognition_engine.cc",
      "speech/speech_recognition_engine.h",
      "speech/speech_recognizer_impl.cc",
      "speech/speech_recognizer_impl.h",
      "tracing/tracing_ui.cc",
      "tracing/tracing_ui.h",

      # Most webauth code is non-Android
      "webauth/authenticator_common_impl.cc",
      "webauth/authenticator_common_impl.h",
      "webauth/authenticator_environment.cc",
      "webauth/authenticator_environment.h",
      "webauth/authenticator_impl.cc",
      "webauth/authenticator_impl.h",
      "webauth/is_uvpaa.cc",
      "webauth/is_uvpaa.h",
      "webauth/virtual_authenticator.cc",
      "webauth/virtual_authenticator.h",
      "webauth/virtual_authenticator_manager_impl.cc",
      "webauth/virtual_authenticator_manager_impl.h",
      "webauth/virtual_authenticator_mojom_traits.h",
      "webauth/virtual_discovery.cc",
      "webauth/virtual_discovery.h",
      "webauth/virtual_fido_discovery_factory.cc",
      "webauth/virtual_fido_discovery_factory.h",

      # The Document Picture-in-Picture API is not implemented on Android.
      "picture_in_picture/document_picture_in_picture_navigation_throttle.cc",
      "picture_in_picture/document_picture_in_picture_navigation_throttle.h",
      "picture_in_picture/document_picture_in_picture_window_controller_impl.cc",
      "picture_in_picture/document_picture_in_picture_window_controller_impl.h",

      # Cross-device digital credentials flows are handled by Play Services on
      # Android, not the browser.
      "webid/digital_credentials/cross_device_request_dispatcher.cc",
      "webid/digital_credentials/cross_device_request_dispatcher.h",
      "webid/digital_credentials/cross_device_transaction_impl.cc",
      "webid/digital_credentials/cross_device_transaction_impl.h",
    ]

    if (!is_fuchsia) {
      sources += [
        "speech/soda_speech_recognition_engine_impl.cc",
        "speech/soda_speech_recognition_engine_impl.h",
      ]

      deps += [ "//media/mojo/mojom:web_speech_recognition" ]
    }

    deps += [
      "//components/device_event_log",
      "//components/soda:constants",
      "//components/soda:soda",
      "//components/soda:utils",
      "//components/speech:speech",
      "//components/vector_icons",
      "//components/webauthn/json",
      "//content/browser/tracing:resources",
      "//media/mojo/mojom:speech_recognition",
      "//ui/base",
    ]
  }

  if (!is_android && !is_ios) {
    sources += [
      # Devtools frontend not included in Android and iOS
      "devtools/devtools_frontend_host_impl.cc",
      "devtools/devtools_frontend_host_impl.h",

      # Trace report internal UI is not adapted for mobile use.
      "tracing/trace_report/trace_report_internals_ui.cc",
      "tracing/trace_report/trace_report_internals_ui.h",
    ]

    deps += [ "//content/browser/devtools:devtools_resources_extern" ]
  }

  if (is_win) {
    deps += [ "//ui/base/ime/win" ]
  }

  if (use_aura) {
    deps += [
      "//ui/aura",
      "//ui/aura_extra",
      "//ui/strings",
      "//ui/wm",
      "//ui/wm/public",
    ]
    sources += [
      "renderer_host/delegated_frame_host_client_aura.cc",
      "renderer_host/delegated_frame_host_client_aura.h",
      "renderer_host/render_widget_host_view_event_handler.cc",
      "renderer_host/render_widget_host_view_event_handler.h",
    ]

    if (is_linux || is_chromeos_lacros) {
      deps += [ "//ui/base/ime/linux" ]
    }
  } else {  # Not aura.
    sources -= [
      "media/desktop_media_window_registry_aura.cc",
      "renderer_host/input/synthetic_gesture_target_aura.cc",
      "renderer_host/input/synthetic_gesture_target_aura.h",
      "renderer_host/input/touch_selection_controller_client_aura.cc",
      "renderer_host/input/touch_selection_controller_client_aura.h",
      "renderer_host/render_widget_host_view_aura.cc",
      "renderer_host/render_widget_host_view_aura.h",
      "web_contents/aura/gesture_nav_simple.cc",
      "web_contents/aura/gesture_nav_simple.h",
      "web_contents/web_contents_view_aura.cc",
      "web_contents/web_contents_view_aura.h",
    ]
  }

  if (use_aura || is_apple) {
    sources += [
      "compositor/image_transport_factory.cc",
      "compositor/image_transport_factory.h",
      "compositor/viz_process_transport_factory.cc",
      "compositor/viz_process_transport_factory.h",
      "context_factory.cc",
      "renderer_host/delegated_frame_host.cc",
      "renderer_host/delegated_frame_host.h",
    ]
    deps += [ "//ui/compositor" ]
  }

  if ((is_linux || is_chromeos) && use_dbus) {
    deps += [ "//dbus" ]
  }

  if (use_ozone) {
    deps += [ "//ui/ozone" ]
  }

  if (enable_ipc_fuzzer) {
    configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
  }

  if (use_minikin_hyphenation) {
    sources += [
      "hyphenation/hyphenation_impl.cc",
      "hyphenation/hyphenation_impl.h",
    ]
  }

  if (enable_vr) {
    if (!is_android) {
      sources += [
        "xr/service/isolated_device_provider.cc",
        "xr/service/isolated_device_provider.h",
      ]
    }

    sources += [
      "xr/metrics/session_metrics_helper.cc",
      "xr/metrics/session_metrics_helper.h",
      "xr/metrics/session_timer.cc",
      "xr/metrics/session_timer.h",
      "xr/metrics/session_tracker.h",
      "xr/metrics/webxr_session_tracker.cc",
      "xr/metrics/webxr_session_tracker.h",
      "xr/service/browser_xr_runtime_impl.cc",
      "xr/service/browser_xr_runtime_impl.h",
      "xr/service/vr_service_impl.cc",
      "xr/service/vr_service_impl.h",
      "xr/service/xr_device_service.cc",
      "xr/service/xr_device_service.h",
      "xr/service/xr_frame_sink_client_impl.cc",
      "xr/service/xr_frame_sink_client_impl.h",
      "xr/service/xr_permission_results.cc",
      "xr/service/xr_permission_results.h",
      "xr/service/xr_runtime_manager_impl.cc",
      "xr/service/xr_runtime_manager_impl.h",
      "xr/webxr_internals/webxr_internals_handler_impl.cc",
      "xr/webxr_internals/webxr_internals_handler_impl.h",
      "xr/webxr_internals/webxr_internals_ui.cc",
      "xr/webxr_internals/webxr_internals_ui.h",
      "xr/webxr_internals/webxr_logger_manager.cc",
      "xr/webxr_internals/webxr_logger_manager.h",
      "xr/xr_utils.cc",
      "xr/xr_utils.h",
    ]

    deps += [
      "//content/browser/xr/webxr_internals/mojom:mojo_bindings",
      "//device/vr/buildflags",
      "//device/vr/orientation",
      "//services/metrics/public/cpp:ukm_builders",
    ]
  }

  if (use_clang_profiling_inside_sandbox && chrome_pgo_phase == 1) {
    sources += [
      "$target_gen_dir/devtools/protocol/native_profiling.cc",
      "$target_gen_dir/devtools/protocol/native_profiling.h",
      "devtools/protocol/native_profiling_handler.cc",
      "devtools/protocol/native_profiling_handler.h",
      "profiling_utils.cc",
    ]
  }
}

if (is_android) {
  generate_jar_jni("reflection_jni_headers") {
    classes = [
      "java/lang/Class.class",
      "java/lang/Object.class",
      "java/lang/reflect/AccessibleObject.class",
      "java/lang/reflect/Method.class",
      "java/lang/reflect/Modifier.class",
    ]
  }
}

# See comment at the top of //content/BUILD.gn for how this works.
group("for_content_tests") {
  visibility = [
    "//content/browser/indexed_db:unit_tests",
    "//content/public/test/android/*",
    "//content/test/*",
    "//content/web_test:web_test_browser",
  ]
  if (!is_component_build) {
    public_deps = [ ":browser" ]
  } else {
    public_deps = [ "//third_party/leveldatabase" ]
  }
}

if (is_android) {
  java_cpp_enum("client_data_json_generated_enum") {
    sources = [ "webauth/client_data_json.h" ]
  }
}

if (is_mac) {
  source_set("mac_helpers") {
    _lines = [
      "// This file is generated by " +
          get_label_info(target_name, "label_no_toolchain"),
      "",
      "#ifndef GEN_CONTENT_BROWSER_MAC_HELPERS_H_",
      "#define GEN_CONTENT_BROWSER_MAC_HELPERS_H_",
      "",
      "namespace content {",
      "",
    ]
    foreach(helper_params, content_mac_helpers) {
      _lines += [ "const char kMacHelperSuffix_${helper_params[0]}[] = \"${helper_params[2]}\";" ]
    }
    _lines += [
      "",
      "}  // namespace content",
      "",
      "#endif  // GEN_CONTENT_BROWSER_MAC_HELPERS_H_",
    ]

    _file = "$target_gen_dir/mac_helpers.h"

    write_file(_file, _lines)

    sources = [ _file ]
  }
}

fuzzer_test("content_sms_parser_fuzzer") {
  sources = [ "sms/sms_parser_fuzzer.cc" ]
  deps = [
    ":browser",
    "//base",
    "//content/public/browser:browser_sources",
  ]
}

fuzzer_test("clear_site_data_handler_fuzzer") {
  sources = [ "browsing_data/clear_site_data_handler_fuzzer.cc" ]
  deps = [ "//content/test:test_support" ]
  seed_corpus = "//content/test/data/fuzzer_corpus/clear_site_data/"
}