diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi index 78c62ad..23b5173 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -35,6 +35,9 @@ # builds). 'buildtype%': 'Dev', + # The architecture that we're building on. + 'target_arch%': 'ia32', + # We do want to build Chromium with Breakpad support in certain # situations. I.e. for Chrome bot. 'linux_chromium_breakpad%': 0, @@ -44,6 +47,7 @@ # variables sub-dict above, unless overridden. 'branding%': '<(branding)', 'buildtype%': '<(buildtype)', + 'target_arch%': '<(target_arch)', # Override chromium_mac_pch and set it to 0 to suppress the use of # precompiled headers on the Mac. Prefix header injection may still be @@ -114,9 +118,6 @@ # but that doesn't work as we'd like. 'msvs_debug_link_incremental%': '2', - # The architecture that we're building on. - 'target_arch%': 'ia32', - # By default linux does not use views. To turn on views in Linux # set the variable GYP_DEFINES to "toolkit_views=1", or modify # ~/.gyp/include.gypi . |