mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update BUILD.gn
This commit is contained in:
parent
eea1021447
commit
bd707d01c2
1 changed files with 6 additions and 1 deletions
7
BUILD.gn
7
BUILD.gn
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue