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

Side by Side Diff: gyp/tests.gyp

Issue 25023003: Implement color filter as GrGLEffect (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: address review comments Created 7 years, 2 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 | include/gpu/GrEffect.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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 '../tests/FontHostStreamTest.cpp', 61 '../tests/FontHostStreamTest.cpp',
62 '../tests/FontHostTest.cpp', 62 '../tests/FontHostTest.cpp',
63 '../tests/FontMgrTest.cpp', 63 '../tests/FontMgrTest.cpp',
64 '../tests/FontNamesTest.cpp', 64 '../tests/FontNamesTest.cpp',
65 '../tests/FrontBufferedStreamTest.cpp', 65 '../tests/FrontBufferedStreamTest.cpp',
66 '../tests/GeometryTest.cpp', 66 '../tests/GeometryTest.cpp',
67 '../tests/GifTest.cpp', 67 '../tests/GifTest.cpp',
68 '../tests/GLInterfaceValidation.cpp', 68 '../tests/GLInterfaceValidation.cpp',
69 '../tests/GLProgramsTest.cpp', 69 '../tests/GLProgramsTest.cpp',
70 '../tests/GpuBitmapCopyTest.cpp', 70 '../tests/GpuBitmapCopyTest.cpp',
71 '../tests/GpuColorFilterTest.cpp',
71 '../tests/GpuDrawPathTest.cpp', 72 '../tests/GpuDrawPathTest.cpp',
72 '../tests/GrContextFactoryTest.cpp', 73 '../tests/GrContextFactoryTest.cpp',
73 '../tests/GradientTest.cpp', 74 '../tests/GradientTest.cpp',
74 '../tests/GrMemoryPoolTest.cpp', 75 '../tests/GrMemoryPoolTest.cpp',
75 '../tests/GrSurfaceTest.cpp', 76 '../tests/GrSurfaceTest.cpp',
76 '../tests/HashCacheTest.cpp', 77 '../tests/HashCacheTest.cpp',
77 '../tests/ImageCacheTest.cpp', 78 '../tests/ImageCacheTest.cpp',
78 '../tests/ImageDecodingTest.cpp', 79 '../tests/ImageDecodingTest.cpp',
79 '../tests/ImageFilterTest.cpp', 80 '../tests/ImageFilterTest.cpp',
80 '../tests/InfRectTest.cpp', 81 '../tests/InfRectTest.cpp',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 ], 163 ],
163 }, 164 },
164 ], 165 ],
165 } 166 }
166 167
167 # Local Variables: 168 # Local Variables:
168 # tab-width:2 169 # tab-width:2
169 # indent-tabs-mode:nil 170 # indent-tabs-mode:nil
170 # End: 171 # End:
171 # vim: set expandtab tabstop=2 shiftwidth=2: 172 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrEffect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698