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

Side by Side Diff: gyp/gmslides.gypi

Issue 12466008: PDF: add support for named destinations (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « gm/internal_links.cpp ('k') | include/core/SkAnnotation.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 'sources': [ 3 'sources': [
4 '../gm/aaclip.cpp', 4 '../gm/aaclip.cpp',
5 '../gm/aarectmodes.cpp', 5 '../gm/aarectmodes.cpp',
6 '../gm/arithmode.cpp', 6 '../gm/arithmode.cpp',
7 '../gm/bicubicfilter.cpp', 7 '../gm/bicubicfilter.cpp',
8 '../gm/bigmatrix.cpp', 8 '../gm/bigmatrix.cpp',
9 '../gm/bitmapcopy.cpp', 9 '../gm/bitmapcopy.cpp',
10 '../gm/bitmapmatrix.cpp', 10 '../gm/bitmapmatrix.cpp',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 '../gm/gradients.cpp', 43 '../gm/gradients.cpp',
44 '../gm/gradtext.cpp', 44 '../gm/gradtext.cpp',
45 '../gm/hairmodes.cpp', 45 '../gm/hairmodes.cpp',
46 '../gm/hittestpath.cpp', 46 '../gm/hittestpath.cpp',
47 '../gm/imageblur.cpp', 47 '../gm/imageblur.cpp',
48 '../gm/imagemagnifier.cpp', 48 '../gm/imagemagnifier.cpp',
49 '../gm/lighting.cpp', 49 '../gm/lighting.cpp',
50 '../gm/image.cpp', 50 '../gm/image.cpp',
51 '../gm/imagefiltersbase.cpp', 51 '../gm/imagefiltersbase.cpp',
52 '../gm/imagefiltersgraph.cpp', 52 '../gm/imagefiltersgraph.cpp',
53 '../gm/internal_links.cpp',
53 '../gm/lcdtext.cpp', 54 '../gm/lcdtext.cpp',
54 '../gm/linepaths.cpp', 55 '../gm/linepaths.cpp',
55 '../gm/matrixconvolution.cpp', 56 '../gm/matrixconvolution.cpp',
56 '../gm/modecolorfilters.cpp', 57 '../gm/modecolorfilters.cpp',
57 '../gm/morphology.cpp', 58 '../gm/morphology.cpp',
58 '../gm/ninepatchstretch.cpp', 59 '../gm/ninepatchstretch.cpp',
59 '../gm/nocolorbleed.cpp', 60 '../gm/nocolorbleed.cpp',
60 '../gm/patheffects.cpp', 61 '../gm/patheffects.cpp',
61 '../gm/pathfill.cpp', 62 '../gm/pathfill.cpp',
62 '../gm/pathinterior.cpp', 63 '../gm/pathinterior.cpp',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 '../gm/verylargebitmap.cpp', 95 '../gm/verylargebitmap.cpp',
95 '../gm/xfermodes.cpp', 96 '../gm/xfermodes.cpp',
96 ], 97 ],
97 } 98 }
98 99
99 # Local Variables: 100 # Local Variables:
100 # tab-width:2 101 # tab-width:2
101 # indent-tabs-mode:nil 102 # indent-tabs-mode:nil
102 # End: 103 # End:
103 # vim: set expandtab tabstop=2 shiftwidth=2: 104 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/internal_links.cpp ('k') | include/core/SkAnnotation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698