| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index eef610e4f303a75a44fcb8682e38ea82d4ddf329..c09a31d67a7719822fc58688eb2c941b9d9fdc38 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -405,6 +405,14 @@ repack("packed_extra_resources") {
|
| }
|
| }
|
|
|
| +# GYP version: chrome/chrome_resources.gyp:browser_tests_pak
|
| +repack("browser_tests_pak") {
|
| + sources = [
|
| + "$root_gen_dir/chrome/options_test_resources.pak",
|
| + ]
|
| + output = "$root_out_dir/browser_tests.pak"
|
| +}
|
| +
|
| # Collects per-locale grit files from many sources into global per-locale files.
|
| chrome_repack_locales("repack_locales_pack") {
|
| visibility = [ ":*" ]
|
|
|