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

Side by Side Diff: gyp/samples.gypi

Issue 2246243002: Interactive Bevel Sample App (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Addressed patch set 7 comments Created 4 years, 4 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/SampleBevel.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 # Include this gypi to include all 'sample' files 5 # Include this gypi to include all 'sample' files
6 { 6 {
7 'include_dirs': [ 7 'include_dirs': [
8 '../include/views', 8 '../include/views',
9 '../experimental', 9 '../experimental',
10 '../samplecode', 10 '../samplecode',
(...skipping 11 matching lines...) Expand all
22 '../samplecode/SampleAAClip.cpp', 22 '../samplecode/SampleAAClip.cpp',
23 '../samplecode/SampleAAGeometry.cpp', 23 '../samplecode/SampleAAGeometry.cpp',
24 '../samplecode/SampleAARects.cpp', 24 '../samplecode/SampleAARects.cpp',
25 '../samplecode/SampleAARectModes.cpp', 25 '../samplecode/SampleAARectModes.cpp',
26 '../samplecode/SampleAll.cpp', 26 '../samplecode/SampleAll.cpp',
27 '../samplecode/SampleAndroidShadows.cpp', 27 '../samplecode/SampleAndroidShadows.cpp',
28 '../samplecode/SampleAnimatedText.cpp', 28 '../samplecode/SampleAnimatedText.cpp',
29 '../samplecode/SampleAnimBlur.cpp', 29 '../samplecode/SampleAnimBlur.cpp',
30 '../samplecode/SampleArc.cpp', 30 '../samplecode/SampleArc.cpp',
31 '../samplecode/SampleAtlas.cpp', 31 '../samplecode/SampleAtlas.cpp',
32 '../samplecode/SampleBevel.cpp',
32 '../samplecode/SampleBigBlur.cpp', 33 '../samplecode/SampleBigBlur.cpp',
33 '../samplecode/SampleBigGradient.cpp', 34 '../samplecode/SampleBigGradient.cpp',
34 '../samplecode/SampleBitmapRect.cpp', 35 '../samplecode/SampleBitmapRect.cpp',
35 '../samplecode/SampleBlur.cpp', 36 '../samplecode/SampleBlur.cpp',
36 '../samplecode/SampleCamera.cpp', 37 '../samplecode/SampleCamera.cpp',
37 '../samplecode/SampleChart.cpp', 38 '../samplecode/SampleChart.cpp',
38 '../samplecode/SampleCircle.cpp', 39 '../samplecode/SampleCircle.cpp',
39 '../samplecode/SampleClip.cpp', 40 '../samplecode/SampleClip.cpp',
40 '../samplecode/SampleClipDrawMatch.cpp', 41 '../samplecode/SampleClipDrawMatch.cpp',
41 '../samplecode/SampleClock.cpp', 42 '../samplecode/SampleClock.cpp',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 ], 138 ],
138 'dependencies': [ 139 'dependencies': [
139 'experimental.gyp:experimental', 140 'experimental.gyp:experimental',
140 'lua.gyp:lua', 141 'lua.gyp:lua',
141 'pdf.gyp:pdf', 142 'pdf.gyp:pdf',
142 'svg.gyp:svgdom', 143 'svg.gyp:svgdom',
143 'views.gyp:views', 144 'views.gyp:views',
144 'xml.gyp:xml', 145 'xml.gyp:xml',
145 ], 146 ],
146 } 147 }
OLDNEW
« no previous file with comments | « no previous file | samplecode/SampleBevel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698