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

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: Added suggestions from Mike from CL1 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 | « no previous file | samplecode/SampleBitmap2Path.cpp » ('j') | samplecode/SampleBitmap2Path.cpp » ('J')
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 '../debugger', 8 '../debugger',
9 '../src/core', 9 '../src/core',
10 '../src/effects', #needed for BlurMask.h 10 '../src/effects', #needed for BlurMask.h
(...skipping 25 matching lines...) Expand all
36 '../samplecode/SampleAARectModes.cpp', 36 '../samplecode/SampleAARectModes.cpp',
37 '../samplecode/SampleAll.cpp', 37 '../samplecode/SampleAll.cpp',
38 '../samplecode/SampleAnimator.cpp', 38 '../samplecode/SampleAnimator.cpp',
39 '../samplecode/SampleAnimBlur.cpp', 39 '../samplecode/SampleAnimBlur.cpp',
40 '../samplecode/SampleApp.cpp', 40 '../samplecode/SampleApp.cpp',
41 '../samplecode/SampleArc.cpp', 41 '../samplecode/SampleArc.cpp',
42 '../samplecode/SampleAvoid.cpp', 42 '../samplecode/SampleAvoid.cpp',
43 '../samplecode/SampleBigBlur.cpp', 43 '../samplecode/SampleBigBlur.cpp',
44 '../samplecode/SampleBigGradient.cpp', 44 '../samplecode/SampleBigGradient.cpp',
45 '../samplecode/SampleBitmapRect.cpp', 45 '../samplecode/SampleBitmapRect.cpp',
46 '../samplecode/SampleBitmap2Path.cpp',
46 '../samplecode/SampleBlur.cpp', 47 '../samplecode/SampleBlur.cpp',
47 '../samplecode/SampleCamera.cpp', 48 '../samplecode/SampleCamera.cpp',
48 '../samplecode/SampleChart.cpp', 49 '../samplecode/SampleChart.cpp',
49 '../samplecode/SampleCircle.cpp', 50 '../samplecode/SampleCircle.cpp',
50 '../samplecode/SampleClip.cpp', 51 '../samplecode/SampleClip.cpp',
51 '../samplecode/SampleCode.h', 52 '../samplecode/SampleCode.h',
52 '../samplecode/SampleColorFilter.cpp', 53 '../samplecode/SampleColorFilter.cpp',
53 '../samplecode/SampleComplexClip.cpp', 54 '../samplecode/SampleComplexClip.cpp',
54 '../samplecode/SampleConcavePaths.cpp', 55 '../samplecode/SampleConcavePaths.cpp',
55 '../samplecode/SampleCull.cpp', 56 '../samplecode/SampleCull.cpp',
(...skipping 251 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 | « no previous file | samplecode/SampleBitmap2Path.cpp » ('j') | samplecode/SampleBitmap2Path.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698