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

Side by Side Diff: gyp/samples.gypi

Issue 2245693002: Add Android Shadow sample (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address 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/SampleAndroidShadows.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',
11 '../tools', 11 '../tools',
12 ], 12 ],
13 'sources': [ 13 'sources': [
14 # Samples 14 # Samples
15 '../samplecode/GMSampleView.h', 15 '../samplecode/GMSampleView.h',
16 '../samplecode/GMSampleView.cpp', 16 '../samplecode/GMSampleView.cpp',
17 '../samplecode/ClockFaceView.cpp', 17 '../samplecode/ClockFaceView.cpp',
18 '../samplecode/OverView.cpp', 18 '../samplecode/OverView.cpp',
19 '../samplecode/OverView.h', 19 '../samplecode/OverView.h',
20 '../samplecode/PerlinPatch.cpp', 20 '../samplecode/PerlinPatch.cpp',
21 '../samplecode/Sample2PtRadial.cpp', 21 '../samplecode/Sample2PtRadial.cpp',
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/SampleAnimatedText.cpp', 28 '../samplecode/SampleAnimatedText.cpp',
28 '../samplecode/SampleAnimBlur.cpp', 29 '../samplecode/SampleAnimBlur.cpp',
29 '../samplecode/SampleArc.cpp', 30 '../samplecode/SampleArc.cpp',
30 '../samplecode/SampleAtlas.cpp', 31 '../samplecode/SampleAtlas.cpp',
31 '../samplecode/SampleBigBlur.cpp', 32 '../samplecode/SampleBigBlur.cpp',
32 '../samplecode/SampleBigGradient.cpp', 33 '../samplecode/SampleBigGradient.cpp',
33 '../samplecode/SampleBitmapRect.cpp', 34 '../samplecode/SampleBitmapRect.cpp',
34 '../samplecode/SampleBlur.cpp', 35 '../samplecode/SampleBlur.cpp',
35 '../samplecode/SampleCamera.cpp', 36 '../samplecode/SampleCamera.cpp',
36 '../samplecode/SampleChart.cpp', 37 '../samplecode/SampleChart.cpp',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 ], 136 ],
136 'dependencies': [ 137 'dependencies': [
137 'experimental.gyp:experimental', 138 'experimental.gyp:experimental',
138 'lua.gyp:lua', 139 'lua.gyp:lua',
139 'pdf.gyp:pdf', 140 'pdf.gyp:pdf',
140 'svg.gyp:svgdom', 141 'svg.gyp:svgdom',
141 'views.gyp:views', 142 'views.gyp:views',
142 'xml.gyp:xml', 143 'xml.gyp:xml',
143 ], 144 ],
144 } 145 }
OLDNEW
« no previous file with comments | « no previous file | samplecode/SampleAndroidShadows.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698