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

Side by Side Diff: gyp/samples.gypi

Issue 2198933002: Making a sample for shadow maps for more intensive development (Closed) Base URL: https://skia.googlesource.com/skia@shadow-gm
Patch Set: argh fixed utils include error 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 | « gyp/SampleApp.gyp ('k') | gyp/utils.gypi » ('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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 '../samplecode/SamplePathOverstroke.cpp', 81 '../samplecode/SamplePathOverstroke.cpp',
82 '../samplecode/SamplePictFile.cpp', 82 '../samplecode/SamplePictFile.cpp',
83 '../samplecode/SamplePoints.cpp', 83 '../samplecode/SamplePoints.cpp',
84 '../samplecode/SamplePolyToPoly.cpp', 84 '../samplecode/SamplePolyToPoly.cpp',
85 '../samplecode/SampleQuadStroker.cpp', 85 '../samplecode/SampleQuadStroker.cpp',
86 '../samplecode/SampleRectanizer.cpp', 86 '../samplecode/SampleRectanizer.cpp',
87 '../samplecode/SampleRegion.cpp', 87 '../samplecode/SampleRegion.cpp',
88 '../samplecode/SampleRepeatTile.cpp', 88 '../samplecode/SampleRepeatTile.cpp',
89 '../samplecode/SampleShaders.cpp', 89 '../samplecode/SampleShaders.cpp',
90 '../samplecode/SampleShaderText.cpp', 90 '../samplecode/SampleShaderText.cpp',
91 '../samplecode/SampleShadowing.cpp',
91 '../samplecode/SampleShip.cpp', 92 '../samplecode/SampleShip.cpp',
92 '../samplecode/SampleSkLayer.cpp', 93 '../samplecode/SampleSkLayer.cpp',
93 '../samplecode/SampleSlides.cpp', 94 '../samplecode/SampleSlides.cpp',
94 '../samplecode/SampleStringArt.cpp', 95 '../samplecode/SampleStringArt.cpp',
95 '../samplecode/SampleStrokePath.cpp', 96 '../samplecode/SampleStrokePath.cpp',
96 '../samplecode/SampleSubpixelTranslate.cpp', 97 '../samplecode/SampleSubpixelTranslate.cpp',
97 '../samplecode/SampleSVGFile.cpp', 98 '../samplecode/SampleSVGFile.cpp',
98 '../samplecode/SampleText.cpp', 99 '../samplecode/SampleText.cpp',
99 '../samplecode/SampleTextAlpha.cpp', 100 '../samplecode/SampleTextAlpha.cpp',
100 '../samplecode/SampleTextBox.cpp', 101 '../samplecode/SampleTextBox.cpp',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 ], 135 ],
135 'dependencies': [ 136 'dependencies': [
136 'experimental.gyp:experimental', 137 'experimental.gyp:experimental',
137 'lua.gyp:lua', 138 'lua.gyp:lua',
138 'pdf.gyp:pdf', 139 'pdf.gyp:pdf',
139 'svg.gyp:svgdom', 140 'svg.gyp:svgdom',
140 'views.gyp:views', 141 'views.gyp:views',
141 'xml.gyp:xml', 142 'xml.gyp:xml',
142 ], 143 ],
143 } 144 }
OLDNEW
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/utils.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698