diff options
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-24 20:08:43 +0000 |
---|---|---|
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-24 20:08:43 +0000 |
commit | 18b3823d292397f424731771bdbe5f5b6255204b (patch) | |
tree | a6f08c30b6442561ce7e7cb97835eeaaf186de87 /gyp | |
parent | 976298edd7a9c7c8a5411381e122feb26a9a69ea (diff) |
unbreak the build part ii
allow android in debugger.gyp
git-svn-id: http://skia.googlecode.com/svn/trunk@5651 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/debugger.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/debugger.gyp b/gyp/debugger.gyp index 94025382fc..27109dcbbf 100644 --- a/gyp/debugger.gyp +++ b/gyp/debugger.gyp @@ -84,7 +84,7 @@ ], }, }], - [ 'skia_os in ["android", "ios"]', { + [ 'skia_os in ["ios"]', { 'error': '<!(debugger unsupported with skia_os=<(skia_os))' }], [ 'skia_os == "win"', { |