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

Side by Side Diff: gyp/gmslides.gypi

Issue 580863004: Adding 3D lut color filter (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Update to ToT 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/effects.gypi ('k') | include/effects/SkColorCubeFilter.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 # 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 24 matching lines...) Expand all
35 '../gm/bleed.cpp', 35 '../gm/bleed.cpp',
36 '../gm/blurcircles.cpp', 36 '../gm/blurcircles.cpp',
37 '../gm/blurs.cpp', 37 '../gm/blurs.cpp',
38 '../gm/blurquickreject.cpp', 38 '../gm/blurquickreject.cpp',
39 '../gm/blurrect.cpp', 39 '../gm/blurrect.cpp',
40 '../gm/blurroundrect.cpp', 40 '../gm/blurroundrect.cpp',
41 '../gm/circles.cpp', 41 '../gm/circles.cpp',
42 '../gm/circularclips.cpp', 42 '../gm/circularclips.cpp',
43 '../gm/clip_strokerect.cpp', 43 '../gm/clip_strokerect.cpp',
44 '../gm/clippedbitmapshaders.cpp', 44 '../gm/clippedbitmapshaders.cpp',
45 '../gm/colorcube.cpp',
45 '../gm/coloremoji.cpp', 46 '../gm/coloremoji.cpp',
46 '../gm/colorfilterimagefilter.cpp', 47 '../gm/colorfilterimagefilter.cpp',
47 '../gm/colorfilters.cpp', 48 '../gm/colorfilters.cpp',
48 '../gm/colormatrix.cpp', 49 '../gm/colormatrix.cpp',
49 '../gm/colortype.cpp', 50 '../gm/colortype.cpp',
50 '../gm/complexclip.cpp', 51 '../gm/complexclip.cpp',
51 '../gm/complexclip2.cpp', 52 '../gm/complexclip2.cpp',
52 '../gm/composeshader.cpp', 53 '../gm/composeshader.cpp',
53 #'../gm/conicpaths.cpp', 54 #'../gm/conicpaths.cpp',
54 '../gm/convexpaths.cpp', 55 '../gm/convexpaths.cpp',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 '../gm/shadertext2.cpp', 235 '../gm/shadertext2.cpp',
235 '../gm/shadertext3.cpp', 236 '../gm/shadertext3.cpp',
236 237
237 # TODO(reed): Allocates more memory than Android devices are capable of 238 # TODO(reed): Allocates more memory than Android devices are capable of
238 # fulfilling. See http://skbug.com/1978 239 # fulfilling. See http://skbug.com/1978
239 '../gm/verylargebitmap.cpp', 240 '../gm/verylargebitmap.cpp',
240 ], 241 ],
241 }], 242 }],
242 ], 243 ],
243 } 244 }
OLDNEW
« no previous file with comments | « gyp/effects.gypi ('k') | include/effects/SkColorCubeFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698