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

Unified Diff: chrome/BUILD.gn

Issue 2421893002: Fix hermetic argument to run_verify_order. (Closed)
Patch Set: Created 4 years, 2 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: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 43049133cb18783122f2b743c0b4b551f78a8c6c..813a756b556204c93b4986f62cd43e046ab1c8cf 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1067,7 +1067,7 @@ if (is_win) {
]
if (!use_system_xcode) {
args += [
- "--developer-dir",
+ "--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