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

Side by Side Diff: gyp/SampleApp.gyp

Issue 860583002: remove unused SkAvoidXfermode (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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 | gyp/effects.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 { 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 20 matching lines...) Expand all
31 '../samplecode/OverView.h', 31 '../samplecode/OverView.h',
32 '../samplecode/Sample2PtRadial.cpp', 32 '../samplecode/Sample2PtRadial.cpp',
33 '../samplecode/SampleAAClip.cpp', 33 '../samplecode/SampleAAClip.cpp',
34 '../samplecode/SampleAARects.cpp', 34 '../samplecode/SampleAARects.cpp',
35 '../samplecode/SampleAARectModes.cpp', 35 '../samplecode/SampleAARectModes.cpp',
36 '../samplecode/SampleAll.cpp', 36 '../samplecode/SampleAll.cpp',
37 '../samplecode/SampleAnimator.cpp', 37 '../samplecode/SampleAnimator.cpp',
38 '../samplecode/SampleAnimBlur.cpp', 38 '../samplecode/SampleAnimBlur.cpp',
39 '../samplecode/SampleApp.cpp', 39 '../samplecode/SampleApp.cpp',
40 '../samplecode/SampleArc.cpp', 40 '../samplecode/SampleArc.cpp',
41 '../samplecode/SampleAvoid.cpp',
42 '../samplecode/SampleBigBlur.cpp', 41 '../samplecode/SampleBigBlur.cpp',
43 '../samplecode/SampleBigGradient.cpp', 42 '../samplecode/SampleBigGradient.cpp',
44 '../samplecode/SampleBitmapRect.cpp', 43 '../samplecode/SampleBitmapRect.cpp',
45 '../samplecode/SampleBlur.cpp', 44 '../samplecode/SampleBlur.cpp',
46 '../samplecode/SampleCamera.cpp', 45 '../samplecode/SampleCamera.cpp',
47 '../samplecode/SampleChart.cpp', 46 '../samplecode/SampleChart.cpp',
48 '../samplecode/SampleCircle.cpp', 47 '../samplecode/SampleCircle.cpp',
49 '../samplecode/SampleClock.cpp', 48 '../samplecode/SampleClock.cpp',
50 '../samplecode/SampleClip.cpp', 49 '../samplecode/SampleClip.cpp',
51 '../samplecode/SampleCode.h', 50 '../samplecode/SampleCode.h',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 }], 301 }],
303 ], 302 ],
304 'msvs_settings': { 303 'msvs_settings': {
305 'VCLinkerTool': { 304 'VCLinkerTool': {
306 'SubSystem': '2', 305 'SubSystem': '2',
307 }, 306 },
308 }, 307 },
309 }, 308 },
310 ], 309 ],
311 } 310 }
OLDNEW
« no previous file with comments | « no previous file | gyp/effects.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698