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

Side by Side Diff: gyp/tests.gypi

Issue 183763035: remove SK_SUPPORT_DEEPCOPYTO_CONFIG code -- no longer used (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | include/core/SkBitmap.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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 '../tests/FlateTest.cpp', 73 '../tests/FlateTest.cpp',
74 '../tests/FontHostStreamTest.cpp', 74 '../tests/FontHostStreamTest.cpp',
75 '../tests/FontHostTest.cpp', 75 '../tests/FontHostTest.cpp',
76 '../tests/FontMgrTest.cpp', 76 '../tests/FontMgrTest.cpp',
77 '../tests/FontNamesTest.cpp', 77 '../tests/FontNamesTest.cpp',
78 '../tests/FrontBufferedStreamTest.cpp', 78 '../tests/FrontBufferedStreamTest.cpp',
79 '../tests/GLInterfaceValidationTest.cpp', 79 '../tests/GLInterfaceValidationTest.cpp',
80 '../tests/GLProgramsTest.cpp', 80 '../tests/GLProgramsTest.cpp',
81 '../tests/GeometryTest.cpp', 81 '../tests/GeometryTest.cpp',
82 '../tests/GifTest.cpp', 82 '../tests/GifTest.cpp',
83 '../tests/GpuBitmapCopyTest.cpp',
84 '../tests/GpuColorFilterTest.cpp', 83 '../tests/GpuColorFilterTest.cpp',
85 '../tests/GpuDrawPathTest.cpp', 84 '../tests/GpuDrawPathTest.cpp',
86 '../tests/GrBinHashKeyTest.cpp', 85 '../tests/GrBinHashKeyTest.cpp',
87 '../tests/GrContextFactoryTest.cpp', 86 '../tests/GrContextFactoryTest.cpp',
88 '../tests/GrDrawTargetTest.cpp', 87 '../tests/GrDrawTargetTest.cpp',
89 '../tests/GrMemoryPoolTest.cpp', 88 '../tests/GrMemoryPoolTest.cpp',
90 '../tests/GrRedBlackTreeTest.cpp', 89 '../tests/GrRedBlackTreeTest.cpp',
91 '../tests/GrOrderedSetTest.cpp', 90 '../tests/GrOrderedSetTest.cpp',
92 '../tests/GrSurfaceTest.cpp', 91 '../tests/GrSurfaceTest.cpp',
93 '../tests/GrTBSearchTest.cpp', 92 '../tests/GrTBSearchTest.cpp',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 '../src/utils/debugger/SkObjectParser.h', 172 '../src/utils/debugger/SkObjectParser.h',
174 '../src/utils/debugger/SkObjectParser.cpp', 173 '../src/utils/debugger/SkObjectParser.cpp',
175 174
176 '../tests/PipeTest.cpp', 175 '../tests/PipeTest.cpp',
177 '../src/pipe/utils/SamplePipeControllers.cpp', 176 '../src/pipe/utils/SamplePipeControllers.cpp',
178 177
179 '../tests/TDStackNesterTest.cpp', 178 '../tests/TDStackNesterTest.cpp',
180 '../experimental/PdfViewer/src/SkTDStackNester.h', 179 '../experimental/PdfViewer/src/SkTDStackNester.h',
181 ], 180 ],
182 } 181 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkBitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698