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

Side by Side Diff: gyp/SampleApp.gyp

Issue 953383002: fuzzer fixes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix up width and height in initializer Created 5 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
« no previous file with comments | « gm/strokes.cpp ('k') | include/core/SkPath.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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 '../samplecode/SampleLayerMask.cpp', 79 '../samplecode/SampleLayerMask.cpp',
80 '../samplecode/SampleLayers.cpp', 80 '../samplecode/SampleLayers.cpp',
81 '../samplecode/SampleLCD.cpp', 81 '../samplecode/SampleLCD.cpp',
82 '../samplecode/SampleLines.cpp', 82 '../samplecode/SampleLines.cpp',
83 '../samplecode/SampleLua.cpp', 83 '../samplecode/SampleLua.cpp',
84 '../samplecode/SampleManyRects.cpp', 84 '../samplecode/SampleManyRects.cpp',
85 '../samplecode/SampleMeasure.cpp', 85 '../samplecode/SampleMeasure.cpp',
86 '../samplecode/SamplePatch.cpp', 86 '../samplecode/SamplePatch.cpp',
87 '../samplecode/SamplePath.cpp', 87 '../samplecode/SamplePath.cpp',
88 '../samplecode/SamplePathClip.cpp', 88 '../samplecode/SamplePathClip.cpp',
89 '../samplecode/SamplePathFuzz.cpp',
89 '../samplecode/SamplePathUtils.cpp', 90 '../samplecode/SamplePathUtils.cpp',
90 '../samplecode/SamplePathEffects.cpp', 91 '../samplecode/SamplePathEffects.cpp',
91 '../samplecode/SamplePicture.cpp', 92 '../samplecode/SamplePicture.cpp',
92 '../samplecode/SamplePictFile.cpp', 93 '../samplecode/SamplePictFile.cpp',
93 '../samplecode/SamplePoints.cpp', 94 '../samplecode/SamplePoints.cpp',
94 '../samplecode/SamplePolyToPoly.cpp', 95 '../samplecode/SamplePolyToPoly.cpp',
95 '../samplecode/SampleQuadStroker.cpp', 96 '../samplecode/SampleQuadStroker.cpp',
96 '../samplecode/SampleRectanizer.cpp', 97 '../samplecode/SampleRectanizer.cpp',
97 '../samplecode/SampleRegion.cpp', 98 '../samplecode/SampleRegion.cpp',
98 '../samplecode/SampleRepeatTile.cpp', 99 '../samplecode/SampleRepeatTile.cpp',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 }], 300 }],
300 ], 301 ],
301 'msvs_settings': { 302 'msvs_settings': {
302 'VCLinkerTool': { 303 'VCLinkerTool': {
303 'SubSystem': '2', 304 'SubSystem': '2',
304 }, 305 },
305 }, 306 },
306 }, 307 },
307 ], 308 ],
308 } 309 }
OLDNEW
« no previous file with comments | « gm/strokes.cpp ('k') | include/core/SkPath.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698