Index: gyp/common.gypi |
=================================================================== |
--- gyp/common.gypi (revision 9450) |
+++ gyp/common.gypi (working copy) |
@@ -37,6 +37,9 @@ |
[ '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.)', |
+ }], |
], |
}, |
# Validate the 'skia_os' setting against 'skia_shared_lib', because shared |