Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Side by Side Diff: gyp/tests.gyp

Issue 13116018: Adding unit test for verifying copy on write in SkSurface + bug fix in SkCanvas::clear (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | src/core/SkCanvas.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP file to build unit tests. 1 # GYP file to build unit tests.
2 { 2 {
3 'includes': [ 3 'includes': [
4 'apptype_console.gypi', 4 'apptype_console.gypi',
5 ], 5 ],
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'tests', 8 'target_name': 'tests',
9 'type': 'executable', 9 'type': 'executable',
10 'include_dirs' : [ 10 'include_dirs' : [
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 '../tests/ScalarTest.cpp', 91 '../tests/ScalarTest.cpp',
92 '../tests/ShaderImageFilterTest.cpp', 92 '../tests/ShaderImageFilterTest.cpp',
93 '../tests/ShaderOpacityTest.cpp', 93 '../tests/ShaderOpacityTest.cpp',
94 '../tests/Sk64Test.cpp', 94 '../tests/Sk64Test.cpp',
95 '../tests/skia_test.cpp', 95 '../tests/skia_test.cpp',
96 '../tests/SortTest.cpp', 96 '../tests/SortTest.cpp',
97 '../tests/SrcOverTest.cpp', 97 '../tests/SrcOverTest.cpp',
98 '../tests/StreamTest.cpp', 98 '../tests/StreamTest.cpp',
99 '../tests/StringTest.cpp', 99 '../tests/StringTest.cpp',
100 '../tests/StrokeTest.cpp', 100 '../tests/StrokeTest.cpp',
101 '../tests/SurfaceTest.cpp',
101 '../tests/Test.cpp', 102 '../tests/Test.cpp',
102 '../tests/Test.h', 103 '../tests/Test.h',
103 '../tests/TestSize.cpp', 104 '../tests/TestSize.cpp',
104 '../tests/TileGridTest.cpp', 105 '../tests/TileGridTest.cpp',
105 '../tests/TLSTest.cpp', 106 '../tests/TLSTest.cpp',
106 '../tests/TSetTest.cpp', 107 '../tests/TSetTest.cpp',
107 '../tests/ToUnicode.cpp', 108 '../tests/ToUnicode.cpp',
108 '../tests/UnicodeTest.cpp', 109 '../tests/UnicodeTest.cpp',
109 '../tests/UtilsTest.cpp', 110 '../tests/UtilsTest.cpp',
110 '../tests/WArrayTest.cpp', 111 '../tests/WArrayTest.cpp',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 ], 143 ],
143 }, 144 },
144 ], 145 ],
145 } 146 }
146 147
147 # Local Variables: 148 # Local Variables:
148 # tab-width:2 149 # tab-width:2
149 # indent-tabs-mode:nil 150 # indent-tabs-mode:nil
150 # End: 151 # End:
151 # vim: set expandtab tabstop=2 shiftwidth=2: 152 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | src/core/SkCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698