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

Side by Side Diff: gyp/SampleApp.gyp

Issue 23876008: Add Clock Sample. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Clean up for commit Created 7 years, 3 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/SampleClock.cpp » ('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 'variables': { 2 'variables': {
3 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp 3 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp
4 'sample_pdf_file_viewer%': 0, 4 'sample_pdf_file_viewer%': 0,
5 }, 5 },
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'SampleApp', 8 'target_name': 'SampleApp',
9 'type': 'executable', 9 'type': 'executable',
10 'mac_bundle' : 1, 10 'mac_bundle' : 1,
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 '../samplecode/SampleApp.cpp', 44 '../samplecode/SampleApp.cpp',
45 '../samplecode/SampleArc.cpp', 45 '../samplecode/SampleArc.cpp',
46 '../samplecode/SampleAvoid.cpp', 46 '../samplecode/SampleAvoid.cpp',
47 '../samplecode/SampleBigBlur.cpp', 47 '../samplecode/SampleBigBlur.cpp',
48 '../samplecode/SampleBigGradient.cpp', 48 '../samplecode/SampleBigGradient.cpp',
49 '../samplecode/SampleBitmapRect.cpp', 49 '../samplecode/SampleBitmapRect.cpp',
50 '../samplecode/SampleBlur.cpp', 50 '../samplecode/SampleBlur.cpp',
51 '../samplecode/SampleCamera.cpp', 51 '../samplecode/SampleCamera.cpp',
52 '../samplecode/SampleChart.cpp', 52 '../samplecode/SampleChart.cpp',
53 '../samplecode/SampleCircle.cpp', 53 '../samplecode/SampleCircle.cpp',
54 '../samplecode/SampleClock.cpp',
54 '../samplecode/SampleClip.cpp', 55 '../samplecode/SampleClip.cpp',
55 '../samplecode/SampleCode.h', 56 '../samplecode/SampleCode.h',
56 '../samplecode/SampleColorFilter.cpp', 57 '../samplecode/SampleColorFilter.cpp',
57 '../samplecode/SampleComplexClip.cpp', 58 '../samplecode/SampleComplexClip.cpp',
58 '../samplecode/SampleConcavePaths.cpp', 59 '../samplecode/SampleConcavePaths.cpp',
59 '../samplecode/SampleCull.cpp', 60 '../samplecode/SampleCull.cpp',
60 '../samplecode/SampleDegenerateTwoPtRadials.cpp', 61 '../samplecode/SampleDegenerateTwoPtRadials.cpp',
61 '../samplecode/SampleDither.cpp', 62 '../samplecode/SampleDither.cpp',
62 '../samplecode/SampleDitherBitmap.cpp', 63 '../samplecode/SampleDitherBitmap.cpp',
63 '../samplecode/SampleEffects.cpp', 64 '../samplecode/SampleEffects.cpp',
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 }, 318 },
318 }, 319 },
319 ], 320 ],
320 } 321 }
321 322
322 # Local Variables: 323 # Local Variables:
323 # tab-width:2 324 # tab-width:2
324 # indent-tabs-mode:nil 325 # indent-tabs-mode:nil
325 # End: 326 # End:
326 # vim: set expandtab tabstop=2 shiftwidth=2: 327 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | samplecode/SampleClock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698