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

Side by Side Diff: gyp/tests.gypi

Issue 176903003: Add GrSet class built on top of RedBlackTree (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: GPU Support check Created 6 years, 9 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 | « gyp/gpu.gypi ('k') | src/gpu/GrOrderedSet.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 { 1 {
2 'include_dirs': [ 2 'include_dirs': [
3 '../src/core', 3 '../src/core',
4 '../src/effects', 4 '../src/effects',
5 '../src/image', 5 '../src/image',
6 '../src/lazy', 6 '../src/lazy',
7 '../src/images', 7 '../src/images',
8 '../src/pathops', 8 '../src/pathops',
9 '../src/pdf', 9 '../src/pdf',
10 '../src/pipe/utils', 10 '../src/pipe/utils',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 '../tests/GeometryTest.cpp', 81 '../tests/GeometryTest.cpp',
82 '../tests/GifTest.cpp', 82 '../tests/GifTest.cpp',
83 '../tests/GpuBitmapCopyTest.cpp', 83 '../tests/GpuBitmapCopyTest.cpp',
84 '../tests/GpuColorFilterTest.cpp', 84 '../tests/GpuColorFilterTest.cpp',
85 '../tests/GpuDrawPathTest.cpp', 85 '../tests/GpuDrawPathTest.cpp',
86 '../tests/GrBinHashKeyTest.cpp', 86 '../tests/GrBinHashKeyTest.cpp',
87 '../tests/GrContextFactoryTest.cpp', 87 '../tests/GrContextFactoryTest.cpp',
88 '../tests/GrDrawTargetTest.cpp', 88 '../tests/GrDrawTargetTest.cpp',
89 '../tests/GrMemoryPoolTest.cpp', 89 '../tests/GrMemoryPoolTest.cpp',
90 '../tests/GrRedBlackTreeTest.cpp', 90 '../tests/GrRedBlackTreeTest.cpp',
91 '../tests/GrOrderedSetTest.cpp',
91 '../tests/GrSurfaceTest.cpp', 92 '../tests/GrSurfaceTest.cpp',
92 '../tests/GrTBSearchTest.cpp', 93 '../tests/GrTBSearchTest.cpp',
93 '../tests/GradientTest.cpp', 94 '../tests/GradientTest.cpp',
94 '../tests/HashCacheTest.cpp', 95 '../tests/HashCacheTest.cpp',
95 '../tests/ImageCacheTest.cpp', 96 '../tests/ImageCacheTest.cpp',
96 '../tests/ImageDecodingTest.cpp', 97 '../tests/ImageDecodingTest.cpp',
97 '../tests/ImageFilterTest.cpp', 98 '../tests/ImageFilterTest.cpp',
98 '../tests/InfRectTest.cpp', 99 '../tests/InfRectTest.cpp',
99 '../tests/JpegTest.cpp', 100 '../tests/JpegTest.cpp',
100 '../tests/LListTest.cpp', 101 '../tests/LListTest.cpp',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 '../src/utils/debugger/SkObjectParser.h', 173 '../src/utils/debugger/SkObjectParser.h',
173 '../src/utils/debugger/SkObjectParser.cpp', 174 '../src/utils/debugger/SkObjectParser.cpp',
174 175
175 '../tests/PipeTest.cpp', 176 '../tests/PipeTest.cpp',
176 '../src/pipe/utils/SamplePipeControllers.cpp', 177 '../src/pipe/utils/SamplePipeControllers.cpp',
177 178
178 '../tests/TDStackNesterTest.cpp', 179 '../tests/TDStackNesterTest.cpp',
179 '../experimental/PdfViewer/src/SkTDStackNester.h', 180 '../experimental/PdfViewer/src/SkTDStackNester.h',
180 ], 181 ],
181 } 182 }
OLDNEW
« no previous file with comments | « gyp/gpu.gypi ('k') | src/gpu/GrOrderedSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698