Index: gyp/common.gypi |
diff --git a/gyp/common.gypi b/gyp/common.gypi |
index ce3fc2669d300c8add3e0a9c06762c15f1f64cb4..f0d653f82a3537e728782bcfb401ba0b1acecedd 100644 |
--- a/gyp/common.gypi |
+++ b/gyp/common.gypi |
@@ -25,7 +25,6 @@ |
'variables': { |
'conditions': [ |
[ 'skia_os != OS and not ((skia_os == "ios" and OS == "mac") or \ |
- (skia_os == "nacl" and OS == "linux") or \ |
(skia_os == "chromeos" and OS == "linux"))', { |
'error': '<!(Cannot build with skia_os=<(skia_os) on OS=<(OS))', |
}], |
@@ -38,9 +37,6 @@ |
[ 'skia_arch_width != 32 and skia_arch_width != 64', { |
'error': '<!(skia_arch_width can only be 32 or 64 bits not <(skia_arch_width) bits)', |
}], |
- [ 'skia_os == "nacl" and OS != "linux"', { |
- 'error': '<!(Skia NaCl build only currently supported on Linux.)', |
- }], |
[ 'skia_os == "chromeos" and OS != "linux"', { |
'error': '<!(Skia ChromeOS build is only supported on Linux.)', |
}], |