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

Side by Side Diff: gyp/tests.gypi

Issue 233673002: Create SkLayerRasterizer w/o destroying Builder. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Better comments. New function is now const, and has a better name. Created 6 years, 8 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/effects/SkLayerRasterizer.h » ('j') | include/effects/SkLayerRasterizer.h » ('J')
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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 '../tests/GrTBSearchTest.cpp', 95 '../tests/GrTBSearchTest.cpp',
96 '../tests/GradientTest.cpp', 96 '../tests/GradientTest.cpp',
97 '../tests/HashCacheTest.cpp', 97 '../tests/HashCacheTest.cpp',
98 '../tests/ImageCacheTest.cpp', 98 '../tests/ImageCacheTest.cpp',
99 '../tests/ImageDecodingTest.cpp', 99 '../tests/ImageDecodingTest.cpp',
100 '../tests/ImageFilterTest.cpp', 100 '../tests/ImageFilterTest.cpp',
101 '../tests/InfRectTest.cpp', 101 '../tests/InfRectTest.cpp',
102 '../tests/JpegTest.cpp', 102 '../tests/JpegTest.cpp',
103 '../tests/LListTest.cpp', 103 '../tests/LListTest.cpp',
104 '../tests/LayerDrawLooperTest.cpp', 104 '../tests/LayerDrawLooperTest.cpp',
105 '../tests/LayerRasterizerTest.cpp',
105 '../tests/MD5Test.cpp', 106 '../tests/MD5Test.cpp',
106 '../tests/MallocPixelRefTest.cpp', 107 '../tests/MallocPixelRefTest.cpp',
107 '../tests/MathTest.cpp', 108 '../tests/MathTest.cpp',
108 '../tests/Matrix44Test.cpp', 109 '../tests/Matrix44Test.cpp',
109 '../tests/MatrixClipCollapseTest.cpp', 110 '../tests/MatrixClipCollapseTest.cpp',
110 '../tests/MatrixTest.cpp', 111 '../tests/MatrixTest.cpp',
111 '../tests/MemoryTest.cpp', 112 '../tests/MemoryTest.cpp',
112 '../tests/MemsetTest.cpp', 113 '../tests/MemsetTest.cpp',
113 '../tests/MessageBusTest.cpp', 114 '../tests/MessageBusTest.cpp',
114 '../tests/MetaDataTest.cpp', 115 '../tests/MetaDataTest.cpp',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 186
186 '../tests/PipeTest.cpp', 187 '../tests/PipeTest.cpp',
187 '../src/pipe/utils/SamplePipeControllers.cpp', 188 '../src/pipe/utils/SamplePipeControllers.cpp',
188 189
189 '../tests/TDStackNesterTest.cpp', 190 '../tests/TDStackNesterTest.cpp',
190 '../experimental/PdfViewer/src/SkTDStackNester.h', 191 '../experimental/PdfViewer/src/SkTDStackNester.h',
191 192
192 '../tools/sk_tool_utils.cpp', 193 '../tools/sk_tool_utils.cpp',
193 ], 194 ],
194 } 195 }
OLDNEW
« no previous file with comments | « no previous file | include/effects/SkLayerRasterizer.h » ('j') | include/effects/SkLayerRasterizer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698