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

Side by Side Diff: gyp/SampleApp.gyp

Issue 2060903002: Add SampleApp that shows problems in stroking (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Run clang-format on SamplePathOverstroke.cpp Created 4 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 | samplecode/SamplePathOverstroke.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 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # 5 #
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'SampleApp', 9 'target_name': 'SampleApp',
10 'type': 'executable', 10 'type': 'executable',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 '../samplecode/SampleLitAtlas.cpp', 87 '../samplecode/SampleLitAtlas.cpp',
88 '../samplecode/SampleLua.cpp', 88 '../samplecode/SampleLua.cpp',
89 '../samplecode/SampleManyRects.cpp', 89 '../samplecode/SampleManyRects.cpp',
90 '../samplecode/SampleMeasure.cpp', 90 '../samplecode/SampleMeasure.cpp',
91 '../samplecode/SampleMegaStroke.cpp', 91 '../samplecode/SampleMegaStroke.cpp',
92 '../samplecode/SamplePatch.cpp', 92 '../samplecode/SamplePatch.cpp',
93 '../samplecode/SamplePath.cpp', 93 '../samplecode/SamplePath.cpp',
94 '../samplecode/SamplePathClip.cpp', 94 '../samplecode/SamplePathClip.cpp',
95 '../samplecode/SamplePathFuzz.cpp', 95 '../samplecode/SamplePathFuzz.cpp',
96 '../samplecode/SamplePathEffects.cpp', 96 '../samplecode/SamplePathEffects.cpp',
97 '../samplecode/SamplePathOverstroke.cpp',
97 '../samplecode/SamplePictFile.cpp', 98 '../samplecode/SamplePictFile.cpp',
98 '../samplecode/SamplePoints.cpp', 99 '../samplecode/SamplePoints.cpp',
99 '../samplecode/SamplePolyToPoly.cpp', 100 '../samplecode/SamplePolyToPoly.cpp',
100 '../samplecode/SampleQuadStroker.cpp', 101 '../samplecode/SampleQuadStroker.cpp',
101 '../samplecode/SampleRectanizer.cpp', 102 '../samplecode/SampleRectanizer.cpp',
102 '../samplecode/SampleRegion.cpp', 103 '../samplecode/SampleRegion.cpp',
103 '../samplecode/SampleRepeatTile.cpp', 104 '../samplecode/SampleRepeatTile.cpp',
104 '../samplecode/SampleShaders.cpp', 105 '../samplecode/SampleShaders.cpp',
105 '../samplecode/SampleShaderText.cpp', 106 '../samplecode/SampleShaderText.cpp',
106 '../samplecode/SampleShip.cpp', 107 '../samplecode/SampleShip.cpp',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 ], 258 ],
258 }], 259 }],
259 [ 'not skia_pdf', { 260 [ 'not skia_pdf', {
260 'dependencies!': [ 'pdf.gyp:pdf' ], 261 'dependencies!': [ 'pdf.gyp:pdf' ],
261 'dependencies': [ 'pdf.gyp:nopdf' ], 262 'dependencies': [ 'pdf.gyp:nopdf' ],
262 }], 263 }],
263 ], 264 ],
264 }, 265 },
265 ], 266 ],
266 } 267 }
OLDNEW
« no previous file with comments | « no previous file | samplecode/SamplePathOverstroke.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698