aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tests.gyp
diff options
context:
space:
mode:
authorGravatar junov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-02-07 16:27:57 +0000
committerGravatar junov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-02-07 16:27:57 +0000
commit1f9767c03bad1ef85e5388d84e23e4b5dff4bc1a (patch)
treee6ea138a19024226eec416fec1959d8a16ed5c81 /gyp/tests.gyp
parent4bcb0c6e0377557d326344f4bd2bbab4e8b1bc3a (diff)
Fixing backing store access in SkDeferredCanvas.
Chromium CL required for rolling skia DEPS past this change is posted here: https://chromiumcodereview.appspot.com/9341003/ BUG=http://code.google.com/p/skia/issues/detail?id=475 REVIEW=http://codereview.appspot.com/5626047/ TEST=DeferredCanvas unit test git-svn-id: http://skia.googlecode.com/svn/trunk@3147 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/tests.gyp')
-rw-r--r--gyp/tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index 011030c36c..63ff7c9aa6 100644
--- a/gyp/tests.gyp
+++ b/gyp/tests.gyp
@@ -27,6 +27,7 @@
'../tests/ColorFilterTest.cpp',
'../tests/ColorTest.cpp',
'../tests/DataRefTest.cpp',
+ '../tests/DeferredCanvasTest.cpp',
'../tests/DequeTest.cpp',
'../tests/DrawBitmapRectTest.cpp',
'../tests/DrawTextTest.cpp',