Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-06-17 07:22:30 -07:00 committed by GitHub
parent 18231a00c5
commit e377840701
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1571,12 +1571,14 @@ if (!is_android) {
}
repack("unit_tests_pak") {
testonly = true
sources = [ "$root_gen_dir/chrome/chrome_test_resources.pak" ]
output = "$root_out_dir/unit_tests.pak"
deps = [ "//chrome/test/data:chrome_test_resources" ]
}
repack("browser_tests_pak") {
testonly = true
sources = [ "$root_gen_dir/chrome/webui_test_resources.pak" ]
output = "$root_out_dir/browser_tests.pak"
deps = [ "//chrome/test/data:webui_test_resources" ]