aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-24 15:50:43 +0000
committerGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-24 15:50:43 +0000
commitd30cb83fd3add23e9957ec321c7117a70d09b3e4 (patch)
tree07f0c6e0c52decfc428a058ac0b45401696d1a98
parent52130e8a5e4af93ca437e62f641e1d4f794bfc0c (diff)
Don't compile the debugger on ChromeOS
TBR=epoger Review URL: https://codereview.chromium.org/22831048 git-svn-id: http://skia.googlecode.com/svn/trunk@10904 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--gyp/everything.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/everything.gyp b/gyp/everything.gyp
index 000bb78ce9..dc5d91c033 100644
--- a/gyp/everything.gyp
+++ b/gyp/everything.gyp
@@ -14,7 +14,7 @@
'type': 'none',
'dependencies': ['most.gyp:most'],
'conditions': [
- ['skia_os in ("ios", "android") or (skia_os == "mac" and skia_arch_width == 32)', {
+ ['skia_os in ("ios", "android", "chromeos") or (skia_os == "mac" and skia_arch_width == 32)', {
# debugger is not supported on this platform
}, {
'dependencies': [ 'debugger.gyp:debugger' ],