Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Unified Diff: ui/resources/BUILD.gn

Issue 1134753011: Fix missing GN dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/mojo_application_package.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « mojo/mojo_application_package.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698