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

Side by Side Diff: gyp/tests.gyp

Issue 22411005: Added ResourceCache test (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 4 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 | tests/ResourceCacheTest.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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 '../tests/PointTest.cpp', 97 '../tests/PointTest.cpp',
98 '../tests/PremulAlphaRoundTripTest.cpp', 98 '../tests/PremulAlphaRoundTripTest.cpp',
99 '../tests/QuickRejectTest.cpp', 99 '../tests/QuickRejectTest.cpp',
100 '../tests/RandomTest.cpp', 100 '../tests/RandomTest.cpp',
101 '../tests/Reader32Test.cpp', 101 '../tests/Reader32Test.cpp',
102 '../tests/ReadPixelsTest.cpp', 102 '../tests/ReadPixelsTest.cpp',
103 '../tests/ReadWriteAlphaTest.cpp', 103 '../tests/ReadWriteAlphaTest.cpp',
104 '../tests/RefCntTest.cpp', 104 '../tests/RefCntTest.cpp',
105 '../tests/RefDictTest.cpp', 105 '../tests/RefDictTest.cpp',
106 '../tests/RegionTest.cpp', 106 '../tests/RegionTest.cpp',
107 '../tests/ResourceCacheTest.cpp',
107 '../tests/RoundRectTest.cpp', 108 '../tests/RoundRectTest.cpp',
108 '../tests/RTreeTest.cpp', 109 '../tests/RTreeTest.cpp',
109 '../tests/SHA1Test.cpp', 110 '../tests/SHA1Test.cpp',
110 '../tests/ScalarTest.cpp', 111 '../tests/ScalarTest.cpp',
111 '../tests/ShaderImageFilterTest.cpp', 112 '../tests/ShaderImageFilterTest.cpp',
112 '../tests/ShaderOpacityTest.cpp', 113 '../tests/ShaderOpacityTest.cpp',
113 '../tests/Sk64Test.cpp', 114 '../tests/Sk64Test.cpp',
114 '../tests/skia_test.cpp', 115 '../tests/skia_test.cpp',
115 '../tests/SortTest.cpp', 116 '../tests/SortTest.cpp',
116 '../tests/SrcOverTest.cpp', 117 '../tests/SrcOverTest.cpp',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 ], 162 ],
162 }, 163 },
163 ], 164 ],
164 } 165 }
165 166
166 # Local Variables: 167 # Local Variables:
167 # tab-width:2 168 # tab-width:2
168 # indent-tabs-mode:nil 169 # indent-tabs-mode:nil
169 # End: 170 # End:
170 # vim: set expandtab tabstop=2 shiftwidth=2: 171 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | tests/ResourceCacheTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698