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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1359033005: Add ship sample (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address Win compile warnings Created 5 years, 2 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/SampleShip.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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 '../samplecode/SamplePathEffects.cpp', 91 '../samplecode/SamplePathEffects.cpp',
92 '../samplecode/SamplePictFile.cpp', 92 '../samplecode/SamplePictFile.cpp',
93 '../samplecode/SamplePoints.cpp', 93 '../samplecode/SamplePoints.cpp',
94 '../samplecode/SamplePolyToPoly.cpp', 94 '../samplecode/SamplePolyToPoly.cpp',
95 '../samplecode/SampleQuadStroker.cpp', 95 '../samplecode/SampleQuadStroker.cpp',
96 '../samplecode/SampleRectanizer.cpp', 96 '../samplecode/SampleRectanizer.cpp',
97 '../samplecode/SampleRegion.cpp', 97 '../samplecode/SampleRegion.cpp',
98 '../samplecode/SampleRepeatTile.cpp', 98 '../samplecode/SampleRepeatTile.cpp',
99 '../samplecode/SampleShaders.cpp', 99 '../samplecode/SampleShaders.cpp',
100 '../samplecode/SampleShaderText.cpp', 100 '../samplecode/SampleShaderText.cpp',
101 '../samplecode/SampleShip.cpp',
101 '../samplecode/SampleSkLayer.cpp', 102 '../samplecode/SampleSkLayer.cpp',
102 '../samplecode/SampleSlides.cpp', 103 '../samplecode/SampleSlides.cpp',
103 '../samplecode/SampleStringArt.cpp', 104 '../samplecode/SampleStringArt.cpp',
104 '../samplecode/SampleStrokePath.cpp', 105 '../samplecode/SampleStrokePath.cpp',
105 '../samplecode/SampleSubpixelTranslate.cpp', 106 '../samplecode/SampleSubpixelTranslate.cpp',
106 '../samplecode/SampleText.cpp', 107 '../samplecode/SampleText.cpp',
107 '../samplecode/SampleTextAlpha.cpp', 108 '../samplecode/SampleTextAlpha.cpp',
108 '../samplecode/SampleTextBox.cpp', 109 '../samplecode/SampleTextBox.cpp',
109 '../samplecode/SampleTextOnPath.cpp', 110 '../samplecode/SampleTextOnPath.cpp',
110 '../samplecode/SampleTextureDomain.cpp', 111 '../samplecode/SampleTextureDomain.cpp',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 ], 260 ],
260 }], 261 }],
261 [ 'not skia_pdf', { 262 [ 'not skia_pdf', {
262 'dependencies!': [ 'pdf.gyp:pdf' ], 263 'dependencies!': [ 'pdf.gyp:pdf' ],
263 'dependencies': [ 'pdf.gyp:nopdf' ], 264 'dependencies': [ 'pdf.gyp:nopdf' ],
264 }], 265 }],
265 ], 266 ],
266 }, 267 },
267 ], 268 ],
268 } 269 }
OLDNEW
« no previous file with comments | « no previous file | samplecode/SampleShip.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698