Chromium Code Reviews| Index: gyp/common_variables.gypi |
| diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi |
| index 6145d47e0137e45ff3bdc247e807b7231c2f2549..0d749f4004a9a1106ccc590e0df18ae54d64e65c 100644 |
| --- a/gyp/common_variables.gypi |
| +++ b/gyp/common_variables.gypi |
| @@ -72,7 +72,7 @@ |
| }, { |
| 'skia_poppler_enabled%': 0, |
| }], |
| - [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "mac"]', { |
| + [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "mac"] or skia_arch_type == "arm64"', { |
|
djsollen
2014/03/28 20:53:22
this needs to move below line 93 so that skia_arch
kevin.petit
2014/04/01 10:30:32
Done.
|
| 'skia_arch_width%': 64, |
| }, { |
| 'skia_arch_width%': 32, |