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

Side by Side Diff: gyp/SampleApp.gyp

Issue 23609037: Add string art GM and sample. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fixes for nits Created 7 years, 3 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/stringart.cpp ('k') | gyp/gmslides.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 { 1 {
2 'variables': { 2 'variables': {
3 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp 3 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp
4 'sample_pdf_file_viewer%': 0, 4 'sample_pdf_file_viewer%': 0,
5 }, 5 },
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'SampleApp', 8 'target_name': 'SampleApp',
9 'type': 'executable', 9 'type': 'executable',
10 'mac_bundle' : 1, 10 'mac_bundle' : 1,
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 '../samplecode/SamplePictFile.cpp', 95 '../samplecode/SamplePictFile.cpp',
96 '../samplecode/SamplePoints.cpp', 96 '../samplecode/SamplePoints.cpp',
97 '../samplecode/SamplePolyToPoly.cpp', 97 '../samplecode/SamplePolyToPoly.cpp',
98 '../samplecode/SampleRegion.cpp', 98 '../samplecode/SampleRegion.cpp',
99 '../samplecode/SampleRepeatTile.cpp', 99 '../samplecode/SampleRepeatTile.cpp',
100 '../samplecode/SampleRotateCircles.cpp', 100 '../samplecode/SampleRotateCircles.cpp',
101 '../samplecode/SampleShaders.cpp', 101 '../samplecode/SampleShaders.cpp',
102 '../samplecode/SampleShaderText.cpp', 102 '../samplecode/SampleShaderText.cpp',
103 '../samplecode/SampleSkLayer.cpp', 103 '../samplecode/SampleSkLayer.cpp',
104 '../samplecode/SampleSlides.cpp', 104 '../samplecode/SampleSlides.cpp',
105 '../samplecode/SampleStringArt.cpp',
105 '../samplecode/SampleStrokePath.cpp', 106 '../samplecode/SampleStrokePath.cpp',
106 '../samplecode/SampleTests.cpp', 107 '../samplecode/SampleTests.cpp',
107 '../samplecode/SampleText.cpp', 108 '../samplecode/SampleText.cpp',
108 '../samplecode/SampleTextAlpha.cpp', 109 '../samplecode/SampleTextAlpha.cpp',
109 '../samplecode/SampleTextBox.cpp', 110 '../samplecode/SampleTextBox.cpp',
110 '../samplecode/SampleTextOnPath.cpp', 111 '../samplecode/SampleTextOnPath.cpp',
111 '../samplecode/SampleTextureDomain.cpp', 112 '../samplecode/SampleTextureDomain.cpp',
112 '../samplecode/SampleTiling.cpp', 113 '../samplecode/SampleTiling.cpp',
113 '../samplecode/SampleTinyBitmap.cpp', 114 '../samplecode/SampleTinyBitmap.cpp',
114 '../samplecode/SampleUnitMapper.cpp', 115 '../samplecode/SampleUnitMapper.cpp',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 }, 318 },
318 }, 319 },
319 ], 320 ],
320 } 321 }
321 322
322 # Local Variables: 323 # Local Variables:
323 # tab-width:2 324 # tab-width:2
324 # indent-tabs-mode:nil 325 # indent-tabs-mode:nil
325 # End: 326 # End:
326 # vim: set expandtab tabstop=2 shiftwidth=2: 327 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/stringart.cpp ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698