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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1317693011: remove duplicated sample (already have a gm) (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 3 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/SampleEmptyPath.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 'includes': [ 7 'includes': [
8 'apptype_console.gypi', 8 'apptype_console.gypi',
9 ], 9 ],
10 'targets': [ 10 'targets': [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 61 '../samplecode/SampleCull.cpp',
62 '../samplecode/SampleDegenerateTwoPtRadials.cpp', 62 '../samplecode/SampleDegenerateTwoPtRadials.cpp',
63 '../samplecode/SampleDither.cpp', 63 '../samplecode/SampleDither.cpp',
64 '../samplecode/SampleDitherBitmap.cpp', 64 '../samplecode/SampleDitherBitmap.cpp',
65 '../samplecode/SampleEffects.cpp', 65 '../samplecode/SampleEffects.cpp',
66 '../samplecode/SampleEmboss.cpp', 66 '../samplecode/SampleEmboss.cpp',
67 '../samplecode/SampleEmptyPath.cpp',
68 '../samplecode/SampleEncode.cpp', 67 '../samplecode/SampleEncode.cpp',
69 '../samplecode/SampleFatBits.cpp', 68 '../samplecode/SampleFatBits.cpp',
70 '../samplecode/SampleFillType.cpp', 69 '../samplecode/SampleFillType.cpp',
71 '../samplecode/SampleFilter.cpp', 70 '../samplecode/SampleFilter.cpp',
72 '../samplecode/SampleFilter2.cpp', 71 '../samplecode/SampleFilter2.cpp',
73 '../samplecode/SampleFilterQuality.cpp', 72 '../samplecode/SampleFilterQuality.cpp',
74 '../samplecode/SampleFilterFuzz.cpp', 73 '../samplecode/SampleFilterFuzz.cpp',
75 '../samplecode/SampleFontCache.cpp', 74 '../samplecode/SampleFontCache.cpp',
76 '../samplecode/SampleFontScalerTest.cpp', 75 '../samplecode/SampleFontScalerTest.cpp',
77 '../samplecode/SampleFuzz.cpp', 76 '../samplecode/SampleFuzz.cpp',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 ], 256 ],
258 }], 257 }],
259 [ 'not skia_pdf', { 258 [ 'not skia_pdf', {
260 'dependencies!': [ 'pdf.gyp:pdf' ], 259 'dependencies!': [ 'pdf.gyp:pdf' ],
261 'dependencies': [ 'pdf.gyp:nopdf' ], 260 'dependencies': [ 'pdf.gyp:nopdf' ],
262 }], 261 }],
263 ], 262 ],
264 }, 263 },
265 ], 264 ],
266 } 265 }
OLDNEW
« no previous file with comments | « no previous file | samplecode/SampleEmptyPath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698