Index: gyp/common.gypi |
diff --git a/gyp/common.gypi b/gyp/common.gypi |
index a3ce66e3621ff19052c50f1bfbd196225ff93fb2..46ae9f37e7f85015f7984d42916ee574e726f830 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"', { |
- 'error': '<!(skia_angle=1 only supported with skia_os="win".)', |
+ [ '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_os == "chromeos" and OS != "linux"', { |
'error': '<!(Skia ChromeOS build is only supported on Linux.)', |