summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorborenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-11 15:52:19 +0000
committerborenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-11 15:52:19 +0000
commit881ed1e16a5ba46427557a2b03e7d699f1cb291c (patch)
tree9e29624fb1a117f2c0c27598ca4852da64c4f540 /common.gypi
parentf5384d9cdb6e00ae44db91f3bc16e009c143faa9 (diff)
downloadgyp-881ed1e16a5ba46427557a2b03e7d699f1cb291c.tar.gz
GYP Changes and Scripts for Compiling Skia for ChromeOS
For now, this requires having a complete ChromeOS checkout. R=djsollen@google.com Review URL: https://codereview.chromium.org/16099011 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@9505 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/common.gypi b/common.gypi
index 2be8bb8..05fdbf4 100644
--- a/common.gypi
+++ b/common.gypi
@@ -37,6 +37,12 @@
[ '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.)',
+ }],
+ [ 'skia_os == "chromeos" and not skia_cros_target', {
+ 'error': '<!(skia_cros_target must be defined for ChromeOS)',
+ }],
],
},
# Validate the 'skia_os' setting against 'skia_shared_lib', because shared