Update BUILD.gn
This commit is contained in:
parent
18231a00c5
commit
e377840701
1 changed files with 2 additions and 0 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue