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

Side by Side Diff: gyp/SampleApp.gyp

Issue 16829003: Adding my Bitmap2Path sample for 1on1 meeting. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: fixed more trybot errors. Created 7 years, 5 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 | « bench/PathUtilsBench.cpp ('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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 '../samplecode/SampleLua.cpp', 79 '../samplecode/SampleLua.cpp',
80 '../samplecode/SampleManyRects.cpp', 80 '../samplecode/SampleManyRects.cpp',
81 '../samplecode/SampleMeasure.cpp', 81 '../samplecode/SampleMeasure.cpp',
82 '../samplecode/SampleMipMap.cpp', 82 '../samplecode/SampleMipMap.cpp',
83 '../samplecode/SampleMovie.cpp', 83 '../samplecode/SampleMovie.cpp',
84 '../samplecode/SampleOvalTest.cpp', 84 '../samplecode/SampleOvalTest.cpp',
85 '../samplecode/SampleOverflow.cpp', 85 '../samplecode/SampleOverflow.cpp',
86 '../samplecode/SamplePatch.cpp', 86 '../samplecode/SamplePatch.cpp',
87 '../samplecode/SamplePath.cpp', 87 '../samplecode/SamplePath.cpp',
88 '../samplecode/SamplePathClip.cpp', 88 '../samplecode/SamplePathClip.cpp',
89 '../samplecode/SamplePathUtils.cpp',
89 '../samplecode/SamplePathEffects.cpp', 90 '../samplecode/SamplePathEffects.cpp',
90 '../samplecode/SamplePicture.cpp', 91 '../samplecode/SamplePicture.cpp',
91 '../samplecode/SamplePictFile.cpp', 92 '../samplecode/SamplePictFile.cpp',
92 '../samplecode/SamplePoints.cpp', 93 '../samplecode/SamplePoints.cpp',
93 '../samplecode/SamplePolyToPoly.cpp', 94 '../samplecode/SamplePolyToPoly.cpp',
94 '../samplecode/SampleRegion.cpp', 95 '../samplecode/SampleRegion.cpp',
95 '../samplecode/SampleRepeatTile.cpp', 96 '../samplecode/SampleRepeatTile.cpp',
96 '../samplecode/SampleRotateCircles.cpp', 97 '../samplecode/SampleRotateCircles.cpp',
97 '../samplecode/SampleShaders.cpp', 98 '../samplecode/SampleShaders.cpp',
98 '../samplecode/SampleShaderText.cpp', 99 '../samplecode/SampleShaderText.cpp',
(...skipping 208 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 | « bench/PathUtilsBench.cpp ('k') | gyp/bench.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698