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

Unified Diff: build/gyp_chromium

Issue 141143008: Add support for the arm_float_abi flag to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « build/config/arm.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gyp_chromium
diff --git a/build/gyp_chromium b/build/gyp_chromium
index f8fa93664642b73b23e673a31e8225c235e0dc1d..e85c0823747569b8db4d77ceb1eff56492b1c752 100755
--- a/build/gyp_chromium
+++ b/build/gyp_chromium
@@ -199,7 +199,7 @@ def GetArgsStringForGN(supplemental_files):
gn_args += ' ' + i[2]
# These string arguments get passed directly as GN strings.
- for v in ['android_src', 'windows_sdk_path']:
+ for v in ['android_src', 'windows_sdk_path', 'arm_float_abi']:
if v in vars_dict:
gn_args += ' ' + v + '=' + EscapeStringForGN(vars_dict[v])
« no previous file with comments | « build/config/arm.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698