| Index: ui/resources/BUILD.gn
|
| diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn
|
| index b73e0db9c4a97c60d44f005305a693bd7d931841..f1141677c70cee1ff4d1efe317588b8822ca538e 100644
|
| --- a/ui/resources/BUILD.gn
|
| +++ b/ui/resources/BUILD.gn
|
| @@ -66,7 +66,7 @@ if (!is_mac) {
|
| # (copy_ui_test_pak action)
|
| if (is_ios || is_mac) {
|
| group("ui_test_pak") {
|
| - deps = [
|
| + public_deps = [
|
| ":repack_ui_test_pak",
|
| ":repack_ui_test_mac_locale_pack",
|
| ]
|
| @@ -79,7 +79,7 @@ if (is_ios || is_mac) {
|
| outputs = [
|
| "$root_out_dir/ui/en-US.pak",
|
| ]
|
| - deps = [
|
| + public_deps = [
|
| ":repack_ui_test_pak",
|
| ]
|
| }
|
|
|