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

Side by Side Diff: gyp/SampleApp.gyp

Issue 872363003: Add ClipDrawMatch SampleApp slide (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | samplecode/SampleClipDrawMatch.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 { 2 {
3 'variables': { 3 'variables': {
4 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp 4 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp
5 'sample_pdf_file_viewer%': 0, 5 'sample_pdf_file_viewer%': 0,
6 }, 6 },
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'SampleApp', 9 'target_name': 'SampleApp',
10 'type': 'executable', 10 'type': 'executable',
(...skipping 28 matching lines...) Expand all
39 '../samplecode/SampleApp.cpp', 39 '../samplecode/SampleApp.cpp',
40 '../samplecode/SampleArc.cpp', 40 '../samplecode/SampleArc.cpp',
41 '../samplecode/SampleAvoid.cpp', 41 '../samplecode/SampleAvoid.cpp',
42 '../samplecode/SampleBigBlur.cpp', 42 '../samplecode/SampleBigBlur.cpp',
43 '../samplecode/SampleBigGradient.cpp', 43 '../samplecode/SampleBigGradient.cpp',
44 '../samplecode/SampleBitmapRect.cpp', 44 '../samplecode/SampleBitmapRect.cpp',
45 '../samplecode/SampleBlur.cpp', 45 '../samplecode/SampleBlur.cpp',
46 '../samplecode/SampleCamera.cpp', 46 '../samplecode/SampleCamera.cpp',
47 '../samplecode/SampleChart.cpp', 47 '../samplecode/SampleChart.cpp',
48 '../samplecode/SampleCircle.cpp', 48 '../samplecode/SampleCircle.cpp',
49 '../samplecode/SampleClip.cpp',
50 '../samplecode/SampleClipDrawMatch.cpp',
49 '../samplecode/SampleClock.cpp', 51 '../samplecode/SampleClock.cpp',
50 '../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',
56 '../samplecode/SampleDegenerateTwoPtRadials.cpp', 57 '../samplecode/SampleDegenerateTwoPtRadials.cpp',
57 '../samplecode/SampleDither.cpp', 58 '../samplecode/SampleDither.cpp',
58 '../samplecode/SampleDitherBitmap.cpp', 59 '../samplecode/SampleDitherBitmap.cpp',
59 '../samplecode/SampleEffects.cpp', 60 '../samplecode/SampleEffects.cpp',
60 '../samplecode/SampleEmboss.cpp', 61 '../samplecode/SampleEmboss.cpp',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 }], 303 }],
303 ], 304 ],
304 'msvs_settings': { 305 'msvs_settings': {
305 'VCLinkerTool': { 306 'VCLinkerTool': {
306 'SubSystem': '2', 307 'SubSystem': '2',
307 }, 308 },
308 }, 309 },
309 }, 310 },
310 ], 311 ],
311 } 312 }
OLDNEW
« no previous file with comments | « no previous file | samplecode/SampleClipDrawMatch.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698