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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1417123004: Create Sample that combines combose shader and coons patch (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 1 month 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/PerlinPatch.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 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'SampleApp', 9 'target_name': 'SampleApp',
10 'type': 'executable', 10 'type': 'executable',
(...skipping 13 matching lines...) Expand all
24 'includes': [ 24 'includes': [
25 'gmslides.gypi', 25 'gmslides.gypi',
26 ], 26 ],
27 'sources': [ 27 'sources': [
28 '../gm/gm.cpp', 28 '../gm/gm.cpp',
29 '../samplecode/GMSampleView.h', 29 '../samplecode/GMSampleView.h',
30 '../samplecode/GMSampleView.cpp', 30 '../samplecode/GMSampleView.cpp',
31 '../samplecode/ClockFaceView.cpp', 31 '../samplecode/ClockFaceView.cpp',
32 '../samplecode/OverView.cpp', 32 '../samplecode/OverView.cpp',
33 '../samplecode/OverView.h', 33 '../samplecode/OverView.h',
34 '../samplecode/PerlinPatch.cpp',
34 '../samplecode/Sample2PtRadial.cpp', 35 '../samplecode/Sample2PtRadial.cpp',
35 '../samplecode/SampleAAClip.cpp', 36 '../samplecode/SampleAAClip.cpp',
36 '../samplecode/SampleAARects.cpp', 37 '../samplecode/SampleAARects.cpp',
37 '../samplecode/SampleAARectModes.cpp', 38 '../samplecode/SampleAARectModes.cpp',
38 '../samplecode/SampleAll.cpp', 39 '../samplecode/SampleAll.cpp',
39 '../samplecode/SampleAnimator.cpp', 40 '../samplecode/SampleAnimator.cpp',
40 '../samplecode/SampleAnimBlur.cpp', 41 '../samplecode/SampleAnimBlur.cpp',
41 '../samplecode/SampleApp.cpp', 42 '../samplecode/SampleApp.cpp',
42 '../samplecode/SampleArc.cpp', 43 '../samplecode/SampleArc.cpp',
43 '../samplecode/SampleAtlas.cpp', 44 '../samplecode/SampleAtlas.cpp',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 ], 261 ],
261 }], 262 }],
262 [ 'not skia_pdf', { 263 [ 'not skia_pdf', {
263 'dependencies!': [ 'pdf.gyp:pdf' ], 264 'dependencies!': [ 'pdf.gyp:pdf' ],
264 'dependencies': [ 'pdf.gyp:nopdf' ], 265 'dependencies': [ 'pdf.gyp:nopdf' ],
265 }], 266 }],
266 ], 267 ],
267 }, 268 },
268 ], 269 ],
269 } 270 }
OLDNEW
« no previous file with comments | « no previous file | samplecode/PerlinPatch.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698