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

Side by Side Diff: gyp/gmslides.gypi

Issue 378503006: YUV to RGB converter (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Added test and fixed comments Created 6 years, 5 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 | « gm/yuvtorgbeffect.cpp ('k') | gyp/gpu.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 'sources': [ 10 'sources': [
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 '../gm/twopointradial.cpp', 175 '../gm/twopointradial.cpp',
176 '../gm/typeface.cpp', 176 '../gm/typeface.cpp',
177 '../gm/vertices.cpp', 177 '../gm/vertices.cpp',
178 '../gm/verttext.cpp', 178 '../gm/verttext.cpp',
179 '../gm/verttext2.cpp', 179 '../gm/verttext2.cpp',
180 '../gm/verylargebitmap.cpp', 180 '../gm/verylargebitmap.cpp',
181 '../gm/xfermodeimagefilter.cpp', 181 '../gm/xfermodeimagefilter.cpp',
182 '../gm/xfermodes.cpp', 182 '../gm/xfermodes.cpp',
183 '../gm/xfermodes2.cpp', 183 '../gm/xfermodes2.cpp',
184 '../gm/xfermodes3.cpp', 184 '../gm/xfermodes3.cpp',
185 '../gm/yuvtorgbeffect.cpp',
185 186
186 # Files needed by particular GMs 187 # Files needed by particular GMs
187 '../src/utils/debugger/SkDrawCommand.h', 188 '../src/utils/debugger/SkDrawCommand.h',
188 '../src/utils/debugger/SkDrawCommand.cpp', 189 '../src/utils/debugger/SkDrawCommand.cpp',
189 '../src/utils/debugger/SkDebugCanvas.h', 190 '../src/utils/debugger/SkDebugCanvas.h',
190 '../src/utils/debugger/SkDebugCanvas.cpp', 191 '../src/utils/debugger/SkDebugCanvas.cpp',
191 '../src/utils/debugger/SkObjectParser.h', 192 '../src/utils/debugger/SkObjectParser.h',
192 '../src/utils/debugger/SkObjectParser.cpp', 193 '../src/utils/debugger/SkObjectParser.cpp',
193 194
194 ], 195 ],
(...skipping 30 matching lines...) Expand all
225 # fulfilling. See http://skbug.com/1978 226 # fulfilling. See http://skbug.com/1978
226 '../gm/verylargebitmap.cpp', 227 '../gm/verylargebitmap.cpp',
227 ], 228 ],
228 229
229 'sources': [ 230 'sources': [
230 '../gm/androidfallback.cpp', 231 '../gm/androidfallback.cpp',
231 ], 232 ],
232 }], 233 }],
233 ], 234 ],
234 } 235 }
OLDNEW
« no previous file with comments | « gm/yuvtorgbeffect.cpp ('k') | gyp/gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698