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

Unified Diff: chrome/BUILD.gn

Issue 2403583002: More changes to support hermetic Xcode toolchain in GN. (Closed)
Patch Set: Comments from thakis. 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
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index b2dc50fee0f9a880332872c6ab5273dd16415d15..1bb2aa869583c41c8189ce662ac01dc0553b6c97 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -911,6 +911,10 @@ if (is_win) {
rebase_path(output_path, root_out_dir),
]
+ if (!use_system_xcode) {
+ args += [ hermetic_xcode_path ]
+ }
+
outputs = [
"$output_path/KeystoneRegistration.framework",
]
« no previous file with comments | « build/secondary/third_party/crashpad/crashpad/util/BUILD.gn ('k') | chrome/tools/build/mac/copy_keystone_framework.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698