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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 '../samplecode/SampleBigBlur.cpp', | 48 '../samplecode/SampleBigBlur.cpp', |
49 '../samplecode/SampleBigGradient.cpp', | 49 '../samplecode/SampleBigGradient.cpp', |
50 '../samplecode/SampleBitmapRect.cpp', | 50 '../samplecode/SampleBitmapRect.cpp', |
51 '../samplecode/SampleBlur.cpp', | 51 '../samplecode/SampleBlur.cpp', |
52 '../samplecode/SampleCamera.cpp', | 52 '../samplecode/SampleCamera.cpp', |
53 '../samplecode/SampleChart.cpp', | 53 '../samplecode/SampleChart.cpp', |
54 '../samplecode/SampleCircle.cpp', | 54 '../samplecode/SampleCircle.cpp', |
55 '../samplecode/SampleClip.cpp', | 55 '../samplecode/SampleClip.cpp', |
56 '../samplecode/SampleClipDrawMatch.cpp', | 56 '../samplecode/SampleClipDrawMatch.cpp', |
57 '../samplecode/SampleClock.cpp', | 57 '../samplecode/SampleClock.cpp', |
| 58 '../samplecode/SampleCode.cpp', |
58 '../samplecode/SampleCode.h', | 59 '../samplecode/SampleCode.h', |
59 '../samplecode/SampleColorFilter.cpp', | 60 '../samplecode/SampleColorFilter.cpp', |
60 '../samplecode/SampleComplexClip.cpp', | 61 '../samplecode/SampleComplexClip.cpp', |
61 '../samplecode/SampleConcavePaths.cpp', | 62 '../samplecode/SampleConcavePaths.cpp', |
62 '../samplecode/SampleDegenerateTwoPtRadials.cpp', | 63 '../samplecode/SampleDegenerateTwoPtRadials.cpp', |
63 '../samplecode/SampleDither.cpp', | 64 '../samplecode/SampleDither.cpp', |
64 '../samplecode/SampleDitherBitmap.cpp', | 65 '../samplecode/SampleDitherBitmap.cpp', |
65 '../samplecode/SampleEffects.cpp', | 66 '../samplecode/SampleEffects.cpp', |
66 '../samplecode/SampleEmboss.cpp', | 67 '../samplecode/SampleEmboss.cpp', |
67 '../samplecode/SampleFatBits.cpp', | 68 '../samplecode/SampleFatBits.cpp', |
(...skipping 189 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 |