Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-08-12 12:43:46 -05:00 committed by GitHub
parent 450fcb3bd2
commit 7729b94831
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -290,6 +290,8 @@ static_library("test_support") {
"../public/test/test_aggregation_service.h",
"../public/test/test_browser_context.cc",
"../public/test/test_browser_context.h",
"../public/test/test_cert_verifier_service_factory.cc",
"../public/test/test_cert_verifier_service_factory.h",
"../public/test/test_content_client_initializer.cc",
"../public/test/test_content_client_initializer.h",
"../public/test/test_devtools_protocol_client.cc",
@ -481,7 +483,6 @@ static_library("test_support") {
"//content/public/browser",
"//content/public/common",
"//content/public/utility",
"//content/services/shared_storage_worklet/public/mojom:mojom",
"//ipc",
"//media/mojo/clients",
"//media/mojo/mojom",
@ -540,6 +541,7 @@ static_library("test_support") {
"//net:test_support",
"//services/audio",
"//services/audio/public/mojom",
"//services/cert_verifier:lib",
"//services/data_decoder/public/cpp:test_support",
"//services/data_decoder/public/mojom",
"//services/device/public/mojom",
@ -1779,6 +1781,7 @@ test("content_browsertests") {
"../browser/zygote_host/zygote_browsertest.cc",
]
deps += [
"//content/common:sandbox_support_linux",
"//printing/buildflags",
"//ui/gfx:test_support",
]
@ -2009,14 +2012,14 @@ test("content_browsertests") {
if (is_fuchsia) {
use_test_server = true
use_cfv2 = false
use_cfv1 = false
test_runner_shard = "//build/config/fuchsia/test/elf_test_ambient_exec_runner.shard.test-cml"
additional_manifest_fragments = [
"//build/config/fuchsia/test/audio_capabilities.test-cmx",
"//build/config/fuchsia/test/font_capabilities.test-cmx",
"//build/config/fuchsia/test/jit_capabilities.test-cmx",
"//build/config/fuchsia/test/network_capabilities.test-cmx",
"//build/config/fuchsia/test/present_view_capabilities.test-cmx",
"//build/config/fuchsia/test/vulkan_capabilities.test-cmx",
"//build/config/fuchsia/test/audio_output.shard.test-cml",
"//build/config/fuchsia/test/fonts.shard.test-cml",
"//build/config/fuchsia/test/network.shard.test-cml",
"//build/config/fuchsia/test/present_view.shard.test-cml",
"//third_party/fuchsia-sdk/sdk/pkg/vulkan/client.shard.cml",
]
}
}
@ -2298,6 +2301,7 @@ test("content_unittests") {
"../browser/renderer_host/back_forward_cache_metrics_unittest.cc",
"../browser/renderer_host/clipboard_host_impl_unittest.cc",
"../browser/renderer_host/commit_deferring_condition_runner_unittest.cc",
"../browser/renderer_host/cross_origin_opener_policy_status_unittest.cc",
"../browser/renderer_host/cursor_manager_unittest.cc",
"../browser/renderer_host/document_service_unittest.cc",
"../browser/renderer_host/embedded_frame_sink_provider_impl_unittest.cc",
@ -2511,6 +2515,8 @@ test("content_unittests") {
"../renderer/skia_benchmarking_extension_unittest.cc",
"../renderer/v8_value_converter_impl_unittest.cc",
"../renderer/worker/worker_thread_registry_unittest.cc",
"../services/shared_storage_worklet/module_script_downloader_unittest.cc",
"../services/shared_storage_worklet/shared_storage_worklet_global_scope_unittest.cc",
"attribution_simulator_impl_unittest.cc",
"attribution_simulator_input_parser_unittest.cc",
"navigation_simulator_unittest.cc",
@ -2655,8 +2661,7 @@ test("content_unittests") {
"//content/public/renderer",
"//content/renderer:for_content_tests",
"//content/services/auction_worklet:tests",
"//content/services/shared_storage_worklet:tests",
"//content/services/shared_storage_worklet/public/mojom",
"//content/services/shared_storage_worklet:for_content_tests",
"//crypto",
"//device/bluetooth",
"//device/bluetooth:mocks",