summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-09-27 16:19:58 +0000
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-09-27 16:19:58 +0000
commit4558d6c52772c6ef6638a45a6bd9fb852a01148b (patch)
tree8ec7fd160da63434c3467634aa57235228813d41
parent21e2d90077b889f17dd1ca74b3cb6f76aa8b1a87 (diff)
downloadgyp-4558d6c52772c6ef6638a45a6bd9fb852a01148b.tar.gz
Hack to make it compile, given that we're missing SkBitmapDevice.h
R=djsollen@google.com Review URL: https://codereview.chromium.org/25037005 git-svn-id: http://skia.googlecode.com/svn/branches/chrome/m30_1599/gyp@11503 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--tests.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.gyp b/tests.gyp
index 916f3e2..0a53617 100644
--- a/tests.gyp
+++ b/tests.gyp
@@ -34,7 +34,7 @@
'../tests/BlitRowTest.cpp',
'../tests/BlurTest.cpp',
'../tests/CanvasTest.cpp',
- '../tests/CanvasStateTest.cpp',
+# '../tests/CanvasStateTest.cpp',
'../tests/ChecksumTest.cpp',
'../tests/ClampRangeTest.cpp',
'../tests/ClipCacheTest.cpp',