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

Side by Side Diff: gyp/tests.gypi

Issue 331573004: Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: put back Created 6 years, 6 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/record.gypi ('k') | gyp/tools.gyp » ('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',
11 '../src/pipe/utils', 11 '../src/pipe/utils',
12 '../src/record',
13 '../src/utils', 12 '../src/utils',
14 '../src/utils/debugger', 13 '../src/utils/debugger',
15 '../tools/', 14 '../tools/',
16 15
17 # Needed for TDStackNesterTest. 16 # Needed for TDStackNesterTest.
18 '../experimental/PdfViewer', 17 '../experimental/PdfViewer',
19 '../experimental/PdfViewer/src', 18 '../experimental/PdfViewer/src',
20 ], 19 ],
21 'dependencies': [ 20 'dependencies': [
22 'skia_lib.gyp:skia_lib', 21 'skia_lib.gyp:skia_lib',
23 'experimental.gyp:experimental', 22 'experimental.gyp:experimental',
24 'flags.gyp:flags', 23 'flags.gyp:flags',
25 'pdf.gyp:pdf', 24 'pdf.gyp:pdf',
26 'tools.gyp:picture_utils', 25 'tools.gyp:picture_utils',
27 'record.gyp:record',
28 ], 26 ],
29 'sources': [ 27 'sources': [
30 '../tests/Test.cpp', 28 '../tests/Test.cpp',
31 '../tests/Test.h', 29 '../tests/Test.h',
32 30
33 '../tests/AAClipTest.cpp', 31 '../tests/AAClipTest.cpp',
34 '../tests/ARGBImageEncoderTest.cpp', 32 '../tests/ARGBImageEncoderTest.cpp',
35 '../tests/AndroidPaintTest.cpp', 33 '../tests/AndroidPaintTest.cpp',
36 '../tests/AnnotationTest.cpp', 34 '../tests/AnnotationTest.cpp',
37 '../tests/AsADashTest.cpp', 35 '../tests/AsADashTest.cpp',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 194
197 '../tests/PipeTest.cpp', 195 '../tests/PipeTest.cpp',
198 '../src/pipe/utils/SamplePipeControllers.cpp', 196 '../src/pipe/utils/SamplePipeControllers.cpp',
199 197
200 '../tests/TDStackNesterTest.cpp', 198 '../tests/TDStackNesterTest.cpp',
201 '../experimental/PdfViewer/src/SkTDStackNester.h', 199 '../experimental/PdfViewer/src/SkTDStackNester.h',
202 200
203 '../tools/sk_tool_utils.cpp', 201 '../tools/sk_tool_utils.cpp',
204 ], 202 ],
205 } 203 }
OLDNEW
« no previous file with comments | « gyp/record.gypi ('k') | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698