aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/common.gypi
diff options
context:
space:
mode:
authorGravatar borenet <borenet@chromium.org>2016-04-29 14:01:34 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-29 14:01:34 -0700
commit43bf511ead8cb81835ad7cc16e87e5493a095eac (patch)
treedf92902bf3cb133a9e7303a76bf39c34c002123d /gyp/common.gypi
parente86e51fe7e69ae85ba52de71d19ad62f7bb87ef8 (diff)
Delete ChromeOS code
Diffstat (limited to 'gyp/common.gypi')
-rw-r--r--gyp/common.gypi6
1 files changed, 1 insertions, 5 deletions
diff --git a/gyp/common.gypi b/gyp/common.gypi
index 9ca2895d54..757d9c2d08 100644
--- a/gyp/common.gypi
+++ b/gyp/common.gypi
@@ -26,8 +26,7 @@
# situations, like building for iOS on a Mac.
'variables': {
'conditions': [
- [ 'skia_os != OS and not ((skia_os == "ios" and OS == "mac") or \
- (skia_os == "chromeos" and OS == "linux"))', {
+ [ 'skia_os != OS and not (skia_os == "ios" and OS == "mac")', {
'error': '<!(Cannot build with skia_os=<(skia_os) on OS=<(OS))',
}],
[ 'skia_mesa and skia_os not in ["mac", "linux"]', {
@@ -36,9 +35,6 @@
[ '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.)',
- }],
],
},
'includes': [