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

Side by Side Diff: gyp/tests.gypi

Issue 665203004: move c api into include (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 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/experimental.gyp ('k') | include/c/sk_surface.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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 '../tests/AtomicTest.cpp', 51 '../tests/AtomicTest.cpp',
52 '../tests/BitSetTest.cpp', 52 '../tests/BitSetTest.cpp',
53 '../tests/BitmapCopyTest.cpp', 53 '../tests/BitmapCopyTest.cpp',
54 '../tests/BitmapGetColorTest.cpp', 54 '../tests/BitmapGetColorTest.cpp',
55 '../tests/BitmapHasherTest.cpp', 55 '../tests/BitmapHasherTest.cpp',
56 '../tests/BitmapHeapTest.cpp', 56 '../tests/BitmapHeapTest.cpp',
57 '../tests/BitmapTest.cpp', 57 '../tests/BitmapTest.cpp',
58 '../tests/BlendTest.cpp', 58 '../tests/BlendTest.cpp',
59 '../tests/BlitRowTest.cpp', 59 '../tests/BlitRowTest.cpp',
60 '../tests/BlurTest.cpp', 60 '../tests/BlurTest.cpp',
61 '../tests/CTest.cpp',
61 '../tests/CachedDataTest.cpp', 62 '../tests/CachedDataTest.cpp',
62 '../tests/CachedDecodingPixelRefTest.cpp', 63 '../tests/CachedDecodingPixelRefTest.cpp',
63 '../tests/CanvasStateHelpers.cpp', 64 '../tests/CanvasStateHelpers.cpp',
64 '../tests/CanvasStateTest.cpp', 65 '../tests/CanvasStateTest.cpp',
65 '../tests/CanvasTest.cpp', 66 '../tests/CanvasTest.cpp',
66 '../tests/ChecksumTest.cpp', 67 '../tests/ChecksumTest.cpp',
67 '../tests/ClampRangeTest.cpp', 68 '../tests/ClampRangeTest.cpp',
68 '../tests/ClipCacheTest.cpp', 69 '../tests/ClipCacheTest.cpp',
69 '../tests/ClipCubicTest.cpp', 70 '../tests/ClipCubicTest.cpp',
70 '../tests/ClipStackTest.cpp', 71 '../tests/ClipStackTest.cpp',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 '../src/utils/debugger/SkObjectParser.h', 222 '../src/utils/debugger/SkObjectParser.h',
222 '../src/utils/debugger/SkObjectParser.cpp', 223 '../src/utils/debugger/SkObjectParser.cpp',
223 224
224 '../tests/PipeTest.cpp', 225 '../tests/PipeTest.cpp',
225 '../src/pipe/utils/SamplePipeControllers.cpp', 226 '../src/pipe/utils/SamplePipeControllers.cpp',
226 227
227 '../tests/TDStackNesterTest.cpp', 228 '../tests/TDStackNesterTest.cpp',
228 '../experimental/PdfViewer/src/SkTDStackNester.h', 229 '../experimental/PdfViewer/src/SkTDStackNester.h',
229 ], 230 ],
230 } 231 }
OLDNEW
« no previous file with comments | « gyp/experimental.gyp ('k') | include/c/sk_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698