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

Side by Side Diff: gyp/SampleApp.gyp

Issue 454913002: add an animated test to verify that high-quality identity scaling doesn't change the image (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix windows build Created 6 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 | « no previous file | samplecode/SampleIdentityScale.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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 '../samplecode/SampleFilter.cpp', 65 '../samplecode/SampleFilter.cpp',
66 '../samplecode/SampleFilter2.cpp', 66 '../samplecode/SampleFilter2.cpp',
67 '../samplecode/SampleFilterFuzz.cpp', 67 '../samplecode/SampleFilterFuzz.cpp',
68 '../samplecode/SampleFontCache.cpp', 68 '../samplecode/SampleFontCache.cpp',
69 '../samplecode/SampleFontScalerTest.cpp', 69 '../samplecode/SampleFontScalerTest.cpp',
70 '../samplecode/SampleFuzz.cpp', 70 '../samplecode/SampleFuzz.cpp',
71 '../samplecode/SampleGradients.cpp', 71 '../samplecode/SampleGradients.cpp',
72 '../samplecode/SampleHairCurves.cpp', 72 '../samplecode/SampleHairCurves.cpp',
73 '../samplecode/SampleHairline.cpp', 73 '../samplecode/SampleHairline.cpp',
74 '../samplecode/SampleHairModes.cpp', 74 '../samplecode/SampleHairModes.cpp',
75 '../samplecode/SampleIdentityScale.cpp',
75 '../samplecode/SampleLayerMask.cpp', 76 '../samplecode/SampleLayerMask.cpp',
76 '../samplecode/SampleLayers.cpp', 77 '../samplecode/SampleLayers.cpp',
77 '../samplecode/SampleLCD.cpp', 78 '../samplecode/SampleLCD.cpp',
78 '../samplecode/SampleLines.cpp', 79 '../samplecode/SampleLines.cpp',
79 '../samplecode/SampleLua.cpp', 80 '../samplecode/SampleLua.cpp',
80 '../samplecode/SampleManyRects.cpp', 81 '../samplecode/SampleManyRects.cpp',
81 '../samplecode/SampleMeasure.cpp', 82 '../samplecode/SampleMeasure.cpp',
82 '../samplecode/SampleMipMap.cpp', 83 '../samplecode/SampleMipMap.cpp',
83 '../samplecode/SampleMovie.cpp', 84 '../samplecode/SampleMovie.cpp',
84 '../samplecode/SampleOvalTest.cpp', 85 '../samplecode/SampleOvalTest.cpp',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 }], 302 }],
302 ], 303 ],
303 'msvs_settings': { 304 'msvs_settings': {
304 'VCLinkerTool': { 305 'VCLinkerTool': {
305 'SubSystem': '2', 306 'SubSystem': '2',
306 }, 307 },
307 }, 308 },
308 }, 309 },
309 ], 310 ],
310 } 311 }
OLDNEW
« no previous file with comments | « no previous file | samplecode/SampleIdentityScale.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698