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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1541933004: remove unused SkCullPoints (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 12 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/hittestpath.cpp ('k') | gyp/utils.gypi » ('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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 '../samplecode/SampleCamera.cpp', 51 '../samplecode/SampleCamera.cpp',
52 '../samplecode/SampleChart.cpp', 52 '../samplecode/SampleChart.cpp',
53 '../samplecode/SampleCircle.cpp', 53 '../samplecode/SampleCircle.cpp',
54 '../samplecode/SampleClip.cpp', 54 '../samplecode/SampleClip.cpp',
55 '../samplecode/SampleClipDrawMatch.cpp', 55 '../samplecode/SampleClipDrawMatch.cpp',
56 '../samplecode/SampleClock.cpp', 56 '../samplecode/SampleClock.cpp',
57 '../samplecode/SampleCode.h', 57 '../samplecode/SampleCode.h',
58 '../samplecode/SampleColorFilter.cpp', 58 '../samplecode/SampleColorFilter.cpp',
59 '../samplecode/SampleComplexClip.cpp', 59 '../samplecode/SampleComplexClip.cpp',
60 '../samplecode/SampleConcavePaths.cpp', 60 '../samplecode/SampleConcavePaths.cpp',
61 '../samplecode/SampleCull.cpp',
62 '../samplecode/SampleDegenerateTwoPtRadials.cpp', 61 '../samplecode/SampleDegenerateTwoPtRadials.cpp',
63 '../samplecode/SampleDither.cpp', 62 '../samplecode/SampleDither.cpp',
64 '../samplecode/SampleDitherBitmap.cpp', 63 '../samplecode/SampleDitherBitmap.cpp',
65 '../samplecode/SampleEffects.cpp', 64 '../samplecode/SampleEffects.cpp',
66 '../samplecode/SampleEmboss.cpp', 65 '../samplecode/SampleEmboss.cpp',
67 '../samplecode/SampleFatBits.cpp', 66 '../samplecode/SampleFatBits.cpp',
68 '../samplecode/SampleFillType.cpp', 67 '../samplecode/SampleFillType.cpp',
69 '../samplecode/SampleFilter.cpp', 68 '../samplecode/SampleFilter.cpp',
70 '../samplecode/SampleFilter2.cpp', 69 '../samplecode/SampleFilter2.cpp',
71 '../samplecode/SampleFilterQuality.cpp', 70 '../samplecode/SampleFilterQuality.cpp',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 ], 269 ],
271 }], 270 }],
272 [ 'not skia_pdf', { 271 [ 'not skia_pdf', {
273 'dependencies!': [ 'pdf.gyp:pdf' ], 272 'dependencies!': [ 'pdf.gyp:pdf' ],
274 'dependencies': [ 'pdf.gyp:nopdf' ], 273 'dependencies': [ 'pdf.gyp:nopdf' ],
275 }], 274 }],
276 ], 275 ],
277 }, 276 },
278 ], 277 ],
279 } 278 }
OLDNEW
« no previous file with comments | « gm/hittestpath.cpp ('k') | gyp/utils.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698