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

Side by Side Diff: gyp/tests.gypi

Issue 212103010: Add asADash entry point into SkPathEffect to allow extracting Dash info from PathEffects (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Nits 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/core/SkPathEffect.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 16 matching lines...) Expand all
27 'record.gyp:record', 27 'record.gyp:record',
28 ], 28 ],
29 'sources': [ 29 'sources': [
30 '../tests/Test.cpp', 30 '../tests/Test.cpp',
31 '../tests/Test.h', 31 '../tests/Test.h',
32 32
33 '../tests/AAClipTest.cpp', 33 '../tests/AAClipTest.cpp',
34 '../tests/ARGBImageEncoderTest.cpp', 34 '../tests/ARGBImageEncoderTest.cpp',
35 '../tests/AndroidPaintTest.cpp', 35 '../tests/AndroidPaintTest.cpp',
36 '../tests/AnnotationTest.cpp', 36 '../tests/AnnotationTest.cpp',
37 '../tests/AsADashTest.cpp',
37 '../tests/AtomicTest.cpp', 38 '../tests/AtomicTest.cpp',
38 '../tests/BBoxHierarchyTest.cpp', 39 '../tests/BBoxHierarchyTest.cpp',
39 '../tests/BitSetTest.cpp', 40 '../tests/BitSetTest.cpp',
40 '../tests/BitmapCopyTest.cpp', 41 '../tests/BitmapCopyTest.cpp',
41 '../tests/BitmapGetColorTest.cpp', 42 '../tests/BitmapGetColorTest.cpp',
42 '../tests/BitmapHasherTest.cpp', 43 '../tests/BitmapHasherTest.cpp',
43 '../tests/BitmapHeapTest.cpp', 44 '../tests/BitmapHeapTest.cpp',
44 '../tests/BitmapTest.cpp', 45 '../tests/BitmapTest.cpp',
45 '../tests/BlendTest.cpp', 46 '../tests/BlendTest.cpp',
46 '../tests/BlitRowTest.cpp', 47 '../tests/BlitRowTest.cpp',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 190
190 '../tests/PipeTest.cpp', 191 '../tests/PipeTest.cpp',
191 '../src/pipe/utils/SamplePipeControllers.cpp', 192 '../src/pipe/utils/SamplePipeControllers.cpp',
192 193
193 '../tests/TDStackNesterTest.cpp', 194 '../tests/TDStackNesterTest.cpp',
194 '../experimental/PdfViewer/src/SkTDStackNester.h', 195 '../experimental/PdfViewer/src/SkTDStackNester.h',
195 196
196 '../tools/sk_tool_utils.cpp', 197 '../tools/sk_tool_utils.cpp',
197 ], 198 ],
198 } 199 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkPathEffect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698