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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1060703003: Revert of remove unused (by clients) SkPathUtils (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 8 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 | « bench/PathUtilsBench.cpp ('k') | gyp/bench.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 # 5 #
6 { 6 {
7 'variables': { 7 'variables': {
8 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp 8 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp
9 'sample_pdf_file_viewer%': 0, 9 'sample_pdf_file_viewer%': 0,
10 }, 10 },
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 '../samplecode/SampleLayers.cpp', 84 '../samplecode/SampleLayers.cpp',
85 '../samplecode/SampleLCD.cpp', 85 '../samplecode/SampleLCD.cpp',
86 '../samplecode/SampleLines.cpp', 86 '../samplecode/SampleLines.cpp',
87 '../samplecode/SampleLua.cpp', 87 '../samplecode/SampleLua.cpp',
88 '../samplecode/SampleManyRects.cpp', 88 '../samplecode/SampleManyRects.cpp',
89 '../samplecode/SampleMeasure.cpp', 89 '../samplecode/SampleMeasure.cpp',
90 '../samplecode/SamplePatch.cpp', 90 '../samplecode/SamplePatch.cpp',
91 '../samplecode/SamplePath.cpp', 91 '../samplecode/SamplePath.cpp',
92 '../samplecode/SamplePathClip.cpp', 92 '../samplecode/SamplePathClip.cpp',
93 '../samplecode/SamplePathFuzz.cpp', 93 '../samplecode/SamplePathFuzz.cpp',
94 '../samplecode/SamplePathUtils.cpp',
94 '../samplecode/SamplePathEffects.cpp', 95 '../samplecode/SamplePathEffects.cpp',
95 '../samplecode/SamplePicture.cpp', 96 '../samplecode/SamplePicture.cpp',
96 '../samplecode/SamplePictFile.cpp', 97 '../samplecode/SamplePictFile.cpp',
97 '../samplecode/SamplePoints.cpp', 98 '../samplecode/SamplePoints.cpp',
98 '../samplecode/SamplePolyToPoly.cpp', 99 '../samplecode/SamplePolyToPoly.cpp',
99 '../samplecode/SampleQuadStroker.cpp', 100 '../samplecode/SampleQuadStroker.cpp',
100 '../samplecode/SampleRectanizer.cpp', 101 '../samplecode/SampleRectanizer.cpp',
101 '../samplecode/SampleRegion.cpp', 102 '../samplecode/SampleRegion.cpp',
102 '../samplecode/SampleRepeatTile.cpp', 103 '../samplecode/SampleRepeatTile.cpp',
103 '../samplecode/SampleShaders.cpp', 104 '../samplecode/SampleShaders.cpp',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 }], 299 }],
299 ], 300 ],
300 'msvs_settings': { 301 'msvs_settings': {
301 'VCLinkerTool': { 302 'VCLinkerTool': {
302 'SubSystem': '2', 303 'SubSystem': '2',
303 }, 304 },
304 }, 305 },
305 }, 306 },
306 ], 307 ],
307 } 308 }
OLDNEW
« no previous file with comments | « bench/PathUtilsBench.cpp ('k') | gyp/bench.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698