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

Side by Side Diff: gyp/SampleApp.gyp

Issue 912273003: update sampleapp for stroking experiment (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix another number truncation error Created 5 years, 10 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/pathfill.cpp ('k') | samplecode/SampleQuadStroker.cpp » ('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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 '../samplecode/SampleMeasure.cpp', 84 '../samplecode/SampleMeasure.cpp',
85 '../samplecode/SamplePatch.cpp', 85 '../samplecode/SamplePatch.cpp',
86 '../samplecode/SamplePath.cpp', 86 '../samplecode/SamplePath.cpp',
87 '../samplecode/SamplePathClip.cpp', 87 '../samplecode/SamplePathClip.cpp',
88 '../samplecode/SamplePathUtils.cpp', 88 '../samplecode/SamplePathUtils.cpp',
89 '../samplecode/SamplePathEffects.cpp', 89 '../samplecode/SamplePathEffects.cpp',
90 '../samplecode/SamplePicture.cpp', 90 '../samplecode/SamplePicture.cpp',
91 '../samplecode/SamplePictFile.cpp', 91 '../samplecode/SamplePictFile.cpp',
92 '../samplecode/SamplePoints.cpp', 92 '../samplecode/SamplePoints.cpp',
93 '../samplecode/SamplePolyToPoly.cpp', 93 '../samplecode/SamplePolyToPoly.cpp',
94 '../samplecode/SampleQuadStroker.cpp',
94 '../samplecode/SampleRectanizer.cpp', 95 '../samplecode/SampleRectanizer.cpp',
95 '../samplecode/SampleRegion.cpp', 96 '../samplecode/SampleRegion.cpp',
96 '../samplecode/SampleRepeatTile.cpp', 97 '../samplecode/SampleRepeatTile.cpp',
97 '../samplecode/SampleShaders.cpp', 98 '../samplecode/SampleShaders.cpp',
98 '../samplecode/SampleShaderText.cpp', 99 '../samplecode/SampleShaderText.cpp',
99 '../samplecode/SampleSkLayer.cpp', 100 '../samplecode/SampleSkLayer.cpp',
100 '../samplecode/SampleSlides.cpp', 101 '../samplecode/SampleSlides.cpp',
101 '../samplecode/SampleStringArt.cpp', 102 '../samplecode/SampleStringArt.cpp',
102 '../samplecode/SampleStrokePath.cpp', 103 '../samplecode/SampleStrokePath.cpp',
103 '../samplecode/SampleSubpixelTranslate.cpp', 104 '../samplecode/SampleSubpixelTranslate.cpp',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 }], 298 }],
298 ], 299 ],
299 'msvs_settings': { 300 'msvs_settings': {
300 'VCLinkerTool': { 301 'VCLinkerTool': {
301 'SubSystem': '2', 302 'SubSystem': '2',
302 }, 303 },
303 }, 304 },
304 }, 305 },
305 ], 306 ],
306 } 307 }
OLDNEW
« no previous file with comments | « gm/pathfill.cpp ('k') | samplecode/SampleQuadStroker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698