OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |