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

Side by Side Diff: gyp/tests.gypi

Issue 304403003: Generate path names on the client side (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 6 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/gpu.gypi ('k') | src/gpu/gl/GrGLNameAllocator.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 # Common gypi for unit tests. 1 # Common gypi for unit tests.
2 { 2 {
3 'include_dirs': [ 3 'include_dirs': [
4 '../src/core', 4 '../src/core',
5 '../src/effects', 5 '../src/effects',
6 '../src/image', 6 '../src/image',
7 '../src/lazy', 7 '../src/lazy',
8 '../src/images', 8 '../src/images',
9 '../src/pathops', 9 '../src/pathops',
10 '../src/pdf', 10 '../src/pdf',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 '../tests/MallocPixelRefTest.cpp', 110 '../tests/MallocPixelRefTest.cpp',
111 '../tests/MathTest.cpp', 111 '../tests/MathTest.cpp',
112 '../tests/Matrix44Test.cpp', 112 '../tests/Matrix44Test.cpp',
113 '../tests/MatrixClipCollapseTest.cpp', 113 '../tests/MatrixClipCollapseTest.cpp',
114 '../tests/MatrixTest.cpp', 114 '../tests/MatrixTest.cpp',
115 '../tests/MemoryTest.cpp', 115 '../tests/MemoryTest.cpp',
116 '../tests/MemsetTest.cpp', 116 '../tests/MemsetTest.cpp',
117 '../tests/MessageBusTest.cpp', 117 '../tests/MessageBusTest.cpp',
118 '../tests/MetaDataTest.cpp', 118 '../tests/MetaDataTest.cpp',
119 '../tests/MipMapTest.cpp', 119 '../tests/MipMapTest.cpp',
120 '../tests/NameAllocatorTest.cpp',
120 '../tests/ObjectPoolTest.cpp', 121 '../tests/ObjectPoolTest.cpp',
121 '../tests/OSPathTest.cpp', 122 '../tests/OSPathTest.cpp',
122 '../tests/OnceTest.cpp', 123 '../tests/OnceTest.cpp',
123 '../tests/PDFPrimitivesTest.cpp', 124 '../tests/PDFPrimitivesTest.cpp',
124 '../tests/PackBitsTest.cpp', 125 '../tests/PackBitsTest.cpp',
125 '../tests/PaintTest.cpp', 126 '../tests/PaintTest.cpp',
126 '../tests/ParsePathTest.cpp', 127 '../tests/ParsePathTest.cpp',
127 '../tests/PathCoverageTest.cpp', 128 '../tests/PathCoverageTest.cpp',
128 '../tests/PathMeasureTest.cpp', 129 '../tests/PathMeasureTest.cpp',
129 '../tests/PathTest.cpp', 130 '../tests/PathTest.cpp',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 194
194 '../tests/PipeTest.cpp', 195 '../tests/PipeTest.cpp',
195 '../src/pipe/utils/SamplePipeControllers.cpp', 196 '../src/pipe/utils/SamplePipeControllers.cpp',
196 197
197 '../tests/TDStackNesterTest.cpp', 198 '../tests/TDStackNesterTest.cpp',
198 '../experimental/PdfViewer/src/SkTDStackNester.h', 199 '../experimental/PdfViewer/src/SkTDStackNester.h',
199 200
200 '../tools/sk_tool_utils.cpp', 201 '../tools/sk_tool_utils.cpp',
201 ], 202 ],
202 } 203 }
OLDNEW
« no previous file with comments | « gyp/gpu.gypi ('k') | src/gpu/gl/GrGLNameAllocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698