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

Unified Diff: ios/build/tools/setup-gn.config

Issue 2758663004: Replace "multi" with "fat" in build documentation. (Closed)
Patch Set: Created 3 years, 9 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: ios/build/tools/setup-gn.config
diff --git a/ios/build/tools/setup-gn.config b/ios/build/tools/setup-gn.config
index 7e0c282d3b37ab1d16a91ed84625794407dc5d0e..57a971658d1bec3974bc59ebeda20944e300b3a3 100644
--- a/ios/build/tools/setup-gn.config
+++ b/ios/build/tools/setup-gn.config
@@ -12,7 +12,7 @@ jobs = 0
[build]
# Controls the build output. The only supported values are "64-bit", "32-bit"
-# and "multi" (for a fat binary supporting both "32-bit" and "64-bit" cpus).
+# and "fat" (for a fat binary supporting both "32-bit" and "64-bit" cpus).
arch = "64-bit"
[gn_args]
« 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