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

Unified Diff: ui/resources/BUILD.gn

Issue 1277183002: Fix running "gen gn --args='target_os="ios"'". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | 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 240781ae0602f53a35c0438d66a4038300c316f2..5d233ae20fa4e16a6f4af39bdfd03615cb9c5745 100644
--- a/ui/resources/BUILD.gn
+++ b/ui/resources/BUILD.gn
@@ -107,11 +107,14 @@ repack("repack_ui_test_pak") {
output = "$root_out_dir/ui_test.pak"
deps = [
- "//third_party/WebKit/public:resources_grit",
"//ui/resources",
"//ui/strings",
]
+ if (!is_ios) {
+ deps += [ "//third_party/WebKit/public:resources_grit" ]
+ }
+
if (!is_mac) {
deps += [ ":copy_ui_resources_100_percent" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698