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