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

Unified Diff: build/standalone.gypi

Issue 13902014: More ARM GYP fixes (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: more Created 7 years, 8 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 | « Makefile ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 749755c7ce3f9a58168f94746fc97de49ed37911..dde05757df1049bc4593b4d0ffd676bcffe3c66e 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -76,9 +76,11 @@
}],
],
# Default ARM variable settings.
- 'armv7%': 1,
+ 'armv7%': 'default',
'arm_neon%': 0,
'arm_fpu%': 'vfpv3',
+ 'arm_float_abi%': 'default',
+ 'arm_thumb': 'default',
},
'target_defaults': {
'default_configuration': 'Debug',
« no previous file with comments | « Makefile ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698