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

Side by Side Diff: gyp/SampleApp.gyp

Issue 303123003: new animated sample to show subpixel translate bug with high quality scaling (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: nits from Robert Created 6 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 | samplecode/SampleSubpixelTranslate.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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 '../samplecode/SamplePolyToPoly.cpp', 92 '../samplecode/SamplePolyToPoly.cpp',
93 '../samplecode/SampleRegion.cpp', 93 '../samplecode/SampleRegion.cpp',
94 '../samplecode/SampleRepeatTile.cpp', 94 '../samplecode/SampleRepeatTile.cpp',
95 '../samplecode/SampleRotateCircles.cpp', 95 '../samplecode/SampleRotateCircles.cpp',
96 '../samplecode/SampleShaders.cpp', 96 '../samplecode/SampleShaders.cpp',
97 '../samplecode/SampleShaderText.cpp', 97 '../samplecode/SampleShaderText.cpp',
98 '../samplecode/SampleSkLayer.cpp', 98 '../samplecode/SampleSkLayer.cpp',
99 '../samplecode/SampleSlides.cpp', 99 '../samplecode/SampleSlides.cpp',
100 '../samplecode/SampleStringArt.cpp', 100 '../samplecode/SampleStringArt.cpp',
101 '../samplecode/SampleStrokePath.cpp', 101 '../samplecode/SampleStrokePath.cpp',
102 '../samplecode/SampleSubpixelTranslate.cpp',
102 '../samplecode/SampleText.cpp', 103 '../samplecode/SampleText.cpp',
103 '../samplecode/SampleTextAlpha.cpp', 104 '../samplecode/SampleTextAlpha.cpp',
104 '../samplecode/SampleTextBox.cpp', 105 '../samplecode/SampleTextBox.cpp',
105 '../samplecode/SampleTextOnPath.cpp', 106 '../samplecode/SampleTextOnPath.cpp',
106 '../samplecode/SampleTextureDomain.cpp', 107 '../samplecode/SampleTextureDomain.cpp',
107 '../samplecode/SampleTiling.cpp', 108 '../samplecode/SampleTiling.cpp',
108 '../samplecode/SampleTinyBitmap.cpp', 109 '../samplecode/SampleTinyBitmap.cpp',
109 '../samplecode/SampleUnpremul.cpp', 110 '../samplecode/SampleUnpremul.cpp',
110 '../samplecode/SampleVertices.cpp', 111 '../samplecode/SampleVertices.cpp',
111 '../samplecode/SampleXfermodesBlur.cpp', 112 '../samplecode/SampleXfermodesBlur.cpp',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 }], 294 }],
294 ], 295 ],
295 'msvs_settings': { 296 'msvs_settings': {
296 'VCLinkerTool': { 297 'VCLinkerTool': {
297 'SubSystem': '2', 298 'SubSystem': '2',
298 }, 299 },
299 }, 300 },
300 }, 301 },
301 ], 302 ],
302 } 303 }
OLDNEW
« no previous file with comments | « no previous file | samplecode/SampleSubpixelTranslate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698