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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1651573002: add new tests (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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/dashing.cpp ('k') | samplecode/SampleMegaStroke.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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 '../samplecode/SampleHT.cpp', 78 '../samplecode/SampleHT.cpp',
79 '../samplecode/SampleIdentityScale.cpp', 79 '../samplecode/SampleIdentityScale.cpp',
80 '../samplecode/SampleLayerMask.cpp', 80 '../samplecode/SampleLayerMask.cpp',
81 '../samplecode/SampleLayers.cpp', 81 '../samplecode/SampleLayers.cpp',
82 '../samplecode/SampleLCD.cpp', 82 '../samplecode/SampleLCD.cpp',
83 '../samplecode/SampleLighting.cpp', 83 '../samplecode/SampleLighting.cpp',
84 '../samplecode/SampleLines.cpp', 84 '../samplecode/SampleLines.cpp',
85 '../samplecode/SampleLua.cpp', 85 '../samplecode/SampleLua.cpp',
86 '../samplecode/SampleManyRects.cpp', 86 '../samplecode/SampleManyRects.cpp',
87 '../samplecode/SampleMeasure.cpp', 87 '../samplecode/SampleMeasure.cpp',
88 '../samplecode/SampleMegaStroke.cpp',
88 '../samplecode/SamplePatch.cpp', 89 '../samplecode/SamplePatch.cpp',
89 '../samplecode/SamplePath.cpp', 90 '../samplecode/SamplePath.cpp',
90 '../samplecode/SamplePathClip.cpp', 91 '../samplecode/SamplePathClip.cpp',
91 '../samplecode/SamplePathFuzz.cpp', 92 '../samplecode/SamplePathFuzz.cpp',
92 '../samplecode/SamplePathEffects.cpp', 93 '../samplecode/SamplePathEffects.cpp',
93 '../samplecode/SamplePictFile.cpp', 94 '../samplecode/SamplePictFile.cpp',
94 '../samplecode/SamplePoints.cpp', 95 '../samplecode/SamplePoints.cpp',
95 '../samplecode/SamplePolyToPoly.cpp', 96 '../samplecode/SamplePolyToPoly.cpp',
96 '../samplecode/SampleQuadStroker.cpp', 97 '../samplecode/SampleQuadStroker.cpp',
97 '../samplecode/SampleRectanizer.cpp', 98 '../samplecode/SampleRectanizer.cpp',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 ], 265 ],
265 }], 266 }],
266 [ 'not skia_pdf', { 267 [ 'not skia_pdf', {
267 'dependencies!': [ 'pdf.gyp:pdf' ], 268 'dependencies!': [ 'pdf.gyp:pdf' ],
268 'dependencies': [ 'pdf.gyp:nopdf' ], 269 'dependencies': [ 'pdf.gyp:nopdf' ],
269 }], 270 }],
270 ], 271 ],
271 }, 272 },
272 ], 273 ],
273 } 274 }
OLDNEW
« no previous file with comments | « gm/dashing.cpp ('k') | samplecode/SampleMegaStroke.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698