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

Side by Side Diff: gyp/SampleApp.gyp

Issue 16410009: Add an option to create unpremultiplied bitmaps. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fix for andriod only code. 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
« no previous file with comments | « gm/gm.h ('k') | gyp/bench.gypi » ('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 '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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 '../samplecode/SampleStrokeText.cpp', 102 '../samplecode/SampleStrokeText.cpp',
103 '../samplecode/SampleTests.cpp', 103 '../samplecode/SampleTests.cpp',
104 '../samplecode/SampleText.cpp', 104 '../samplecode/SampleText.cpp',
105 '../samplecode/SampleTextAlpha.cpp', 105 '../samplecode/SampleTextAlpha.cpp',
106 '../samplecode/SampleTextBox.cpp', 106 '../samplecode/SampleTextBox.cpp',
107 '../samplecode/SampleTextOnPath.cpp', 107 '../samplecode/SampleTextOnPath.cpp',
108 '../samplecode/SampleTextureDomain.cpp', 108 '../samplecode/SampleTextureDomain.cpp',
109 '../samplecode/SampleTiling.cpp', 109 '../samplecode/SampleTiling.cpp',
110 '../samplecode/SampleTinyBitmap.cpp', 110 '../samplecode/SampleTinyBitmap.cpp',
111 '../samplecode/SampleUnitMapper.cpp', 111 '../samplecode/SampleUnitMapper.cpp',
112 '../samplecode/SampleUnpremul.cpp',
112 '../samplecode/SampleVertices.cpp', 113 '../samplecode/SampleVertices.cpp',
113 '../samplecode/SampleXfermodesBlur.cpp', 114 '../samplecode/SampleXfermodesBlur.cpp',
114 '../samplecode/TransitionView.cpp', 115 '../samplecode/TransitionView.cpp',
115 '../samplecode/TransitionView.h', 116 '../samplecode/TransitionView.h',
116 117
117 # DrawingBoard 118 # DrawingBoard
118 #'../experimental/DrawingBoard/SkColorPalette.h', 119 #'../experimental/DrawingBoard/SkColorPalette.h',
119 #'../experimental/DrawingBoard/SkColorPalette.cpp', 120 #'../experimental/DrawingBoard/SkColorPalette.cpp',
120 #'../experimental/DrawingBoard/SkNetPipeController.h', 121 #'../experimental/DrawingBoard/SkNetPipeController.h',
121 #'../experimental/DrawingBoard/SkNetPipeController.cpp', 122 #'../experimental/DrawingBoard/SkNetPipeController.cpp',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 }, 308 },
308 }, 309 },
309 ], 310 ],
310 } 311 }
311 312
312 # Local Variables: 313 # Local Variables:
313 # tab-width:2 314 # tab-width:2
314 # indent-tabs-mode:nil 315 # indent-tabs-mode:nil
315 # End: 316 # End:
316 # vim: set expandtab tabstop=2 shiftwidth=2: 317 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/gm.h ('k') | gyp/bench.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698