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

Side by Side Diff: gyp/SampleApp.gyp

Issue 17335008: remove dst/rendertarget support for kARGB_4444_Config (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'SampleApp', 4 'target_name': 'SampleApp',
5 'type': 'executable', 5 'type': 'executable',
6 'mac_bundle' : 1, 6 'mac_bundle' : 1,
7 'include_dirs' : [ 7 'include_dirs' : [
8 '../src/core', 8 '../src/core',
9 '../src/effects', #needed for BlurMask.h 9 '../src/effects', #needed for BlurMask.h
10 '../gm', # needed to pull gm.h 10 '../gm', # needed to pull gm.h
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 '../samplecode/SamplePoints.cpp', 92 '../samplecode/SamplePoints.cpp',
93 '../samplecode/SamplePolyToPoly.cpp', 93 '../samplecode/SamplePolyToPoly.cpp',
94 '../samplecode/SampleRegion.cpp', 94 '../samplecode/SampleRegion.cpp',
95 '../samplecode/SampleRepeatTile.cpp', 95 '../samplecode/SampleRepeatTile.cpp',
96 '../samplecode/SampleRotateCircles.cpp', 96 '../samplecode/SampleRotateCircles.cpp',
97 '../samplecode/SampleShaders.cpp', 97 '../samplecode/SampleShaders.cpp',
98 '../samplecode/SampleShaderText.cpp', 98 '../samplecode/SampleShaderText.cpp',
99 '../samplecode/SampleSkLayer.cpp', 99 '../samplecode/SampleSkLayer.cpp',
100 '../samplecode/SampleSlides.cpp', 100 '../samplecode/SampleSlides.cpp',
101 '../samplecode/SampleStrokePath.cpp', 101 '../samplecode/SampleStrokePath.cpp',
102 '../samplecode/SampleStrokeText.cpp',
103 '../samplecode/SampleTests.cpp', 102 '../samplecode/SampleTests.cpp',
104 '../samplecode/SampleText.cpp', 103 '../samplecode/SampleText.cpp',
105 '../samplecode/SampleTextAlpha.cpp', 104 '../samplecode/SampleTextAlpha.cpp',
106 '../samplecode/SampleTextBox.cpp', 105 '../samplecode/SampleTextBox.cpp',
107 '../samplecode/SampleTextOnPath.cpp', 106 '../samplecode/SampleTextOnPath.cpp',
108 '../samplecode/SampleTextureDomain.cpp', 107 '../samplecode/SampleTextureDomain.cpp',
109 '../samplecode/SampleTiling.cpp', 108 '../samplecode/SampleTiling.cpp',
110 '../samplecode/SampleTinyBitmap.cpp', 109 '../samplecode/SampleTinyBitmap.cpp',
111 '../samplecode/SampleUnitMapper.cpp', 110 '../samplecode/SampleUnitMapper.cpp',
112 '../samplecode/SampleUnpremul.cpp', 111 '../samplecode/SampleUnpremul.cpp',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 }, 307 },
309 }, 308 },
310 ], 309 ],
311 } 310 }
312 311
313 # Local Variables: 312 # Local Variables:
314 # tab-width:2 313 # tab-width:2
315 # indent-tabs-mode:nil 314 # indent-tabs-mode:nil
316 # End: 315 # End:
317 # vim: set expandtab tabstop=2 shiftwidth=2: 316 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/tilemodes.cpp ('k') | gyp/core.gypi » ('j') | src/core/SkCanvas.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698