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

Side by Side Diff: gyp/samples.gypi

Issue 2076283002: Fix mixup where SamplePathOverstroke wasn't added (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 6 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 | no next file » | 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 '../samplecode/SampleLitAtlas.cpp', 71 '../samplecode/SampleLitAtlas.cpp',
72 '../samplecode/SampleLua.cpp', 72 '../samplecode/SampleLua.cpp',
73 '../samplecode/SampleManyRects.cpp', 73 '../samplecode/SampleManyRects.cpp',
74 '../samplecode/SampleMeasure.cpp', 74 '../samplecode/SampleMeasure.cpp',
75 '../samplecode/SampleMegaStroke.cpp', 75 '../samplecode/SampleMegaStroke.cpp',
76 '../samplecode/SamplePatch.cpp', 76 '../samplecode/SamplePatch.cpp',
77 '../samplecode/SamplePath.cpp', 77 '../samplecode/SamplePath.cpp',
78 '../samplecode/SamplePathClip.cpp', 78 '../samplecode/SamplePathClip.cpp',
79 '../samplecode/SamplePathFuzz.cpp', 79 '../samplecode/SamplePathFuzz.cpp',
80 '../samplecode/SamplePathEffects.cpp', 80 '../samplecode/SamplePathEffects.cpp',
81 '../samplecode/SamplePathOverstroke.cpp',
81 '../samplecode/SamplePictFile.cpp', 82 '../samplecode/SamplePictFile.cpp',
82 '../samplecode/SamplePoints.cpp', 83 '../samplecode/SamplePoints.cpp',
83 '../samplecode/SamplePolyToPoly.cpp', 84 '../samplecode/SamplePolyToPoly.cpp',
84 '../samplecode/SampleQuadStroker.cpp', 85 '../samplecode/SampleQuadStroker.cpp',
85 '../samplecode/SampleRectanizer.cpp', 86 '../samplecode/SampleRectanizer.cpp',
86 '../samplecode/SampleRegion.cpp', 87 '../samplecode/SampleRegion.cpp',
87 '../samplecode/SampleRepeatTile.cpp', 88 '../samplecode/SampleRepeatTile.cpp',
88 '../samplecode/SampleShaders.cpp', 89 '../samplecode/SampleShaders.cpp',
89 '../samplecode/SampleShaderText.cpp', 90 '../samplecode/SampleShaderText.cpp',
90 '../samplecode/SampleShip.cpp', 91 '../samplecode/SampleShip.cpp',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 '../samplecode/SampleFontCache.cpp', #relies on pthread.h 132 '../samplecode/SampleFontCache.cpp', #relies on pthread.h
132 ], 133 ],
133 'dependencies': [ 134 'dependencies': [
134 'experimental.gyp:experimental', 135 'experimental.gyp:experimental',
135 'lua.gyp:lua', 136 'lua.gyp:lua',
136 'pdf.gyp:pdf', 137 'pdf.gyp:pdf',
137 'views.gyp:views', 138 'views.gyp:views',
138 'xml.gyp:xml', 139 'xml.gyp:xml',
139 ], 140 ],
140 } 141 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698