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

Side by Side Diff: gyp/tests.gypi

Issue 231853006: SkRecord: turn on cull annotation pass in public API. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase 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 | « gyp/record.gyp ('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',
12 '../src/utils', 13 '../src/utils',
13 '../src/utils/debugger', 14 '../src/utils/debugger',
14 '../tools/', 15 '../tools/',
15 16
16 # Needed for TDStackNesterTest. 17 # Needed for TDStackNesterTest.
17 '../experimental/PdfViewer', 18 '../experimental/PdfViewer',
18 '../experimental/PdfViewer/src', 19 '../experimental/PdfViewer/src',
19 ], 20 ],
20 'dependencies': [ 21 'dependencies': [
21 'skia_lib.gyp:skia_lib', 22 'skia_lib.gyp:skia_lib',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 188
188 '../tests/PipeTest.cpp', 189 '../tests/PipeTest.cpp',
189 '../src/pipe/utils/SamplePipeControllers.cpp', 190 '../src/pipe/utils/SamplePipeControllers.cpp',
190 191
191 '../tests/TDStackNesterTest.cpp', 192 '../tests/TDStackNesterTest.cpp',
192 '../experimental/PdfViewer/src/SkTDStackNester.h', 193 '../experimental/PdfViewer/src/SkTDStackNester.h',
193 194
194 '../tools/sk_tool_utils.cpp', 195 '../tools/sk_tool_utils.cpp',
195 ], 196 ],
196 } 197 }
OLDNEW
« no previous file with comments | « gyp/record.gyp ('k') | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698