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

Side by Side Diff: gyp/tests.gypi

Issue 327403002: Cleanup: Delete sk_tools::make_filepath() in favor of SkOSPath::SkPathJoin(). (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fixes 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
« no previous file with comments | « no previous file | tests/PictureUtilsTest.cpp » ('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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 '../tests/PackBitsTest.cpp', 127 '../tests/PackBitsTest.cpp',
128 '../tests/PaintTest.cpp', 128 '../tests/PaintTest.cpp',
129 '../tests/ParsePathTest.cpp', 129 '../tests/ParsePathTest.cpp',
130 '../tests/PathCoverageTest.cpp', 130 '../tests/PathCoverageTest.cpp',
131 '../tests/PathMeasureTest.cpp', 131 '../tests/PathMeasureTest.cpp',
132 '../tests/PathTest.cpp', 132 '../tests/PathTest.cpp',
133 '../tests/PathUtilsTest.cpp', 133 '../tests/PathUtilsTest.cpp',
134 '../tests/PictureTest.cpp', 134 '../tests/PictureTest.cpp',
135 '../tests/PictureShaderTest.cpp', 135 '../tests/PictureShaderTest.cpp',
136 '../tests/PictureStateTreeTest.cpp', 136 '../tests/PictureStateTreeTest.cpp',
137 '../tests/PictureUtilsTest.cpp',
138 '../tests/PixelRefTest.cpp', 137 '../tests/PixelRefTest.cpp',
139 '../tests/PointTest.cpp', 138 '../tests/PointTest.cpp',
140 '../tests/PremulAlphaRoundTripTest.cpp', 139 '../tests/PremulAlphaRoundTripTest.cpp',
141 '../tests/QuickRejectTest.cpp', 140 '../tests/QuickRejectTest.cpp',
142 '../tests/RTreeTest.cpp', 141 '../tests/RTreeTest.cpp',
143 '../tests/RandomTest.cpp', 142 '../tests/RandomTest.cpp',
144 '../tests/ReadPixelsTest.cpp', 143 '../tests/ReadPixelsTest.cpp',
145 '../tests/ReadWriteAlphaTest.cpp', 144 '../tests/ReadWriteAlphaTest.cpp',
146 '../tests/Reader32Test.cpp', 145 '../tests/Reader32Test.cpp',
147 '../tests/RecordDrawTest.cpp', 146 '../tests/RecordDrawTest.cpp',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 196
198 '../tests/PipeTest.cpp', 197 '../tests/PipeTest.cpp',
199 '../src/pipe/utils/SamplePipeControllers.cpp', 198 '../src/pipe/utils/SamplePipeControllers.cpp',
200 199
201 '../tests/TDStackNesterTest.cpp', 200 '../tests/TDStackNesterTest.cpp',
202 '../experimental/PdfViewer/src/SkTDStackNester.h', 201 '../experimental/PdfViewer/src/SkTDStackNester.h',
203 202
204 '../tools/sk_tool_utils.cpp', 203 '../tools/sk_tool_utils.cpp',
205 ], 204 ],
206 } 205 }
OLDNEW
« no previous file with comments | « no previous file | tests/PictureUtilsTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698