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

Side by Side Diff: gyp/SampleApp.gyp

Issue 303263005: Add Sample slide for Rectanizers (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: comment change Created 6 years, 6 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 | « no previous file | include/gpu/GrPoint.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 # 1 #
2 { 2 {
3 'variables': { 3 'variables': {
4 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp 4 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp
5 'sample_pdf_file_viewer%': 0, 5 'sample_pdf_file_viewer%': 0,
6 }, 6 },
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'SampleApp', 9 'target_name': 'SampleApp',
10 'type': 'executable', 10 'type': 'executable',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 '../samplecode/SampleOvalTest.cpp', 83 '../samplecode/SampleOvalTest.cpp',
84 '../samplecode/SamplePatch.cpp', 84 '../samplecode/SamplePatch.cpp',
85 '../samplecode/SamplePath.cpp', 85 '../samplecode/SamplePath.cpp',
86 '../samplecode/SamplePathClip.cpp', 86 '../samplecode/SamplePathClip.cpp',
87 '../samplecode/SamplePathUtils.cpp', 87 '../samplecode/SamplePathUtils.cpp',
88 '../samplecode/SamplePathEffects.cpp', 88 '../samplecode/SamplePathEffects.cpp',
89 '../samplecode/SamplePicture.cpp', 89 '../samplecode/SamplePicture.cpp',
90 '../samplecode/SamplePictFile.cpp', 90 '../samplecode/SamplePictFile.cpp',
91 '../samplecode/SamplePoints.cpp', 91 '../samplecode/SamplePoints.cpp',
92 '../samplecode/SamplePolyToPoly.cpp', 92 '../samplecode/SamplePolyToPoly.cpp',
93 '../samplecode/SampleRectanizer.cpp',
93 '../samplecode/SampleRegion.cpp', 94 '../samplecode/SampleRegion.cpp',
94 '../samplecode/SampleRepeatTile.cpp', 95 '../samplecode/SampleRepeatTile.cpp',
95 '../samplecode/SampleRotateCircles.cpp', 96 '../samplecode/SampleRotateCircles.cpp',
96 '../samplecode/SampleShaders.cpp', 97 '../samplecode/SampleShaders.cpp',
97 '../samplecode/SampleShaderText.cpp', 98 '../samplecode/SampleShaderText.cpp',
98 '../samplecode/SampleSkLayer.cpp', 99 '../samplecode/SampleSkLayer.cpp',
99 '../samplecode/SampleSlides.cpp', 100 '../samplecode/SampleSlides.cpp',
100 '../samplecode/SampleStringArt.cpp', 101 '../samplecode/SampleStringArt.cpp',
101 '../samplecode/SampleStrokePath.cpp', 102 '../samplecode/SampleStrokePath.cpp',
102 '../samplecode/SampleSubpixelTranslate.cpp', 103 '../samplecode/SampleSubpixelTranslate.cpp',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 }], 295 }],
295 ], 296 ],
296 'msvs_settings': { 297 'msvs_settings': {
297 'VCLinkerTool': { 298 'VCLinkerTool': {
298 'SubSystem': '2', 299 'SubSystem': '2',
299 }, 300 },
300 }, 301 },
301 }, 302 },
302 ], 303 ],
303 } 304 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698