Chromium Code Reviews| Index: build/standalone.gypi |
| diff --git a/build/standalone.gypi b/build/standalone.gypi |
| index 749755c7ce3f9a58168f94746fc97de49ed37911..dde05757df1049bc4593b4d0ffd676bcffe3c66e 100644 |
| --- a/build/standalone.gypi |
| +++ b/build/standalone.gypi |
| @@ -76,9 +76,11 @@ |
| }], |
| ], |
| # Default ARM variable settings. |
| - 'armv7%': 1, |
| + 'armv7%': 'default', |
| 'arm_neon%': 0, |
| 'arm_fpu%': 'vfpv3', |
| + 'arm_float_abi%': 'default', |
| + 'arm_thumb': 'default', |
| }, |
| 'target_defaults': { |
| 'default_configuration': 'Debug', |