| Index: ui/resources/BUILD.gn
|
| diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn
|
| index bd75fddd2f80c7ecd8d40455b1f87f31e8d4d2cb..6cd6537393686aaf91175feace7a2ec48560c5d7 100644
|
| --- a/ui/resources/BUILD.gn
|
| +++ b/ui/resources/BUILD.gn
|
| @@ -76,6 +76,7 @@ if (is_ios || is_mac) {
|
| # wants the generate .pak file in the bundle to be named en.lpro/locale.pak
|
| # while components_unittests wants it to be named ui_test.pak.
|
| bundle_data("ui_test_pak_bundle_data") {
|
| + testonly = true
|
| public_deps = [
|
| ":ui_test_pak",
|
| ]
|
|
|