# Copyright 2014 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//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/jumbo.gni") import("//build/config/linux/pangocairo/pangocairo.gni") import("//build/config/ozone.gni") import("//build/config/ui.gni") import("//chromeos/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/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("//third_party/blink/public/public_features.gni") import("//tools/ipc_fuzzer/ipc_fuzzer.gni") jumbo_static_library("devtools_protocol") { configs += [ "//build/config:precompiled_headers", "//content:content_implementation", ] deps = [ "//base", "//content/browser/devtools:devtools_background_services_proto", "//content/browser/devtools:protocol_sources", "//content/common:buildflags", "//services/viz/privileged/mojom", "//third_party/blink/public/mojom:mojom_platform", "//third_party/inspector_protocol:crdtp", ] 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/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/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/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", ] if (!is_android) { # The WebAuthn devtools protocol API is not supported in Android yet. sources += [ "$target_gen_dir/devtools/protocol/web_authn.cc", "$target_gen_dir/devtools/protocol/web_authn.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", ] } } jumbo_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 = [ ":for_content_tests", # See top of //content/BUILD.gn for why. ":for_internal_webauthn", "//content/app:*", "//content/public/browser:browser_sources", "//content/test/fuzzer:browser_accessibility_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", "//tools/v8_context_snapshot:use_v8_context_snapshot", "//v8:external_startup_data", ] defines = [] libs = [] frameworks = [] ldflags = [] deps = [ "//base", "//base:base_static", "//base:clang_profiling_buildflags", "//base/third_party/dynamic_annotations", "//base/tracing/protos:chrome_track_event_resources", "//build:branding_buildflags", "//build:chromecast_buildflags", "//build:chromeos_buildflags", "//build/config/compiler:compiler_buildflags", "//cc", "//cc/animation", "//cc/mojo_embedder", "//cc/paint", "//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/filename_generation", "//components/link_header_util", "//components/metrics", "//components/metrics:single_sample_metrics", "//components/ml/mojom", "//components/network_session_configurator/browser", "//components/offline_pages/buildflags", "//components/offline_pages/core/request_header", "//components/os_crypt", "//components/payments/content/icon", "//components/payments/mojom", # TODO(698985): Remove `permissions_common`. "//components/permissions:permissions_common", "//components/power_scheduler", "//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/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/viz/client", "//components/viz/common", "//components/viz/host", "//components/web_package", "//content:content_resources", "//content:dev_ui_content_resources", "//content/app/resources", "//content/browser/attribution_reporting:attribution_reporting_proto", "//content/browser/attribution_reporting:mojo_bindings", "//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/download:proto", "//content/browser/file_system_access:proto", "//content/browser/notifications:notification_proto", "//content/browser/payments:payment_app_proto", "//content/browser/prerender:mojo_bindings", "//content/browser/process_internals:mojo_bindings", "//content/browser/resources:resources", "//content/browser/resources/media: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:trust_tokens_mojo_bindings", "//content/public/common/zygote:buildflags", "//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:gl_in_process_context", "//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/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", "//net/server:http_server", "//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/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/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/viz/privileged/mojom", "//services/viz/public/cpp/gpu", "//services/viz/public/mojom", "//skia", "//skia:skia_resources", "//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:font_enumeration_table_proto", "//third_party/blink/public/strings", "//third_party/blink/public/strings:accessibility_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/sqlite", "//third_party/wtl", "//third_party/zlib", "//third_party/zlib/google:zip", "//ui/accessibility", "//ui/accessibility:ax_enums_mojo", "//ui/base", "//ui/base:buildflags", "//ui/base:data_exchange", "//ui/base/clipboard", "//ui/base/cursor", "//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/display", "//ui/display/types", "//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/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:ax_strings", "//ui/touch_selection", "//v8:v8_version", ":devtools_protocol", ] if (is_chromeos) { deps += [ "//chromeos/services/machine_learning/public/cpp", "//chromeos/services/machine_learning/public/mojom", ] } public_deps = [ "//base", "//components/memory_pressure", "//ipc", "//media/mojo/mojom:remoting", "//third_party/blink/public/mojom:embedded_frame_sink_mojo_bindings", "//third_party/blink/public/mojom:mojom_broadcastchannel_bindings", "//third_party/leveldatabase", "//ui/base/dragdrop/mojom:mojom_headers", ] sources = [ "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.cc", "accessibility/browser_accessibility.h", "accessibility/browser_accessibility_manager.cc", "accessibility/browser_accessibility_manager.h", "accessibility/browser_accessibility_state_impl.cc", "accessibility/browser_accessibility_state_impl.h", "accessibility/one_shot_accessibility_tree_search.cc", "accessibility/one_shot_accessibility_tree_search.h", "accessibility/render_accessibility_host.cc", "accessibility/render_accessibility_host.h", "accessibility/touch_passthrough_manager.cc", "accessibility/touch_passthrough_manager.h", "accessibility/web_contents_accessibility.h", "after_startup_task_utils.cc", "after_startup_task_utils.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_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_key_storage.h", "aggregation_service/aggregation_service_network_fetcher_impl.cc", "aggregation_service/aggregation_service_network_fetcher_impl.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", "attribution_reporting/aggregatable_attribution_utils.cc", "attribution_reporting/aggregatable_attribution_utils.h", "attribution_reporting/aggregatable_histogram_contribution.cc", "attribution_reporting/aggregatable_histogram_contribution.h", "attribution_reporting/attribution_aggregatable_key.h", "attribution_reporting/attribution_aggregatable_source.cc", "attribution_reporting/attribution_aggregatable_source.h", "attribution_reporting/attribution_aggregatable_trigger.cc", "attribution_reporting/attribution_aggregatable_trigger.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_default_random_generator.cc", "attribution_reporting/attribution_default_random_generator.h", "attribution_reporting/attribution_filter_data.cc", "attribution_reporting/attribution_filter_data.h", "attribution_reporting/attribution_host.cc", "attribution_reporting/attribution_host.h", "attribution_reporting/attribution_info.cc", "attribution_reporting/attribution_info.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.h", "attribution_reporting/attribution_manager_impl.cc", "attribution_reporting/attribution_manager_impl.h", "attribution_reporting/attribution_manager_provider.cc", "attribution_reporting/attribution_manager_provider.h", "attribution_reporting/attribution_metrics.cc", "attribution_reporting/attribution_metrics.h", "attribution_reporting/attribution_observer.h", "attribution_reporting/attribution_observer_types.cc", "attribution_reporting/attribution_observer_types.h", "attribution_reporting/attribution_page_metrics.cc", "attribution_reporting/attribution_page_metrics.h", "attribution_reporting/attribution_random_generator.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_scheduler.cc", "attribution_reporting/attribution_report_scheduler.h", "attribution_reporting/attribution_report_sender.h", "attribution_reporting/attribution_reporting.cc", "attribution_reporting/attribution_source_type.cc", "attribution_reporting/attribution_source_type.h", "attribution_reporting/attribution_storage.cc", "attribution_reporting/attribution_storage.h", "attribution_reporting/attribution_storage_delegate.h", "attribution_reporting/attribution_storage_delegate_impl.cc", "attribution_reporting/attribution_storage_delegate_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_trigger.cc", "attribution_reporting/attribution_trigger.h", "attribution_reporting/attribution_utils.cc", "attribution_reporting/attribution_utils.h", "attribution_reporting/combinatorics.cc", "attribution_reporting/combinatorics.h", "attribution_reporting/common_source_info.cc", "attribution_reporting/common_source_info.h", "attribution_reporting/rate_limit_result.h", "attribution_reporting/rate_limit_table.cc", "attribution_reporting/rate_limit_table.h", "attribution_reporting/send_result.h", "attribution_reporting/sql_utils.cc", "attribution_reporting/sql_utils.h", "attribution_reporting/storable_source.cc", "attribution_reporting/storable_source.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", "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/same_site_data_remover_impl.cc", "browsing_data/same_site_data_remover_impl.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", "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", "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_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", "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", "compositor/surface_utils.cc", "compositor/surface_utils.h", "compute_pressure/compute_pressure_host.cc", "compute_pressure/compute_pressure_host.h", "compute_pressure/compute_pressure_manager.cc", "compute_pressure/compute_pressure_manager.h", "compute_pressure/compute_pressure_quantizer.cc", "compute_pressure/compute_pressure_quantizer.h", "compute_pressure/compute_pressure_sample.h", "compute_pressure/compute_pressure_sampler.cc", "compute_pressure/compute_pressure_sampler.h", "compute_pressure/cpu_core_speed_info.cc", "compute_pressure/cpu_core_speed_info.h", "compute_pressure/cpu_probe.cc", "compute_pressure/cpu_probe.h", "compute_pressure/cpuid_base_frequency_parser.cc", "compute_pressure/cpuid_base_frequency_parser.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_metrics.cc", "content_index/content_index_metrics.h", "content_index/content_index_service_impl.cc", "content_index/content_index_service_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", "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/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_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_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/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/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/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/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/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_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/worker_devtools_agent_host.cc", "devtools/worker_devtools_agent_host.h", "devtools/worker_devtools_manager.cc", "devtools/worker_devtools_manager.h", "display_cutout/display_cutout_constants.h", "display_cutout/display_cutout_host_impl.cc", "display_cutout/display_cutout_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/network_download_pending_url_loader_factory.cc", "download/network_download_pending_url_loader_factory.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/fenced_frame.cc", "fenced_frame/fenced_frame.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/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_capacity_allocation_host_impl.cc", "file_system_access/file_system_access_capacity_allocation_host_impl.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_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_manager_impl.cc", "file_system_access/file_system_access_manager_impl.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_write_lock_manager.cc", "file_system_access/file_system_access_write_lock_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", "file_system_access/safe_move_helper.cc", "file_system_access/safe_move_helper.h", "find_in_page_client.cc", "find_in_page_client.h", "find_request_manager.cc", "find_request_manager.h", "first_party_sets/addition_overlaps_union_find.cc", "first_party_sets/addition_overlaps_union_find.h", "first_party_sets/first_party_set_parser.cc", "first_party_sets/first_party_set_parser.h", "first_party_sets/first_party_sets_handler_impl.cc", "first_party_sets/first_party_sets_handler_impl.h", "first_party_sets/first_party_sets_loader.cc", "first_party_sets/first_party_sets_loader.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/sensor_provider_proxy_impl.cc", "generic_sensor/sensor_provider_proxy_impl.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_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", "gpu/shader_cache_factory.cc", "gpu/shader_cache_factory.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", "hid/hid_service.cc", "hid/hid_service.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", "idle/idle_polling_service.cc", "idle/idle_polling_service.h", "image_capture/image_capture_impl.cc", "image_capture/image_capture_impl.h", "indexed_db/cursor_impl.cc", "indexed_db/cursor_impl.h", "indexed_db/database_impl.cc", "indexed_db/database_impl.h", "indexed_db/file_stream_reader_to_data_pipe.cc", "indexed_db/file_stream_reader_to_data_pipe.h", "indexed_db/indexed_db.h", "indexed_db/indexed_db_active_blob_registry.cc", "indexed_db/indexed_db_active_blob_registry.h", "indexed_db/indexed_db_backing_store.cc", "indexed_db/indexed_db_backing_store.h", "indexed_db/indexed_db_callback_helpers.cc", "indexed_db/indexed_db_callback_helpers.h", "indexed_db/indexed_db_callbacks.cc", "indexed_db/indexed_db_callbacks.h", "indexed_db/indexed_db_class_factory.cc", "indexed_db/indexed_db_class_factory.h", "indexed_db/indexed_db_compaction_task.cc", "indexed_db/indexed_db_compaction_task.h", "indexed_db/indexed_db_connection.cc", "indexed_db/indexed_db_connection.h", "indexed_db/indexed_db_connection_coordinator.cc", "indexed_db/indexed_db_connection_coordinator.h", "indexed_db/indexed_db_context_impl.cc", "indexed_db/indexed_db_context_impl.h", "indexed_db/indexed_db_control_wrapper.cc", "indexed_db/indexed_db_control_wrapper.h", "indexed_db/indexed_db_cursor.cc", "indexed_db/indexed_db_cursor.h", "indexed_db/indexed_db_data_format_version.cc", "indexed_db/indexed_db_data_format_version.h", "indexed_db/indexed_db_data_loss_info.h", "indexed_db/indexed_db_database.cc", "indexed_db/indexed_db_database.h", "indexed_db/indexed_db_database_callbacks.cc", "indexed_db/indexed_db_database_callbacks.h", "indexed_db/indexed_db_database_error.cc", "indexed_db/indexed_db_database_error.h", "indexed_db/indexed_db_dispatcher_host.cc", "indexed_db/indexed_db_dispatcher_host.h", "indexed_db/indexed_db_external_object.cc", "indexed_db/indexed_db_external_object.h", "indexed_db/indexed_db_external_object_storage.cc", "indexed_db/indexed_db_external_object_storage.h", "indexed_db/indexed_db_factory.h", "indexed_db/indexed_db_factory_impl.cc", "indexed_db/indexed_db_factory_impl.h", "indexed_db/indexed_db_index_writer.cc", "indexed_db/indexed_db_index_writer.h", "indexed_db/indexed_db_internals_ui.cc", "indexed_db/indexed_db_internals_ui.h", "indexed_db/indexed_db_leveldb_coding.cc", "indexed_db/indexed_db_leveldb_coding.h", "indexed_db/indexed_db_leveldb_env.cc", "indexed_db/indexed_db_leveldb_env.h", "indexed_db/indexed_db_leveldb_operations.cc", "indexed_db/indexed_db_leveldb_operations.h", "indexed_db/indexed_db_metadata_coding.cc", "indexed_db/indexed_db_metadata_coding.h", "indexed_db/indexed_db_pending_connection.cc", "indexed_db/indexed_db_pending_connection.h", "indexed_db/indexed_db_pre_close_task_queue.cc", "indexed_db/indexed_db_pre_close_task_queue.h", "indexed_db/indexed_db_quota_client.cc", "indexed_db/indexed_db_quota_client.h", "indexed_db/indexed_db_reporting.cc", "indexed_db/indexed_db_reporting.h", "indexed_db/indexed_db_return_value.cc", "indexed_db/indexed_db_return_value.h", "indexed_db/indexed_db_storage_key_state.cc", "indexed_db/indexed_db_storage_key_state.h", "indexed_db/indexed_db_storage_key_state_handle.cc", "indexed_db/indexed_db_storage_key_state_handle.h", "indexed_db/indexed_db_task_helper.h", "indexed_db/indexed_db_tombstone_sweeper.cc", "indexed_db/indexed_db_tombstone_sweeper.h", "indexed_db/indexed_db_transaction.cc", "indexed_db/indexed_db_transaction.h", "indexed_db/indexed_db_value.cc", "indexed_db/indexed_db_value.h", "indexed_db/list_set.h", "indexed_db/mock_browsertest_indexed_db_class_factory.cc", "indexed_db/mock_browsertest_indexed_db_class_factory.h", "indexed_db/transaction_impl.cc", "indexed_db/transaction_impl.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_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/auction_process_manager.cc", "interest_group/auction_process_manager.h", "interest_group/auction_runner.cc", "interest_group/auction_runner.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/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/interest_group_manager_impl.cc", "interest_group/interest_group_manager_impl.h", "interest_group/interest_group_storage.cc", "interest_group/interest_group_storage.h", "interest_group/interest_group_update_manager.cc", "interest_group/interest_group_update_manager.h", "interest_group/storage_interest_group.cc", "interest_group/storage_interest_group.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/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.cc", "loader/prefetch_url_loader_service.h", "loader/shared_cors_origin_access_list_impl.cc", "loader/shared_cors_origin_access_list_impl.h", "loader/single_request_url_loader_factory.cc", "loader/single_request_url_loader_factory.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.cc", "media/audio_stream_broker.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_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", "message_port_provider.cc", "metrics/histogram_controller.cc", "metrics/histogram_controller.h", "metrics/histogram_subscriber.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", "ml/ml_service_factory.cc", "ml/ml_service_factory.h", "ml/ml_service_impl.cc", "ml/ml_service_impl.h", "mojo_binder_policy_applier.cc", "mojo_binder_policy_applier.h", "mojo_binder_policy_map_impl.cc", "mojo_binder_policy_map_impl.h", "native_io/native_io_context_impl.cc", "native_io/native_io_context_impl.h", "native_io/native_io_file_host.cc", "native_io/native_io_file_host.h", "native_io/native_io_host.cc", "native_io/native_io_host.h", "native_io/native_io_manager.cc", "native_io/native_io_manager.h", "native_io/native_io_quota_client.cc", "native_io/native_io_quota_client.h", "navigation_or_document_handle.cc", "navigation_or_document_handle.h", "navigation_subresource_loader_params.cc", "navigation_subresource_loader_params.h", "net/browser_online_state_observer.cc", "net/browser_online_state_observer.h", "net/cookie_store_factory.cc", "net/network_errors_listing_ui.cc", "net/network_errors_listing_ui.h", "net/network_quality_observer_impl.cc", "net/network_quality_observer_impl.h", "net/reporting_service_proxy.cc", "net/reporting_service_proxy.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", "notification_service_impl.cc", "notification_service_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.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", "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", # TODO(698985): Remove `permission_util.*`. "net/cross_origin_embedder_policy_reporter.cc", "net/cross_origin_embedder_policy_reporter.h", "net/cross_origin_opener_policy_reporter.cc", "net/cross_origin_opener_policy_reporter.h", "net/http_cache_backend_file_operations_factory.cc", "net/http_cache_backend_file_operations_factory.h", "permissions/permission_util.cc", "permissions/permission_util.h", "picture_in_picture/document_picture_in_picture_window_controller_impl.cc", "picture_in_picture/document_picture_in_picture_window_controller_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", "portal/portal.cc", "portal/portal.h", "portal/portal_navigation_throttle.cc", "portal/portal_navigation_throttle.h", "prerender/prerender_attributes.cc", "prerender/prerender_attributes.h", "prerender/prerender_commit_deferring_condition.cc", "prerender/prerender_commit_deferring_condition.h", "prerender/prerender_handle_impl.cc", "prerender/prerender_handle_impl.h", "prerender/prerender_host.cc", "prerender/prerender_host.h", "prerender/prerender_host_registry.cc", "prerender/prerender_host_registry.h", "prerender/prerender_internals_handler_impl.cc", "prerender/prerender_internals_handler_impl.h", "prerender/prerender_internals_ui.cc", "prerender/prerender_internals_ui.h", "prerender/prerender_metrics.cc", "prerender/prerender_metrics.h", "prerender/prerender_navigation_throttle.cc", "prerender/prerender_navigation_throttle.h", "prerender/prerender_navigation_utils.cc", "prerender/prerender_navigation_utils.h", "prerender/prerender_subframe_navigation_throttle.cc", "prerender/prerender_subframe_navigation_throttle.h", "presentation/presentation_service_impl.cc", "presentation/presentation_service_impl.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", "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/blocked_scheme_navigation_throttle.cc", "renderer_host/blocked_scheme_navigation_throttle.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/close_listener_host.cc", "renderer_host/close_listener_host.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/cookie_utils.cc", "renderer_host/cookie_utils.h", "renderer_host/cross_origin_opener_policy_access_report_manager.cc", "renderer_host/cross_origin_opener_policy_access_report_manager.h", "renderer_host/cross_origin_opener_policy_status.cc", "renderer_host/cross_origin_opener_policy_status.h", "renderer_host/cross_process_frame_connector.cc", "renderer_host/cross_process_frame_connector.h", "renderer_host/cursor_manager.cc", "renderer_host/cursor_manager.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/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/event_with_latency_info.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/input/fling_controller.cc", "renderer_host/input/fling_controller.h", "renderer_host/input/fling_scheduler.cc", "renderer_host/input/fling_scheduler.h", "renderer_host/input/fling_scheduler_base.h", "renderer_host/input/gesture_event_queue.cc", "renderer_host/input/gesture_event_queue.h", "renderer_host/input/input_device_change_observer.cc", "renderer_host/input/input_device_change_observer.h", "renderer_host/input/input_disposition_handler.h", "renderer_host/input/input_injector_impl.cc", "renderer_host/input/input_injector_impl.h", "renderer_host/input/input_router.h", "renderer_host/input/input_router_client.h", "renderer_host/input/input_router_config_helper.cc", "renderer_host/input/input_router_config_helper.h", "renderer_host/input/input_router_impl.cc", "renderer_host/input/input_router_impl.h", "renderer_host/input/motion_event_web.cc", "renderer_host/input/motion_event_web.h", "renderer_host/input/mouse_wheel_event_queue.cc", "renderer_host/input/mouse_wheel_event_queue.h", "renderer_host/input/mouse_wheel_phase_handler.cc", "renderer_host/input/mouse_wheel_phase_handler.h", "renderer_host/input/passthrough_touch_event_queue.cc", "renderer_host/input/passthrough_touch_event_queue.h", "renderer_host/input/render_widget_host_latency_tracker.cc", "renderer_host/input/render_widget_host_latency_tracker.h", "renderer_host/input/stylus_text_selector.cc", "renderer_host/input/stylus_text_selector.h", "renderer_host/input/synthetic_gesture.cc", "renderer_host/input/synthetic_gesture.h", "renderer_host/input/synthetic_gesture_controller.cc", "renderer_host/input/synthetic_gesture_controller.h", "renderer_host/input/synthetic_gesture_target.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/synthetic_mouse_driver.cc", "renderer_host/input/synthetic_mouse_driver.h", "renderer_host/input/synthetic_pen_driver.cc", "renderer_host/input/synthetic_pen_driver.h", "renderer_host/input/synthetic_pinch_gesture.cc", "renderer_host/input/synthetic_pinch_gesture.h", "renderer_host/input/synthetic_pointer_action.cc", "renderer_host/input/synthetic_pointer_action.h", "renderer_host/input/synthetic_pointer_driver.cc", "renderer_host/input/synthetic_pointer_driver.h", "renderer_host/input/synthetic_smooth_drag_gesture.cc", "renderer_host/input/synthetic_smooth_drag_gesture.h", "renderer_host/input/synthetic_smooth_move_gesture.cc", "renderer_host/input/synthetic_smooth_move_gesture.h", "renderer_host/input/synthetic_smooth_scroll_gesture.cc", "renderer_host/input/synthetic_smooth_scroll_gesture.h", "renderer_host/input/synthetic_tap_gesture.cc", "renderer_host/input/synthetic_tap_gesture.h", "renderer_host/input/synthetic_touch_driver.cc", "renderer_host/input/synthetic_touch_driver.h", "renderer_host/input/synthetic_touchpad_pinch_gesture.cc", "renderer_host/input/synthetic_touchpad_pinch_gesture.h", "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc", "renderer_host/input/synthetic_touchscreen_pinch_gesture.h", "renderer_host/input/tap_suppression_controller.cc", "renderer_host/input/tap_suppression_controller.h", "renderer_host/input/timeout_monitor.cc", "renderer_host/input/timeout_monitor.h", "renderer_host/input/touch_action_filter.cc", "renderer_host/input/touch_action_filter.h", "renderer_host/input/touch_emulator.cc", "renderer_host/input/touch_emulator.h", "renderer_host/input/touch_emulator_client.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/input/touch_timeout_handler.cc", "renderer_host/input/touch_timeout_handler.h", "renderer_host/input/touchpad_pinch_event_queue.cc", "renderer_host/input/touchpad_pinch_event_queue.h", "renderer_host/input/touchpad_tap_suppression_controller.cc", "renderer_host/input/touchpad_tap_suppression_controller.h", "renderer_host/input/touchscreen_tap_suppression_controller.cc", "renderer_host/input/touchscreen_tap_suppression_controller.h", "renderer_host/ipc_utils.cc", "renderer_host/ipc_utils.h", "renderer_host/isolated_app_throttle.cc", "renderer_host/isolated_app_throttle.h", "renderer_host/keep_alive_handle_factory.cc", "renderer_host/keep_alive_handle_factory.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_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/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/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_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/mixed_content_navigation_throttle.cc", "renderer_host/mixed_content_navigation_throttle.h", "renderer_host/native_web_keyboard_event_aura.cc", "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_request.cc", "renderer_host/navigation_request.h", "renderer_host/navigation_request_info.cc", "renderer_host/navigation_request_info.h", "renderer_host/navigation_throttle_runner.cc", "renderer_host/navigation_throttle_runner.h", "renderer_host/navigator.cc", "renderer_host/navigator.h", "renderer_host/navigator_delegate.h", "renderer_host/origin_policy_throttle.cc", "renderer_host/origin_policy_throttle.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/page_delegate.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/policy_container_navigation_bundle.cc", "renderer_host/policy_container_navigation_bundle.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.cc", "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_manager.cc", "renderer_host/render_frame_host_manager.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_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_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_input_event_router.cc", "renderer_host/render_widget_host_input_event_router.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_base_observer.cc", "renderer_host/render_widget_host_view_base_observer.h", "renderer_host/render_widget_host_view_child_frame.cc", "renderer_host/render_widget_host_view_child_frame.h", "renderer_host/render_widget_targeter.cc", "renderer_host/render_widget_targeter.h", "renderer_host/renderer_sandboxed_process_launcher_delegate.cc", "renderer_host/renderer_sandboxed_process_launcher_delegate.h", "renderer_host/should_swap_browsing_instance.h", "renderer_host/stored_page.cc", "renderer_host/stored_page.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/ui_events_helper.cc", "renderer_host/ui_events_helper.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_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_enumeration/screen_change_monitor.cc", "screen_enumeration/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", "service_process_host_impl.cc", "service_worker/embedded_worker_instance.cc", "service_worker/embedded_worker_instance.h", "service_worker/embedded_worker_status.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_writer.cc", "service_worker/service_worker_cache_writer.h", "service_worker/service_worker_client_utils.cc", "service_worker/service_worker_client_utils.h", "service_worker/service_worker_consts.cc", "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_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", "shared_storage/shared_storage_document_service_impl.cc", "shared_storage/shared_storage_document_service_impl.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_driver.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", "speculation_rules/prefetch/prefetch_container.cc", "speculation_rules/prefetch/prefetch_container.h", "speculation_rules/prefetch/prefetch_document_manager.cc", "speculation_rules/prefetch/prefetch_document_manager.h", "speculation_rules/prefetch/prefetch_features.cc", "speculation_rules/prefetch/prefetch_features.h", "speculation_rules/prefetch/prefetch_service.cc", "speculation_rules/prefetch/prefetch_service.h", "speculation_rules/prefetch/prefetch_status.h", "speculation_rules/prefetch/prefetch_type.cc", "speculation_rules/prefetch/prefetch_type.h", "speculation_rules/speculation_host_impl.cc", "speculation_rules/speculation_host_impl.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", "starscan_load_observer.cc", "starscan_load_observer.h", "startup_data_impl.cc", "startup_data_impl.h", "startup_helper.cc", "startup_helper.h", "startup_task_runner.cc", "startup_task_runner.h", "storage_partition_impl.cc", "storage_partition_impl.h", "storage_partition_impl_map.cc", "storage_partition_impl_map.h", "theme_helper.cc", "theme_helper.h", "tracing/background_startup_tracing_observer.cc", "tracing/background_startup_tracing_observer.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/tracing_controller_impl.cc", "tracing/tracing_controller_impl.h", "tracing/tracing_controller_impl_data_endpoint.cc", "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_getter.cc", "url_loader_factory_getter.h", "url_loader_factory_params_helper.cc", "url_loader_factory_params_helper.h", "utility_process_host.cc", "utility_process_host.h", "utility_process_host_receiver_bindings.cc", "utility_sandbox_delegate.cc", "utility_sandbox_delegate.h", "v8_snapshot_files.cc", "v8_snapshot_files.h", "video_capture_service.cc", "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_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/save_as_web_bundle_job.cc", "web_package/save_as_web_bundle_job.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_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_prefetch_metric_recorder.cc", "web_package/signed_exchange_prefetch_metric_recorder.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/signed_exchange_validity_pinger.cc", "web_package/signed_exchange_validity_pinger.h", "web_package/subresource_web_bundle_navigation_info.cc", "web_package/subresource_web_bundle_navigation_info.h", "web_package/web_bundle_blob_data_source.cc", "web_package/web_bundle_blob_data_source.h", "web_package/web_bundle_handle.cc", "web_package/web_bundle_handle.h", "web_package/web_bundle_handle_tracker.cc", "web_package/web_bundle_handle_tracker.h", "web_package/web_bundle_interceptor_for_file.cc", "web_package/web_bundle_interceptor_for_file.h", "web_package/web_bundle_interceptor_for_history_navigation.cc", "web_package/web_bundle_interceptor_for_history_navigation.h", "web_package/web_bundle_interceptor_for_history_navigation_from_file_or_from_trustable_file.cc", "web_package/web_bundle_interceptor_for_history_navigation_from_file_or_from_trustable_file.h", "web_package/web_bundle_interceptor_for_history_navigation_from_network.cc", "web_package/web_bundle_interceptor_for_history_navigation_from_network.h", "web_package/web_bundle_interceptor_for_history_navigation_with_existing_reader.cc", "web_package/web_bundle_interceptor_for_history_navigation_with_existing_reader.h", "web_package/web_bundle_interceptor_for_network.cc", "web_package/web_bundle_interceptor_for_network.h", "web_package/web_bundle_interceptor_for_tracked_navigation_from_file.cc", "web_package/web_bundle_interceptor_for_tracked_navigation_from_file.h", "web_package/web_bundle_interceptor_for_tracked_navigation_from_trustable_file_or_from_network.cc", "web_package/web_bundle_interceptor_for_tracked_navigation_from_trustable_file_or_from_network.h", "web_package/web_bundle_interceptor_for_trustable_file.cc", "web_package/web_bundle_interceptor_for_trustable_file.h", "web_package/web_bundle_navigation_info.cc", "web_package/web_bundle_navigation_info.h", "web_package/web_bundle_reader.cc", "web_package/web_bundle_reader.h", "web_package/web_bundle_redirect_url_loader.cc", "web_package/web_bundle_redirect_url_loader.h", "web_package/web_bundle_source.cc", "web_package/web_bundle_source.h", "web_package/web_bundle_url_loader_factory.cc", "web_package/web_bundle_url_loader_factory.h", "web_package/web_bundle_utils.cc", "web_package/web_bundle_utils.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/fake_identity_request_dialog_controller.cc", "webid/fake_identity_request_dialog_controller.h", "webid/fedcm_metrics.cc", "webid/fedcm_metrics.h", "webid/federated_auth_request_impl.cc", "webid/federated_auth_request_impl.h", "webid/federated_auth_request_service.cc", "webid/federated_auth_request_service.h", "webid/flags.cc", "webid/flags.h", "webid/idp_network_request_manager.cc", "webid/idp_network_request_manager.h", "webid/redirect_uri_data.cc", "webid/redirect_uri_data.h", "webid/webid_utils.cc", "webid/webid_utils.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_controller_factory.cc", "webui/content_web_ui_controller_factory.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_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 (is_mac && !use_qt) { sources += [ "../app_shim_remote_cocoa/web_drag_source_mac.h", "../app_shim_remote_cocoa/web_drag_source_mac.mm", "accessibility/browser_accessibility_cocoa.h", "accessibility/browser_accessibility_cocoa.mm", "accessibility/browser_accessibility_mac.h", "accessibility/browser_accessibility_mac.mm", "accessibility/browser_accessibility_manager_mac.h", "accessibility/browser_accessibility_manager_mac.mm", "accessibility/browser_accessibility_state_impl_mac.mm", ] } if (is_mac) { sources += [ "browser_plugin/browser_plugin_popup_menu_helper_mac.h", "browser_plugin/browser_plugin_popup_menu_helper_mac.mm", "child_process_launcher_helper_mac.cc", "child_process_task_port_provider_mac.cc", "child_process_task_port_provider_mac.h", "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", "media/desktop_media_window_registry_mac.mm", "memory/swap_metrics_driver_impl_mac.cc", "memory/swap_metrics_driver_impl_mac.h", "native_io/native_io_file_host_mac.cc", "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/input/web_input_event_builders_mac.h", "renderer_host/input/web_input_event_builders_mac.mm", "renderer_host/native_web_keyboard_event_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", "renderer_host/webmenurunner_mac.h", "renderer_host/webmenurunner_mac.mm", "sandbox_parameters_mac.h", "sandbox_parameters_mac.mm", "scheduler/responsiveness/native_event_observer_mac.mm", "screenlock_monitor/screenlock_monitor_device_source_mac.mm", "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", ] } if (is_android) { sources += [ "android/android_overlay_provider_impl.cc", "android/android_overlay_provider_impl.h", "android/app_web_message_port.cc", "android/background_sync_network_observer_android.cc", "android/background_sync_network_observer_android.h", "android/battery_metrics.cc", "android/battery_metrics.h", "android/browser_startup_controller.cc", "android/browser_startup_controller.h", "android/client_data_json_android.cc", "android/content_feature_list.cc", "android/content_startup_flags.cc", "android/content_startup_flags.h", "android/content_url_loader_factory.cc", "android/content_url_loader_factory.h", "android/devtools_auth.cc", "android/dialog_overlay_impl.cc", "android/dialog_overlay_impl.h", "android/gpu_process_callback.cc", "android/java_interfaces_impl.cc", "android/java_interfaces_impl.h", "android/launcher_thread.cc", "android/launcher_thread.h", "android/message_port_descriptor.cc", "android/scoped_surface_request_manager.cc", "android/scoped_surface_request_manager.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", "child_process_launcher_helper_android.cc", "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/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", "renderer_host/input/web_input_event_builders_android.cc", "renderer_host/input/web_input_event_builders_android.h", "renderer_host/navigation_controller_android.cc", "renderer_host/navigation_controller_android.h", "speech/speech_recognizer_impl_android.cc", "speech/speech_recognizer_impl_android.h", "speech/tts_android.cc", "speech/tts_android.h", "tracing/background_reached_code_tracing_observer_android.cc", "tracing/background_reached_code_tracing_observer_android.h", ] } if (is_win && !use_qt) { sources += [ "accessibility/accessibility_tree_formatter_uia_win.cc", "accessibility/accessibility_tree_formatter_uia_win.h", "accessibility/accessibility_tree_formatter_win.cc", "accessibility/accessibility_tree_formatter_win.h", "accessibility/browser_accessibility_com_win.cc", "accessibility/browser_accessibility_com_win.h", "accessibility/browser_accessibility_manager_win.cc", "accessibility/browser_accessibility_manager_win.h", "accessibility/browser_accessibility_state_impl_win.cc", "accessibility/browser_accessibility_win.cc", "accessibility/browser_accessibility_win.h", ] } if (is_win) { sources += [ "child_process_launcher_helper_win.cc", "media/key_system_support_win.cc", "media/key_system_support_win.h", "memory/swap_metrics_driver_impl_win.cc", "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_lookup_table_builder_win.cc", "renderer_host/dwrite_font_lookup_table_builder_win.h", "renderer_host/dwrite_font_proxy_impl_win.cc", "renderer_host/dwrite_font_proxy_impl_win.h", "renderer_host/dwrite_font_uma_logging_win.cc", "renderer_host/dwrite_font_uma_logging_win.h", "renderer_host/legacy_render_widget_host_win.cc", "renderer_host/legacy_render_widget_host_win.h", "screenlock_monitor/screenlock_monitor_device_source_win.cc", "speech/tts_win.cc", ] } jumbo_excluded_sources = [ "push_messaging/push_messaging_router.cc", "renderer_host/media/media_devices_manager.cc", "service_worker/service_worker_registry.cc", "web_package/web_bundle_blob_data_source.cc", ] if (toolkit_views) { deps += [ "//ui/events" ] } if (use_ozone) { deps += [ "//ui/ozone:buildflags" ] } if (is_chromeos_ash) { deps += [ "//ash/resources:resources", "//chromeos/resources", "//ui/base/ime/ash", "//ui/chromeos/styles:cros_styles_views", ] } if (is_linux || is_chromeos) { sources += [ "accessibility/ax_screen_ai_annotator.cc", "accessibility/ax_screen_ai_annotator.h", "child_process_launcher_helper_linux.cc", "compute_pressure/cpu_probe_linux.cc", "compute_pressure/cpu_probe_linux.h", "compute_pressure/procfs_stat_cpu_parser.cc", "compute_pressure/procfs_stat_cpu_parser.h", "compute_pressure/sysfs_cpufreq_core_parser.cc", "compute_pressure/sysfs_cpufreq_core_parser.h", "font_access/font_enumeration_data_source_linux.cc", "font_access/font_enumeration_data_source_linux.h", "font_service.cc", "font_service.h", "media/stable_video_decoder_factory.cc", "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", "//components/services/screen_ai", "//media/mojo/mojom/stable:stable_video_decoder", "//third_party/blink/public/mojom:memory_usage_monitor_linux_mojo_bindings", ] if (use_qt) { sources -= [ "accessibility/ax_screen_ai_annotator.cc", "accessibility/ax_screen_ai_annotator.h", ] deps -= [ "//components/services/screen_ai", ] } } if (is_chromeos) { deps += [ "//components/value_store:value_store" ] 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", "ml/ml_service_impl_cros.cc", "ml/ml_service_impl_cros.h", ] } if (is_chromeos_ash) { sources += [ "screenlock_monitor/screenlock_monitor_device_source_chromeos.cc" ] } if (is_linux) { sources += [ "speech/tts_linux.cc" ] deps += [ "//third_party/speech-dispatcher" ] } # ChromeOS also defines linux but their memory-monitors conflict. if (is_chromeos_ash) { sources += [ "tracing/cros_tracing_agent.cc", "tracing/cros_tracing_agent.h", ] deps += [ "//components/chromeos_camera:mojo_mjpeg_decode_accelerator", "//services/data_decoder/public/cpp", "//services/data_decoder/public/mojom", ] } if (is_chromecast) { deps += [ "//chromecast:chromecast_buildflags" ] } if (is_chromecast && (is_linux || is_chromeos)) { sources += [ "tracing/cast_tracing_agent.cc", "tracing/cast_tracing_agent.h", ] deps += [ "//chromecast/tracing:system_tracer" ] defines += [ "CAST_TRACING_AGENT=1" ] } if (is_fuchsia) { sources += [ "accessibility/accessibility_event_recorder_fuchsia.cc", "accessibility/accessibility_event_recorder_fuchsia.h", "accessibility/accessibility_tree_formatter_fuchsia.cc", "accessibility/accessibility_tree_formatter_fuchsia.h", "accessibility/browser_accessibility_fuchsia.cc", "accessibility/browser_accessibility_fuchsia.h", "accessibility/browser_accessibility_manager_fuchsia.cc", "accessibility/browser_accessibility_manager_fuchsia.h", "child_process_launcher_helper_fuchsia.cc", "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/media_resource_provider_fuchsia.cc", "renderer_host/media/media_resource_provider_fuchsia.h", "speech/tts_fuchsia.cc", ] deps += [ "//media/fuchsia/cdm/service", "//media/fuchsia/mojom:fuchsia_media_resource_provider", "//third_party/abseil-cpp:absl", "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.accessibility.semantics", "//third_party/fuchsia-sdk/sdk/pkg/inspect", "//third_party/fuchsia-sdk/sdk/pkg/scenic_cpp", "//third_party/fuchsia-sdk/sdk/pkg/sys_inspect_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", ] } if (!is_android) { deps += [ "//content/browser/devtools:devtools_resources_extern" ] } if (is_mac) { frameworks += [ "AppKit.framework" ] sources += [ "font_access/font_enumeration_data_source_mac.h", "font_access/font_enumeration_data_source_mac.mm", "gpu/ca_transaction_gpu_coordinator.cc", "gpu/ca_transaction_gpu_coordinator.h", "sandbox_support_mac_impl.h", "sandbox_support_mac_impl.mm", ] deps += [ "//components/remote_cocoa/app_shim", "//components/remote_cocoa/browser", "//components/remote_cocoa/common:mojo", "//ui/events:dom_keyboard_layout", ] } if (!is_mac) { deps += [ "//sandbox" ] } if (!is_android) { deps += [ "//components/vector_icons", "//content/browser/tracing:resources", ] sources += [ # 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/crop_id_web_contents_helper.cc", "media/capture/crop_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", ] } if (enable_webrtc) { sources += [ "renderer_host/media/aec_dump_manager_impl.cc", "renderer_host/media/aec_dump_manager_impl.h", "renderer_host/media/ref_counted_video_source_provider.cc", "renderer_host/media/ref_counted_video_source_provider.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_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/p2p/socket_dispatcher_host.cc", "renderer_host/p2p/socket_dispatcher_host.h", "webrtc/webrtc_connections_observer.cc", "webrtc/webrtc_connections_observer.h", "webrtc/webrtc_internals.cc", "webrtc/webrtc_internals.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", ] deps += [ "//content/browser/webrtc/resources", "//services/video_capture:lib", "//services/video_capture/public/cpp", "//services/video_capture/public/mojom:constants", "//services/video_capture/public/uma", "//third_party/webrtc_overrides:webrtc_component", ] } # 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/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) { sources += [ "media/capture/mouse_cursor_overlay_controller.cc", "media/capture/mouse_cursor_overlay_controller.h", ] public_deps += [ "//ui/base/cursor" ] } 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", ] deps += [ "//ui/aura/cursor" ] } 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/views_widget_video_capture_device_mac.cc", "media/capture/views_widget_video_capture_device_mac.h", ] deps += [ "//sandbox/mac:seatbelt", "//sandbox/mac:seatbelt_extension", ] if (!use_qt) { # Actually should check if macOS sdk 12.3 is available sources += [ "media/capture/screen_capture_kit_device_mac.h", "media/capture/screen_capture_kit_device_mac.mm", ] frameworks += [ "CoreMedia.framework" ] weak_frameworks = [ "ScreenCaptureKit.framework" ] } } if (is_chromeos_lacros) { sources += [ "media/capture/desktop_capturer_lacros.cc", "media/capture/desktop_capturer_lacros.h", "media/capture/video_capture_device_proxy_lacros.cc", "media/capture/video_capture_device_proxy_lacros.h", ] } if (enable_webrtc) { sources += [ "media/capture/desktop_capture_device.cc", "media/capture/desktop_capture_device.h", ] deps += [ "//third_party/webrtc_overrides:webrtc_component" ] jumbo_excluded_sources += [ "media/capture/desktop_capture_device.cc", ] } } if (is_chromeos_lacros) { deps += [ "//chromeos/crosapi/mojom", "//chromeos/lacros", ] } if (is_win) { sources += [ "font_access/font_enumeration_data_source_win.cc", "font_access/font_enumeration_data_source_win.h", "installedapp/installed_app_provider_impl_win.cc", "installedapp/installed_app_provider_impl_win.h", "renderer_host/virtual_keyboard_controller_win.cc", "renderer_host/virtual_keyboard_controller_win.h", "utility_sandbox_delegate_win.cc", ] defines += [ # This prevents the inclusion of atlhost.h which paired # with the windows 8 sdk it does the wrong thing. "__ATLHOST_H__", ] deps += [ "//third_party/blink/public/common:font_unique_name_table_proto", "//third_party/iaccessible2", "//third_party/isimpledom", ] libs += [ "comctl32.lib", "dinput8.lib", "dwmapi.lib", "dxguid.lib", "imm32.lib", "oleacc.lib", "portabledeviceguids.lib", "uiautomationcore.lib", "wtsapi32.lib", ] } if (use_udev) { deps += [ "//device/udev_linux", "//media/capture", ] } if (enable_plugins) { sources += [ "../public/browser/plugin_service.h", "media/session/pepper_playback_observer.cc", "media/session/pepper_playback_observer.h", "media/session/pepper_player_delegate.cc", "media/session/pepper_player_delegate.h", "plugin_list.cc", "plugin_list.h", "plugin_private_storage_helper.cc", "plugin_private_storage_helper.h", "plugin_service_impl.cc", "plugin_service_impl.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/plugin_registry_impl.cc", "renderer_host/plugin_registry_impl.h", ] deps += [ "//ppapi/host", "//ppapi/proxy:common", "//ppapi/proxy:ipc", "//ppapi/shared_impl", ] assert(enable_basic_printing) deps += [ "//printing" ] if (is_chromeos_ash) { sources += [ "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.cc", "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.h", ] } if (is_linux || is_chromeos) { deps += [ "//components/services/font:ppapi_fontconfig_matching" ] } } if (enable_library_cdms) { sources += [ "media/cdm_file_impl.cc", "media/cdm_file_impl.h", "media/cdm_storage_impl.cc", "media/cdm_storage_impl.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 (is_win) { sources += [ "media/dcomp_surface_registry_broker.cc", "media/dcomp_surface_registry_broker.h", ] } if (use_atk) { sources += [ "accessibility/accessibility_event_recorder_auralinux.cc", "accessibility/accessibility_event_recorder_auralinux.h", "accessibility/accessibility_tree_formatter_auralinux.cc", "accessibility/accessibility_tree_formatter_auralinux.h", "accessibility/browser_accessibility_auralinux.cc", "accessibility/browser_accessibility_auralinux.h", "accessibility/browser_accessibility_manager_auralinux.cc", "accessibility/browser_accessibility_manager_auralinux.h", ] 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) { 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/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/browser_context_handle.cc", "android/content_ui_event_handler.cc", "android/content_ui_event_handler.h", "android/content_view_statics.cc", "android/date_time_chooser_android.cc", "android/date_time_chooser_android.h", "android/drop_data_android.cc", "android/drop_data_android.h", "android/gesture_listener_manager.cc", "android/gesture_listener_manager.h", "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_bridge_message_filter.cc", "android/java/gin_java_bridge_message_filter.h", "android/java/gin_java_bridge_object_deletion_message_filter.cc", "android/java/gin_java_bridge_object_deletion_message_filter.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/javascript_injector.cc", "android/javascript_injector.h", "android/load_url_params.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/select_popup.cc", "android/select_popup.h", "android/selection/composited_touch_handle_drawable.cc", "android/selection/composited_touch_handle_drawable.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/tracing_controller_android.cc", "android/tracing_controller_android.h", "android/web_contents_observer_proxy.cc", "android/web_contents_observer_proxy.h", "contacts/contacts_provider_android.cc", "contacts/contacts_provider_android.h", "devtools/devtools_frame_trace_recorder.cc", "devtools/devtools_frame_trace_recorder.h", "font_unique_name_lookup/font_unique_name_lookup.cc", "font_unique_name_lookup/font_unique_name_lookup.h", "font_unique_name_lookup/font_unique_name_lookup_service.cc", "font_unique_name_lookup/font_unique_name_lookup_service.h", "media/capture/screen_capture_device_android.cc", "media/capture/screen_capture_device_android.h", "memory/swap_metrics_driver_impl_linux.cc", "memory/swap_metrics_driver_impl_linux.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/native_web_keyboard_event_android.cc", "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", "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/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", "webauth/web_authentication_delegate_android.cc", ] jumbo_excluded_sources += [ # Files with kJavaLangClass and similar constants: # Bug https://crbug.com/787557. "android/java/java_method.cc", # and in gin_java_bound_object.cc. ] deps += [ ":reflection_jni_headers", "//build/config/freetype", "//components/tracing:graphics_provider", "//content/public/android:jni", "//device/gamepad/public/mojom", "//gpu/command_buffer/service:gles2", "//media", "//media/capture/content/android", "//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", "//ui/accessibility:ax_assistant", "//ui/accessibility/mojom", "//ui/accessibility/mojom:ax_assistant_mojom", "//ui/android", "//ui/android:ui_android_jni_headers", "//ui/compositor", "//url:gurl_android", "//url:origin_android", ] if (enable_vulkan) { deps += [ "//gpu/vulkan/init" ] } libs += [ "jnigraphics" ] } else { # Not Android. sources += [ # Devtools frontend not included in Android "devtools/devtools_frontend_host_impl.cc", "devtools/devtools_frontend_host_impl.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", "direct_sockets/direct_udp_socket_impl.cc", "direct_sockets/direct_udp_socket_impl.h", "direct_sockets/resolve_host_and_open_socket.cc", "direct_sockets/resolve_host_and_open_socket.h", # The Serial API is not implemented on Android. "serial/serial_service.cc", "serial/serial_service.h", "tracing/tracing_ui.cc", "tracing/tracing_ui.h", # Most webauth code is non-Android "webauth/authenticator_common.cc", "webauth/authenticator_common.h", "webauth/authenticator_environment_impl.cc", "webauth/authenticator_environment_impl.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_authenticator_request_delegate.cc", "webauth/virtual_authenticator_request_delegate.h", "webauth/virtual_discovery.cc", "webauth/virtual_discovery.h", "webauth/virtual_fido_discovery_factory.cc", "webauth/virtual_fido_discovery_factory.h", ] } if (is_mac && !use_qt) { deps += [ "//media", "//third_party/mozilla", "//ui/accelerated_widget_mac", ] frameworks += [ "Carbon.framework", "CoreGraphics.framework", "QuartzCore.framework", "IOSurface.framework", ] 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", ] } 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", ] deps += [ "//ash/components/audio", "//ash/constants", "//chromeos/assistant:buildflags", "//chromeos/dbus", "//chromeos/dbus/power", "//chromeos/dbus/power:power_manager_proto", "//chromeos/network", "//chromeos/system", "//components/session_manager/core", ] } if (use_aura && !use_qt) { 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/native_web_keyboard_event_aura.cc", "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_mac) { 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_mac) { sources += [ "renderer_host/browser_compositor_view_mac.h", "renderer_host/browser_compositor_view_mac.mm", ] } } if (enable_web_speech) { sources += [ "speech/audio_buffer.cc", "speech/audio_buffer.h", "speech/audio_encoder.cc", "speech/audio_encoder.h", "speech/chunked_byte_buffer.cc", "speech/chunked_byte_buffer.h", "speech/endpointer/endpointer.cc", "speech/endpointer/endpointer.h", "speech/endpointer/energy_endpointer.cc", "speech/endpointer/energy_endpointer.h", "speech/endpointer/energy_endpointer_params.cc", "speech/endpointer/energy_endpointer_params.h", "speech/speech_recognition_engine.cc", "speech/speech_recognition_engine.h", "speech/speech_recognizer_impl.cc", "speech/speech_recognizer_impl.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_recognizer.h", ] deps += [ "//components/speech", "//content/browser/speech/proto", "//third_party/flac", ] } if ((is_linux || is_chromeos) && use_dbus) { deps += [ "//dbus" ] } if (use_ozone) { deps += [ "//ui/ozone" ] } if (use_cras) { defines += [ "USE_CRAS" ] } 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_runtime_manager_impl.cc", "xr/service/xr_runtime_manager_impl.h", "xr/xr_utils.cc", "xr/xr_utils.h", ] deps += [ "//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_chromeos_lacros) { sources += [ "accessibility/browser_accessibility_state_impl_lacros.cc", "accessibility/browser_accessibility_state_impl_lacros.h", ] } if (use_qt) { sources -= [ "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", ] deps -= [ "//components/payments/content/icon", "//components/payments/mojom", "//content/browser/payments:payment_app_proto", ] if (is_win) { sources -= [ "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" ] } if (is_mac) { sources -= [ "renderer_host/input/synthetic_gesture_target_mac.h", "renderer_host/input/synthetic_gesture_target_mac.mm", "renderer_host/native_web_keyboard_event_mac.mm", "renderer_host/render_widget_host_view_mac.mm", "renderer_host/render_widget_host_view_mac.h", "web_contents/web_contents_view_mac.mm", "web_contents/web_contents_view_mac.h", "web_contents/web_drag_dest_mac.h", "web_contents/web_drag_dest_mac.mm", ] deps -= [ "//components/remote_cocoa/app_shim", "//components/remote_cocoa/browser", "//components/remote_cocoa/common:mojo", ] } if (use_aura) { sources += [ "media/desktop_media_window_registry_aura.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/public/test/android/*", "//content/test/*", "//content/web_test:web_test_browser", ] if (!is_component_build) { public_deps = [ ":browser" ] } else { public_deps = [ "//third_party/leveldatabase" ] } } # Meant for internal components to facilitate WebAuthn. group("for_internal_webauthn") { visibility = [ "//components/webauthn/content/browser" ] if (!is_component_build) { public_deps = [ ":browser" ] } } if (is_android) { java_cpp_enum("client_data_json_generated_enum") { sources = [ "webauth/client_data_json.h" ] } }