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

Side by Side Diff: gyp/tests.gyp

Issue 26734003: Proactive SkPixelRef invalidation (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: drop the check Created 7 years, 1 month 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 | « gyp/core.gypi ('k') | include/core/SkPixelRef.h » ('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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 '../tests/InfRectTest.cpp', 82 '../tests/InfRectTest.cpp',
83 '../tests/JpegTest.cpp', 83 '../tests/JpegTest.cpp',
84 '../tests/LListTest.cpp', 84 '../tests/LListTest.cpp',
85 '../tests/LayerDrawLooperTest.cpp', 85 '../tests/LayerDrawLooperTest.cpp',
86 '../tests/MD5Test.cpp', 86 '../tests/MD5Test.cpp',
87 '../tests/MathTest.cpp', 87 '../tests/MathTest.cpp',
88 '../tests/MatrixTest.cpp', 88 '../tests/MatrixTest.cpp',
89 '../tests/Matrix44Test.cpp', 89 '../tests/Matrix44Test.cpp',
90 '../tests/MemoryTest.cpp', 90 '../tests/MemoryTest.cpp',
91 '../tests/MemsetTest.cpp', 91 '../tests/MemsetTest.cpp',
92 '../tests/MessageBusTest.cpp',
92 '../tests/MetaDataTest.cpp', 93 '../tests/MetaDataTest.cpp',
93 '../tests/MipMapTest.cpp', 94 '../tests/MipMapTest.cpp',
94 '../tests/OnceTest.cpp', 95 '../tests/OnceTest.cpp',
95 '../tests/OSPathTest.cpp', 96 '../tests/OSPathTest.cpp',
96 '../tests/PackBitsTest.cpp', 97 '../tests/PackBitsTest.cpp',
97 '../tests/PaintTest.cpp', 98 '../tests/PaintTest.cpp',
98 '../tests/ParsePathTest.cpp', 99 '../tests/ParsePathTest.cpp',
99 '../tests/PathCoverageTest.cpp', 100 '../tests/PathCoverageTest.cpp',
100 '../tests/PathMeasureTest.cpp', 101 '../tests/PathMeasureTest.cpp',
101 '../tests/PathTest.cpp', 102 '../tests/PathTest.cpp',
102 '../tests/PathUtilsTest.cpp', 103 '../tests/PathUtilsTest.cpp',
103 '../tests/PDFPrimitivesTest.cpp', 104 '../tests/PDFPrimitivesTest.cpp',
104 '../tests/PictureTest.cpp', 105 '../tests/PictureTest.cpp',
105 '../tests/PictureUtilsTest.cpp', 106 '../tests/PictureUtilsTest.cpp',
106 '../tests/PipeTest.cpp', 107 '../tests/PipeTest.cpp',
108 '../tests/PixelRefTest.cpp',
107 '../tests/PointTest.cpp', 109 '../tests/PointTest.cpp',
108 '../tests/PremulAlphaRoundTripTest.cpp', 110 '../tests/PremulAlphaRoundTripTest.cpp',
109 '../tests/QuickRejectTest.cpp', 111 '../tests/QuickRejectTest.cpp',
110 '../tests/RandomTest.cpp', 112 '../tests/RandomTest.cpp',
111 '../tests/Reader32Test.cpp', 113 '../tests/Reader32Test.cpp',
112 '../tests/ReadPixelsTest.cpp', 114 '../tests/ReadPixelsTest.cpp',
113 '../tests/ReadWriteAlphaTest.cpp', 115 '../tests/ReadWriteAlphaTest.cpp',
114 '../tests/RefCntTest.cpp', 116 '../tests/RefCntTest.cpp',
115 '../tests/RefDictTest.cpp', 117 '../tests/RefDictTest.cpp',
116 '../tests/RegionTest.cpp', 118 '../tests/RegionTest.cpp',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 ], 166 ],
165 }, 167 },
166 ], 168 ],
167 } 169 }
168 170
169 # Local Variables: 171 # Local Variables:
170 # tab-width:2 172 # tab-width:2
171 # indent-tabs-mode:nil 173 # indent-tabs-mode:nil
172 # End: 174 # End:
173 # vim: set expandtab tabstop=2 shiftwidth=2: 175 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkPixelRef.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698