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

Side by Side Diff: gyp/SampleApp.gyp

Issue 143823016: Remove unused SampleTests.cpp source file. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | samplecode/SampleTests.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 # 1 #
2 { 2 {
3 'variables': { 3 'variables': {
4 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp 4 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp
5 'sample_pdf_file_viewer%': 0, 5 'sample_pdf_file_viewer%': 0,
6 }, 6 },
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'SampleApp', 9 'target_name': 'SampleApp',
10 'type': 'executable', 10 'type': 'executable',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 '../samplecode/SamplePolyToPoly.cpp', 101 '../samplecode/SamplePolyToPoly.cpp',
102 '../samplecode/SampleRegion.cpp', 102 '../samplecode/SampleRegion.cpp',
103 '../samplecode/SampleRepeatTile.cpp', 103 '../samplecode/SampleRepeatTile.cpp',
104 '../samplecode/SampleRotateCircles.cpp', 104 '../samplecode/SampleRotateCircles.cpp',
105 '../samplecode/SampleShaders.cpp', 105 '../samplecode/SampleShaders.cpp',
106 '../samplecode/SampleShaderText.cpp', 106 '../samplecode/SampleShaderText.cpp',
107 '../samplecode/SampleSkLayer.cpp', 107 '../samplecode/SampleSkLayer.cpp',
108 '../samplecode/SampleSlides.cpp', 108 '../samplecode/SampleSlides.cpp',
109 '../samplecode/SampleStringArt.cpp', 109 '../samplecode/SampleStringArt.cpp',
110 '../samplecode/SampleStrokePath.cpp', 110 '../samplecode/SampleStrokePath.cpp',
111 '../samplecode/SampleTests.cpp',
112 '../samplecode/SampleText.cpp', 111 '../samplecode/SampleText.cpp',
113 '../samplecode/SampleTextAlpha.cpp', 112 '../samplecode/SampleTextAlpha.cpp',
114 '../samplecode/SampleTextBox.cpp', 113 '../samplecode/SampleTextBox.cpp',
115 '../samplecode/SampleTextOnPath.cpp', 114 '../samplecode/SampleTextOnPath.cpp',
116 '../samplecode/SampleTextureDomain.cpp', 115 '../samplecode/SampleTextureDomain.cpp',
117 '../samplecode/SampleTiling.cpp', 116 '../samplecode/SampleTiling.cpp',
118 '../samplecode/SampleTinyBitmap.cpp', 117 '../samplecode/SampleTinyBitmap.cpp',
119 '../samplecode/SampleUnitMapper.cpp', 118 '../samplecode/SampleUnitMapper.cpp',
120 '../samplecode/SampleUnpremul.cpp', 119 '../samplecode/SampleUnpremul.cpp',
121 '../samplecode/SampleVertices.cpp', 120 '../samplecode/SampleVertices.cpp',
(...skipping 17 matching lines...) Expand all
139 # TiledPipeController 138 # TiledPipeController
140 '../src/pipe/utils/SamplePipeControllers.h', 139 '../src/pipe/utils/SamplePipeControllers.h',
141 '../src/pipe/utils/SamplePipeControllers.cpp', 140 '../src/pipe/utils/SamplePipeControllers.cpp',
142 141
143 # Lua 142 # Lua
144 '../src/utils/SkLuaCanvas.cpp', 143 '../src/utils/SkLuaCanvas.cpp',
145 '../src/utils/SkLua.cpp', 144 '../src/utils/SkLua.cpp',
146 ], 145 ],
147 'sources!': [ 146 'sources!': [
148 '../samplecode/SampleSkLayer.cpp', #relies on SkMatrix44 which doesn't c ompile 147 '../samplecode/SampleSkLayer.cpp', #relies on SkMatrix44 which doesn't c ompile
149 '../samplecode/SampleTests.cpp', #includes unknown file SkShaderExtras .h
150 '../samplecode/SampleWarp.cpp', 148 '../samplecode/SampleWarp.cpp',
151 '../samplecode/SampleFontCache.cpp', 149 '../samplecode/SampleFontCache.cpp',
152 ], 150 ],
153 'dependencies': [ 151 'dependencies': [
154 'skia_lib.gyp:skia_lib', 152 'skia_lib.gyp:skia_lib',
155 'views.gyp:views', 153 'views.gyp:views',
156 'animator.gyp:animator', 154 'animator.gyp:animator',
157 'xml.gyp:xml', 155 'xml.gyp:xml',
158 'experimental.gyp:experimental', 156 'experimental.gyp:experimental',
159 'pdf.gyp:pdf', 157 'pdf.gyp:pdf',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 }], 314 }],
317 ], 315 ],
318 'msvs_settings': { 316 'msvs_settings': {
319 'VCLinkerTool': { 317 'VCLinkerTool': {
320 'SubSystem': '2', 318 'SubSystem': '2',
321 }, 319 },
322 }, 320 },
323 }, 321 },
324 ], 322 ],
325 } 323 }
OLDNEW
« no previous file with comments | « no previous file | samplecode/SampleTests.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698