Chromium Code Reviews| Index: gyp/common_conditions.gypi |
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
| index 70effa17239f56e89f0bccc973b8f6e8991e1b5f..925e6e1ed7d9fab103a12b6409b763e943a1f65a 100644 |
| --- a/gyp/common_conditions.gypi |
| +++ b/gyp/common_conditions.gypi |
| @@ -8,6 +8,12 @@ |
| 'SK_FORCE_DISTANCEFIELD_FONTS=<(skia_force_distancefield_fonts)', |
| ], |
| 'conditions' : [ |
| + [ 'skia_arch_type == "arm64"', { |
| + 'cflags': [ |
| + '-ffp-contract=off', |
| + ], |
| + }], |
| + |
| [ 'skia_os == "win"', |
| { |
| 'defines': [ |