Index: gyp/common.gypi |
diff --git a/gyp/common.gypi b/gyp/common.gypi |
index 46ae9f37e7f85015f7984d42916ee574e726f830..9e53b0650fa75055264d61a68531ea498fdf76f9 100644 |
--- a/gyp/common.gypi |
+++ b/gyp/common.gypi |
@@ -30,8 +30,8 @@ |
[ 'skia_mesa and skia_os not in ["mac", "linux"]', { |
'error': '<!(skia_mesa=1 only supported with skia_os="mac" or "linux".)', |
}], |
- [ 'skia_angle and not (skia_os == "win" or skia_os == "linux")', { |
- 'error': '<!(skia_angle=1 only supported with skia_os="win" or skia_os="linux".)', |
+ [ 'skia_angle and not (skia_os == "win" or skia_os == "linux" or skia_os == "mac")', { |
+ 'error': '<!(skia_angle=1 only supported with skia_os="win" or skia_os="linux" or skia_os="mac".)', |
}], |
[ 'skia_os == "chromeos" and OS != "linux"', { |
'error': '<!(Skia ChromeOS build is only supported on Linux.)', |