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

Side by Side Diff: gyp/gmslides.gypi

Issue 617953002: Strip old backend recording down to essentials (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: debug-only 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/core.gypi ('k') | gyp/tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # include this gypi to include all the golden master slides. 1 # include this gypi to include all the golden master slides.
2 { 2 {
3 'include_dirs': [ 3 'include_dirs': [
4 '../gm', 4 '../gm',
5 # include dirs needed by particular GMs 5 # include dirs needed by particular GMs
6 '../src/utils/debugger', 6 '../src/utils/debugger',
7 '../src/images', 7 '../src/images',
8 '../src/lazy', 8 '../src/lazy',
9 ], 9 ],
10 'conditions': [ 10 'conditions': [
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 '../gm/matriximagefilter.cpp', 120 '../gm/matriximagefilter.cpp',
121 '../gm/megalooper.cpp', 121 '../gm/megalooper.cpp',
122 '../gm/mixedxfermodes.cpp', 122 '../gm/mixedxfermodes.cpp',
123 '../gm/modecolorfilters.cpp', 123 '../gm/modecolorfilters.cpp',
124 '../gm/morphology.cpp', 124 '../gm/morphology.cpp',
125 '../gm/multipicturedraw.cpp', 125 '../gm/multipicturedraw.cpp',
126 '../gm/nested.cpp', 126 '../gm/nested.cpp',
127 '../gm/ninepatchstretch.cpp', 127 '../gm/ninepatchstretch.cpp',
128 '../gm/nonclosedpaths.cpp', 128 '../gm/nonclosedpaths.cpp',
129 '../gm/offsetimagefilter.cpp', 129 '../gm/offsetimagefilter.cpp',
130 '../gm/optimizations.cpp',
131 '../gm/ovals.cpp', 130 '../gm/ovals.cpp',
132 '../gm/patch.cpp', 131 '../gm/patch.cpp',
133 '../gm/patchgrid.cpp', 132 '../gm/patchgrid.cpp',
134 '../gm/patheffects.cpp', 133 '../gm/patheffects.cpp',
135 '../gm/pathfill.cpp', 134 '../gm/pathfill.cpp',
136 '../gm/pathinterior.cpp', 135 '../gm/pathinterior.cpp',
137 '../gm/pathopsinverse.cpp', 136 '../gm/pathopsinverse.cpp',
138 '../gm/pathopsskpclip.cpp', 137 '../gm/pathopsskpclip.cpp',
139 '../gm/pathreverse.cpp', 138 '../gm/pathreverse.cpp',
140 '../gm/peekpixels.cpp', 139 '../gm/peekpixels.cpp',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 '../gm/shadertext2.cpp', 234 '../gm/shadertext2.cpp',
236 '../gm/shadertext3.cpp', 235 '../gm/shadertext3.cpp',
237 236
238 # TODO(reed): Allocates more memory than Android devices are capable of 237 # TODO(reed): Allocates more memory than Android devices are capable of
239 # fulfilling. See http://skbug.com/1978 238 # fulfilling. See http://skbug.com/1978
240 '../gm/verylargebitmap.cpp', 239 '../gm/verylargebitmap.cpp',
241 ], 240 ],
242 }], 241 }],
243 ], 242 ],
244 } 243 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | gyp/tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698