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

Side by Side Diff: gyp/samples.gypi

Issue 2243853003: [SVGDom] SVGPong sample app (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: review 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 | « experimental/svg/model/SkSVGNode.cpp ('k') | samplecode/SampleSVGPong.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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/SampleShadowing.cpp',
92 '../samplecode/SampleShip.cpp', 92 '../samplecode/SampleShip.cpp',
93 '../samplecode/SampleSkLayer.cpp', 93 '../samplecode/SampleSkLayer.cpp',
94 '../samplecode/SampleSlides.cpp', 94 '../samplecode/SampleSlides.cpp',
95 '../samplecode/SampleStringArt.cpp', 95 '../samplecode/SampleStringArt.cpp',
96 '../samplecode/SampleStrokePath.cpp', 96 '../samplecode/SampleStrokePath.cpp',
97 '../samplecode/SampleSubpixelTranslate.cpp', 97 '../samplecode/SampleSubpixelTranslate.cpp',
98 '../samplecode/SampleSVGPong.cpp',
98 '../samplecode/SampleSVGFile.cpp', 99 '../samplecode/SampleSVGFile.cpp',
99 '../samplecode/SampleText.cpp', 100 '../samplecode/SampleText.cpp',
100 '../samplecode/SampleTextAlpha.cpp', 101 '../samplecode/SampleTextAlpha.cpp',
101 '../samplecode/SampleTextBox.cpp', 102 '../samplecode/SampleTextBox.cpp',
102 '../samplecode/SampleTextOnPath.cpp', 103 '../samplecode/SampleTextOnPath.cpp',
103 '../samplecode/SampleTextureDomain.cpp', 104 '../samplecode/SampleTextureDomain.cpp',
104 '../samplecode/SampleTiling.cpp', 105 '../samplecode/SampleTiling.cpp',
105 '../samplecode/SampleTinyBitmap.cpp', 106 '../samplecode/SampleTinyBitmap.cpp',
106 '../samplecode/SampleUnpremul.cpp', 107 '../samplecode/SampleUnpremul.cpp',
107 '../samplecode/SampleVertices.cpp', 108 '../samplecode/SampleVertices.cpp',
(...skipping 27 matching lines...) Expand all
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 | « experimental/svg/model/SkSVGNode.cpp ('k') | samplecode/SampleSVGPong.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698