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

Side by Side Diff: gyp/tests.gyp

Issue 20005003: add scaledimagecache (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 5 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 | « gyp/core.gypi ('k') | include/config/SkUserConfig.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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 '../tests/FontNamesTest.cpp', 60 '../tests/FontNamesTest.cpp',
61 '../tests/GeometryTest.cpp', 61 '../tests/GeometryTest.cpp',
62 '../tests/GLInterfaceValidation.cpp', 62 '../tests/GLInterfaceValidation.cpp',
63 '../tests/GLProgramsTest.cpp', 63 '../tests/GLProgramsTest.cpp',
64 '../tests/GpuBitmapCopyTest.cpp', 64 '../tests/GpuBitmapCopyTest.cpp',
65 '../tests/GrContextFactoryTest.cpp', 65 '../tests/GrContextFactoryTest.cpp',
66 '../tests/GradientTest.cpp', 66 '../tests/GradientTest.cpp',
67 '../tests/GrMemoryPoolTest.cpp', 67 '../tests/GrMemoryPoolTest.cpp',
68 '../tests/GrSurfaceTest.cpp', 68 '../tests/GrSurfaceTest.cpp',
69 '../tests/HashCacheTest.cpp', 69 '../tests/HashCacheTest.cpp',
70 '../tests/ImageCacheTest.cpp',
70 '../tests/ImageDecodingTest.cpp', 71 '../tests/ImageDecodingTest.cpp',
71 '../tests/InfRectTest.cpp', 72 '../tests/InfRectTest.cpp',
72 '../tests/LListTest.cpp', 73 '../tests/LListTest.cpp',
73 '../tests/LayerDrawLooperTest.cpp', 74 '../tests/LayerDrawLooperTest.cpp',
74 '../tests/MD5Test.cpp', 75 '../tests/MD5Test.cpp',
75 '../tests/MathTest.cpp', 76 '../tests/MathTest.cpp',
76 '../tests/MatrixTest.cpp', 77 '../tests/MatrixTest.cpp',
77 '../tests/Matrix44Test.cpp', 78 '../tests/Matrix44Test.cpp',
78 '../tests/MemsetTest.cpp', 79 '../tests/MemsetTest.cpp',
79 '../tests/MetaDataTest.cpp', 80 '../tests/MetaDataTest.cpp',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 ], 158 ],
158 }, 159 },
159 ], 160 ],
160 } 161 }
161 162
162 # Local Variables: 163 # Local Variables:
163 # tab-width:2 164 # tab-width:2
164 # indent-tabs-mode:nil 165 # indent-tabs-mode:nil
165 # End: 166 # End:
166 # vim: set expandtab tabstop=2 shiftwidth=2: 167 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/config/SkUserConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698