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

Side by Side Diff: gyp/samples.gypi

Issue 2164193002: Initial SVG model (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: warning fix 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/SkSVGValue.cpp ('k') | gyp/svg.gyp » ('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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/SampleShip.cpp', 91 '../samplecode/SampleShip.cpp',
92 '../samplecode/SampleSkLayer.cpp', 92 '../samplecode/SampleSkLayer.cpp',
93 '../samplecode/SampleSlides.cpp', 93 '../samplecode/SampleSlides.cpp',
94 '../samplecode/SampleStringArt.cpp', 94 '../samplecode/SampleStringArt.cpp',
95 '../samplecode/SampleStrokePath.cpp', 95 '../samplecode/SampleStrokePath.cpp',
96 '../samplecode/SampleSubpixelTranslate.cpp', 96 '../samplecode/SampleSubpixelTranslate.cpp',
97 '../samplecode/SampleSVGFile.cpp',
97 '../samplecode/SampleText.cpp', 98 '../samplecode/SampleText.cpp',
98 '../samplecode/SampleTextAlpha.cpp', 99 '../samplecode/SampleTextAlpha.cpp',
99 '../samplecode/SampleTextBox.cpp', 100 '../samplecode/SampleTextBox.cpp',
100 '../samplecode/SampleTextOnPath.cpp', 101 '../samplecode/SampleTextOnPath.cpp',
101 '../samplecode/SampleTextureDomain.cpp', 102 '../samplecode/SampleTextureDomain.cpp',
102 '../samplecode/SampleTiling.cpp', 103 '../samplecode/SampleTiling.cpp',
103 '../samplecode/SampleTinyBitmap.cpp', 104 '../samplecode/SampleTinyBitmap.cpp',
104 '../samplecode/SampleUnpremul.cpp', 105 '../samplecode/SampleUnpremul.cpp',
105 '../samplecode/SampleVertices.cpp', 106 '../samplecode/SampleVertices.cpp',
106 '../samplecode/SampleXfermodesBlur.cpp', 107 '../samplecode/SampleXfermodesBlur.cpp',
(...skipping 21 matching lines...) Expand all
128 '../src/utils/SkLua.cpp', 129 '../src/utils/SkLua.cpp',
129 ], 130 ],
130 'sources!': [ 131 'sources!': [
131 '../samplecode/SampleSkLayer.cpp', #relies on SkMatrix44 which doesn't compi 132 '../samplecode/SampleSkLayer.cpp', #relies on SkMatrix44 which doesn't compi
132 '../samplecode/SampleFontCache.cpp', #relies on pthread.h 133 '../samplecode/SampleFontCache.cpp', #relies on pthread.h
133 ], 134 ],
134 'dependencies': [ 135 'dependencies': [
135 'experimental.gyp:experimental', 136 'experimental.gyp:experimental',
136 'lua.gyp:lua', 137 'lua.gyp:lua',
137 'pdf.gyp:pdf', 138 'pdf.gyp:pdf',
139 'svg.gyp:svgdom',
138 'views.gyp:views', 140 'views.gyp:views',
139 'xml.gyp:xml', 141 'xml.gyp:xml',
140 ], 142 ],
141 } 143 }
OLDNEW
« no previous file with comments | « experimental/svg/model/SkSVGValue.cpp ('k') | gyp/svg.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698