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

Unified Diff: build/common.gypi

Issue 160316: Fix gyp condition to make 64bit just work (Closed)
Patch Set: Created 11 years, 5 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index cc3d2329ee0caeb9f1899809d3ccf8650c21784f..bd472e576a084e6c670dd8d175be7084d61a3542 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -360,7 +360,7 @@
},
},
'conditions': [
- [ 'target_arch!="arm"', {
+ [ 'target_arch=="ia32"', {
'asflags': [
# Needed so that libs with .s files (e.g. libicudata.a)
# are compatible with the general 32-bit-ness.
« 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