unbreak the build part ii
authorcaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 24 Sep 2012 20:08:43 +0000 (20:08 +0000)
committercaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 24 Sep 2012 20:08:43 +0000 (20:08 +0000)
allow android in debugger.gyp

git-svn-id: http://skia.googlecode.com/svn/trunk@5651 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/debugger.gyp

index 9402538..27109dc 100644 (file)
@@ -84,7 +84,7 @@
             ],
           },
         }],
-        [ 'skia_os in ["android", "ios"]', {
+        [ 'skia_os in ["ios"]', {
           'error': '<!(debugger unsupported with skia_os=<(skia_os))'
         }],
         [ 'skia_os == "win"', {