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

Side by Side Diff: gyp/SampleApp.gyp

Issue 117053002: remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years 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
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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 '../samplecode/SampleLayerMask.cpp', 83 '../samplecode/SampleLayerMask.cpp',
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/SampleMipMap.cpp', 90 '../samplecode/SampleMipMap.cpp',
91 '../samplecode/SampleMovie.cpp', 91 '../samplecode/SampleMovie.cpp',
92 '../samplecode/SampleOvalTest.cpp', 92 '../samplecode/SampleOvalTest.cpp',
93 '../samplecode/SampleOverflow.cpp',
94 '../samplecode/SamplePatch.cpp', 93 '../samplecode/SamplePatch.cpp',
95 '../samplecode/SamplePath.cpp', 94 '../samplecode/SamplePath.cpp',
96 '../samplecode/SamplePathClip.cpp', 95 '../samplecode/SamplePathClip.cpp',
97 '../samplecode/SamplePathUtils.cpp', 96 '../samplecode/SamplePathUtils.cpp',
98 '../samplecode/SamplePathEffects.cpp', 97 '../samplecode/SamplePathEffects.cpp',
99 '../samplecode/SamplePicture.cpp', 98 '../samplecode/SamplePicture.cpp',
100 '../samplecode/SamplePictFile.cpp', 99 '../samplecode/SamplePictFile.cpp',
101 '../samplecode/SamplePoints.cpp', 100 '../samplecode/SamplePoints.cpp',
102 '../samplecode/SamplePolyToPoly.cpp', 101 '../samplecode/SamplePolyToPoly.cpp',
103 '../samplecode/SampleRegion.cpp', 102 '../samplecode/SampleRegion.cpp',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 }], 316 }],
318 ], 317 ],
319 'msvs_settings': { 318 'msvs_settings': {
320 'VCLinkerTool': { 319 'VCLinkerTool': {
321 'SubSystem': '2', 320 'SubSystem': '2',
322 }, 321 },
323 }, 322 },
324 }, 323 },
325 ], 324 ],
326 } 325 }
OLDNEW
« no previous file with comments | « gm/blurs.cpp ('k') | include/config/SkUserConfig.h » ('j') | src/core/SkCanvas.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698