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

Unified Diff: ui/resources/BUILD.gn

Issue 1137693006: Revert of 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 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",
]
}
« 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