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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |