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

Side by Side Diff: gyp/gmslides.gypi

Issue 340403003: SaveFlags be-gone (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: One more baseurl attempt 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/canvasstate.cpp ('k') | include/core/SkCanvas.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 'sources': [ 10 'sources': [
(...skipping 18 matching lines...) Expand all
29 '../gm/bitmaprecttest.cpp', 29 '../gm/bitmaprecttest.cpp',
30 '../gm/bitmapscroll.cpp', 30 '../gm/bitmapscroll.cpp',
31 '../gm/bitmapshader.cpp', 31 '../gm/bitmapshader.cpp',
32 '../gm/bitmapsource.cpp', 32 '../gm/bitmapsource.cpp',
33 '../gm/bleed.cpp', 33 '../gm/bleed.cpp',
34 '../gm/blurcircles.cpp', 34 '../gm/blurcircles.cpp',
35 '../gm/blurs.cpp', 35 '../gm/blurs.cpp',
36 '../gm/blurquickreject.cpp', 36 '../gm/blurquickreject.cpp',
37 '../gm/blurrect.cpp', 37 '../gm/blurrect.cpp',
38 '../gm/blurroundrect.cpp', 38 '../gm/blurroundrect.cpp',
39 '../gm/canvasstate.cpp',
40 '../gm/circles.cpp', 39 '../gm/circles.cpp',
41 '../gm/circularclips.cpp', 40 '../gm/circularclips.cpp',
42 '../gm/clippedbitmapshaders.cpp', 41 '../gm/clippedbitmapshaders.cpp',
43 '../gm/coloremoji.cpp', 42 '../gm/coloremoji.cpp',
44 '../gm/colorfilterimagefilter.cpp', 43 '../gm/colorfilterimagefilter.cpp',
45 '../gm/colorfilters.cpp', 44 '../gm/colorfilters.cpp',
46 '../gm/colormatrix.cpp', 45 '../gm/colormatrix.cpp',
47 '../gm/colortype.cpp', 46 '../gm/colortype.cpp',
48 '../gm/complexclip.cpp', 47 '../gm/complexclip.cpp',
49 '../gm/complexclip2.cpp', 48 '../gm/complexclip2.cpp',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 # fulfilling. See http://skbug.com/1978 225 # fulfilling. See http://skbug.com/1978
227 '../gm/verylargebitmap.cpp', 226 '../gm/verylargebitmap.cpp',
228 ], 227 ],
229 228
230 'sources': [ 229 'sources': [
231 '../gm/androidfallback.cpp', 230 '../gm/androidfallback.cpp',
232 ], 231 ],
233 }], 232 }],
234 ], 233 ],
235 } 234 }
OLDNEW
« no previous file with comments | « gm/canvasstate.cpp ('k') | include/core/SkCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698