Chromium Code Reviews| Index: build/standalone.gypi |
| diff --git a/build/standalone.gypi b/build/standalone.gypi |
| index e9b056580deddf541e3664aa74ff0c61c1b31e4f..dad05ae9626d6cd7699dac7626b6d29bf6f19355 100644 |
| --- a/build/standalone.gypi |
| +++ b/build/standalone.gypi |
| @@ -71,6 +71,10 @@ |
| 'want_separate_host_toolset': 0, |
| }], |
| ], |
| + # Default ARM variable settings. |
| + 'armv7%': 1, |
| + 'arm_neon%': 0, |
| + 'arm_fpu%': 'vfpv3', |
| }, |
| 'target_defaults': { |
| 'default_configuration': 'Debug', |