Index: ui/resources/BUILD.gn |
diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn |
index b81dd3a723527c757c07308bef6448fee7e4eef6..3dbd299135877a036cfb7872f33864c891370146 100644 |
--- a/ui/resources/BUILD.gn |
+++ b/ui/resources/BUILD.gn |
@@ -77,7 +77,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", |
] |
@@ -90,7 +90,7 @@ if (is_ios || is_mac) { |
outputs = [ |
"$root_out_dir/ui/en-US.pak", |
] |
- deps = [ |
+ public_deps = [ |
":repack_ui_test_pak", |
] |
} |