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

Unified Diff: build/common.gypi

Issue 730173002: Switch the Mac build from 32-bit to 64-bit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Roll NaCl Created 6 years, 1 month 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 | « DEPS ('k') | 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 214e3030625fa86f8c53ac1ba647fadf93763224..33a781b5f6d3fd63586ab81d8e1bfcf238aec47b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -41,7 +41,7 @@
'conditions': [
# Compute the architecture that we're building on.
- ['OS=="win" or OS=="mac" or OS=="ios"', {
+ ['OS=="win" or OS=="ios"', {
'host_arch%': 'ia32',
}, {
'host_arch%': '<!pymod_do_main(detect_host_arch)',
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698