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

Side by Side Diff: gyp/tests.gypi

Issue 359803003: 32 bpp floating point textures (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: feedback incorporated Created 6 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
« no previous file with comments | « no previous file | include/gpu/GrColor.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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 '../tests/DrawBitmapRectTest.cpp', 68 '../tests/DrawBitmapRectTest.cpp',
69 '../tests/DrawPathTest.cpp', 69 '../tests/DrawPathTest.cpp',
70 '../tests/DrawTextTest.cpp', 70 '../tests/DrawTextTest.cpp',
71 '../tests/DynamicHashTest.cpp', 71 '../tests/DynamicHashTest.cpp',
72 '../tests/EmptyPathTest.cpp', 72 '../tests/EmptyPathTest.cpp',
73 '../tests/ErrorTest.cpp', 73 '../tests/ErrorTest.cpp',
74 '../tests/FillPathTest.cpp', 74 '../tests/FillPathTest.cpp',
75 '../tests/FitsInTest.cpp', 75 '../tests/FitsInTest.cpp',
76 '../tests/FlatDataTest.cpp', 76 '../tests/FlatDataTest.cpp',
77 '../tests/FlateTest.cpp', 77 '../tests/FlateTest.cpp',
78 '../tests/FloatingPointTextureTest.cpp',
78 '../tests/FontHostStreamTest.cpp', 79 '../tests/FontHostStreamTest.cpp',
79 '../tests/FontHostTest.cpp', 80 '../tests/FontHostTest.cpp',
80 '../tests/FontMgrTest.cpp', 81 '../tests/FontMgrTest.cpp',
81 '../tests/FontNamesTest.cpp', 82 '../tests/FontNamesTest.cpp',
82 '../tests/FontObjTest.cpp', 83 '../tests/FontObjTest.cpp',
83 '../tests/FrontBufferedStreamTest.cpp', 84 '../tests/FrontBufferedStreamTest.cpp',
84 '../tests/GLInterfaceValidationTest.cpp', 85 '../tests/GLInterfaceValidationTest.cpp',
85 '../tests/GLProgramsTest.cpp', 86 '../tests/GLProgramsTest.cpp',
86 '../tests/GeometryTest.cpp', 87 '../tests/GeometryTest.cpp',
87 '../tests/GifTest.cpp', 88 '../tests/GifTest.cpp',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 '../src/utils/debugger/SkObjectParser.h', 196 '../src/utils/debugger/SkObjectParser.h',
196 '../src/utils/debugger/SkObjectParser.cpp', 197 '../src/utils/debugger/SkObjectParser.cpp',
197 198
198 '../tests/PipeTest.cpp', 199 '../tests/PipeTest.cpp',
199 '../src/pipe/utils/SamplePipeControllers.cpp', 200 '../src/pipe/utils/SamplePipeControllers.cpp',
200 201
201 '../tests/TDStackNesterTest.cpp', 202 '../tests/TDStackNesterTest.cpp',
202 '../experimental/PdfViewer/src/SkTDStackNester.h', 203 '../experimental/PdfViewer/src/SkTDStackNester.h',
203 ], 204 ],
204 } 205 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrColor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698