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

Unified Diff: build/config/mac/base_rules.gni

Issue 2533613002: Correct iOS hermetic plist rule. (Closed)
Patch Set: Created 4 years, 1 month 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: build/config/mac/base_rules.gni
diff --git a/build/config/mac/base_rules.gni b/build/config/mac/base_rules.gni
index 074074eb347f1eb73e1b31e32a7a6f4711ebd52c..a707bb40668813558120a49766cce05c3c6341f8 100644
--- a/build/config/mac/base_rules.gni
+++ b/build/config/mac/base_rules.gni
@@ -53,6 +53,12 @@ template("convert_plist") {
rebase_path(invoker.output, root_build_dir),
rebase_path(invoker.source, root_build_dir),
]
+ if (!use_system_xcode) {
erikchen 2016/11/28 15:57:10 Will this be parsed as an unknown argument if it i
justincohen 2016/11/28 19:42:02 It seems to work here? I can move it to the front
+ args += [
+ "--developer_dir",
+ hermetic_xcode_path,
+ ]
+ }
}
}
« 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