Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-08-21 04:31:49 -05:00 committed by GitHub
parent 50a738ef11
commit afc922e811
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,6 +117,7 @@ source_set("browser") {
"//components/web_package",
"//content:content_resources",
"//content:dev_ui_content_resources",
"//content/browser/aggregation_service:mojo_bindings",
"//content/browser/aggregation_service/proto:aggregatable_report_proto",
"//content/browser/attribution_reporting:attribution_reporting_proto",
"//content/browser/attribution_reporting:mojo_bindings",
@ -387,10 +388,15 @@ source_set("browser") {
"aggregation_service/aggregation_service_features.h",
"aggregation_service/aggregation_service_impl.cc",
"aggregation_service/aggregation_service_impl.h",
"aggregation_service/aggregation_service_internals_handler_impl.cc",
"aggregation_service/aggregation_service_internals_handler_impl.h",
"aggregation_service/aggregation_service_internals_ui.cc",
"aggregation_service/aggregation_service_internals_ui.h",
"aggregation_service/aggregation_service_key_fetcher.cc",
"aggregation_service/aggregation_service_key_fetcher.h",
"aggregation_service/aggregation_service_network_fetcher_impl.cc",
"aggregation_service/aggregation_service_network_fetcher_impl.h",
"aggregation_service/aggregation_service_observer.h",
"aggregation_service/aggregation_service_storage.h",
"aggregation_service/aggregation_service_storage_context.h",
"aggregation_service/aggregation_service_storage_sql.cc",
@ -1469,8 +1475,6 @@ source_set("browser") {
"private_aggregation/private_aggregation_budget_storage.h",
"private_aggregation/private_aggregation_budgeter.cc",
"private_aggregation/private_aggregation_budgeter.h",
"private_aggregation/private_aggregation_features.cc",
"private_aggregation/private_aggregation_features.h",
"private_aggregation/private_aggregation_host.cc",
"private_aggregation/private_aggregation_host.h",
"private_aggregation/private_aggregation_manager.cc",
@ -1498,6 +1502,8 @@ source_set("browser") {
"quota/quota_internals_ui.h",
"quota/quota_manager_host.cc",
"quota/quota_manager_host.h",
"reduce_accept_language/reduce_accept_language_throttle.cc",
"reduce_accept_language/reduce_accept_language_throttle.h",
"reduce_accept_language/reduce_accept_language_utils.cc",
"reduce_accept_language/reduce_accept_language_utils.h",
"renderer_host/agent_scheduling_group_host.cc",
@ -2056,6 +2062,8 @@ source_set("browser") {
"url_loader_factory_getter.h",
"url_loader_factory_params_helper.cc",
"url_loader_factory_params_helper.h",
"usb/web_usb_service_impl.cc",
"usb/web_usb_service_impl.h",
"utility_process_host.cc",
"utility_process_host.h",
"utility_process_host_receiver_bindings.cc",
@ -2498,8 +2506,8 @@ source_set("browser") {
"tracing/cros_tracing_agent.h",
]
deps += [
"//chromeos/ash/components/dbus",
"//chromeos/ash/components/dbus/debug_daemon",
"//chromeos/dbus",
"//components/chromeos_camera:mojo_mjpeg_decode_accelerator",
"//services/data_decoder/public/cpp",
"//services/data_decoder/public/mojom",
@ -3118,9 +3126,9 @@ source_set("browser") {
]
deps += [
"//ash/components/audio",
"//ash/constants",
"//chromeos/ash/components/assistant:buildflags",
"//chromeos/ash/components/audio",
"//chromeos/ash/components/network",
"//chromeos/system",
"//components/session_manager/core",