| commit | 995beb6b00afc0e28f5effc8a22a7a3dcb2544e8 | [log] [tgz] |
|---|---|---|
| author | junov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Mar 28 13:49:22 2013 +0000 |
| committer | junov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Mar 28 13:49:22 2013 +0000 |
| tree | a0a07f52ce50f38ccfff6bbbe04c8d523fb4a433 | |
| parent | b8eb2e89edf914caf5479baeffcb670d3e93f496 [diff] [blame] |
Adding unit test for verifying copy on write in SkSurface + bug fix in SkCanvas::clear Review URL: https://codereview.chromium.org/13116018 git-svn-id: http://skia.googlecode.com/svn/trunk@8429 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/tests.gyp b/gyp/tests.gyp index dbf27fa..335f1bc 100644 --- a/gyp/tests.gyp +++ b/gyp/tests.gyp
@@ -98,6 +98,7 @@ '../tests/StreamTest.cpp', '../tests/StringTest.cpp', '../tests/StrokeTest.cpp', + '../tests/SurfaceTest.cpp', '../tests/Test.cpp', '../tests/Test.h', '../tests/TestSize.cpp',