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

Side by Side Diff: gyp/tests.gyp

Issue 15314003: Add methods to SkLayerDrawLooper to allow adding layers on top (Closed) Base URL: http://skia.googlecode.com/svn/trunk
Patch Set: changes requested by tomhudson Created 7 years, 7 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/effects/SkLayerDrawLooper.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/GLInterfaceValidation.cpp', 61 '../tests/GLInterfaceValidation.cpp',
62 '../tests/GLProgramsTest.cpp', 62 '../tests/GLProgramsTest.cpp',
63 '../tests/GpuBitmapCopyTest.cpp', 63 '../tests/GpuBitmapCopyTest.cpp',
64 '../tests/GrContextFactoryTest.cpp', 64 '../tests/GrContextFactoryTest.cpp',
65 '../tests/GradientTest.cpp', 65 '../tests/GradientTest.cpp',
66 '../tests/GrMemoryPoolTest.cpp', 66 '../tests/GrMemoryPoolTest.cpp',
67 '../tests/GrSurfaceTest.cpp', 67 '../tests/GrSurfaceTest.cpp',
68 '../tests/HashCacheTest.cpp', 68 '../tests/HashCacheTest.cpp',
69 '../tests/InfRectTest.cpp', 69 '../tests/InfRectTest.cpp',
70 '../tests/LListTest.cpp', 70 '../tests/LListTest.cpp',
71 '../tests/LayerDrawLooperTest.cpp',
71 '../tests/MD5Test.cpp', 72 '../tests/MD5Test.cpp',
72 '../tests/MathTest.cpp', 73 '../tests/MathTest.cpp',
73 '../tests/MatrixTest.cpp', 74 '../tests/MatrixTest.cpp',
74 '../tests/Matrix44Test.cpp', 75 '../tests/Matrix44Test.cpp',
75 '../tests/MemsetTest.cpp', 76 '../tests/MemsetTest.cpp',
76 '../tests/MetaDataTest.cpp', 77 '../tests/MetaDataTest.cpp',
77 '../tests/PackBitsTest.cpp', 78 '../tests/PackBitsTest.cpp',
78 '../tests/PaintTest.cpp', 79 '../tests/PaintTest.cpp',
79 '../tests/ParsePathTest.cpp', 80 '../tests/ParsePathTest.cpp',
80 '../tests/PathCoverageTest.cpp', 81 '../tests/PathCoverageTest.cpp',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 ], 156 ],
156 }, 157 },
157 ], 158 ],
158 } 159 }
159 160
160 # Local Variables: 161 # Local Variables:
161 # tab-width:2 162 # tab-width:2
162 # indent-tabs-mode:nil 163 # indent-tabs-mode:nil
163 # End: 164 # End:
164 # vim: set expandtab tabstop=2 shiftwidth=2: 165 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/effects/SkLayerDrawLooper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698