Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / build / common_untrusted.gypi
index 086264e..bcc3686 100644 (file)
   ],
   'target_defaults': {
     'conditions': [
+      # TODO(bradnelson): Drop this once the nacl side does the same.
+      ['target_arch=="x64"', {
+        'variables': {
+          'enable_x86_32': 0,
+        },
+      }],
+      ['target_arch=="ia32" and OS!="win"', {
+        'variables': {
+          'enable_x86_64': 0,
+        },
+      }],
       ['target_arch=="arm"', {
         'variables': {
           'clang': 1,
@@ -26,4 +37,4 @@
       }],
     ],
   },
-}
\ No newline at end of file
+}