Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 3fd1c770b6b7ad08d5c4f8574fcd3b71c2d7aff0..f812eba4151f03b160510003f41874f6efaea2b8 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -3043,9 +3043,10 @@ |
'target_conditions': [ |
['_toolset=="target"', { |
'conditions': [ |
- ['mips_arch_variant=="mips32r2"', { |
+ ['android_webview_build==0 and mips_arch_variant=="mips32r2"', { |
'cflags': ['-mips32r2', '-Wa,-mips32r2'], |
- }, { |
+ }], |
+ ['android_webview_build==0 and mips_arch_variant!="mips32r2"', { |
'cflags': ['-mips32', '-Wa,-mips32'], |
}], |
], |