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

Side by Side Diff: gyp/SampleApp.gyp

Issue 2056343004: Add samples to Viewer. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Final Android fixes Created 4 years, 6 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 | gyp/viewer.gyp » ('j') | gyp/viewer.gyp » ('J')
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | gyp/viewer.gyp » ('j') | gyp/viewer.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698