Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-06-30 08:11:28 -05:00 committed by GitHub
parent eea1021447
commit bd707d01c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,6 +87,7 @@ group("gn_all") {
"//components/gwp_asan:gwp_asan_unittests",
"//infra/orchestrator:orchestrator_all",
"//net:net_unittests",
"//sandbox:sandbox_unittests",
"//services:services_unittests",
"//services/service_manager/public/cpp",
"//skia:skia_unittests",
@ -365,6 +366,7 @@ group("gn_all") {
"//net/android:net_junit_tests",
"//services:services_junit_tests",
"//testing/android/junit:junit_unit_tests",
"//third_party/android_lint:custom_lint_java",
"//third_party/catapult/devil",
"//third_party/r8:custom_d8_java",
"//tools/android:android_tools",
@ -998,7 +1000,6 @@ if (is_chromeos_ash) {
"//components/exo/wayland:wayland_client_tests",
"//media:media_unittests",
"//media/capture:capture_unittests",
"//ppapi/examples/video_decode",
"//sandbox/linux:chrome_sandbox",
"//sandbox/linux:sandbox_linux_unittests",
"//third_party/breakpad:minidump_stackwalk($host_toolchain)",
@ -1012,6 +1013,10 @@ if (is_chromeos_ash) {
"//ui/ozone/gl:ozone_gl_unittests",
]
if (enable_plugins) {
data_deps += [ "//ppapi/examples/video_decode" ]
}
if (use_v4l2_codec || use_vaapi) {
data_deps += [
"//components/chromeos_camera:jpeg_encode_accelerator_unittest",