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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1181913003: add SkCanvas::drawAtlas (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | include/core/SkCanvas.h » ('j') | include/core/SkCanvas.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # 5 #
6 { 6 {
7 'variables': { 7 'variables': {
8 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp 8 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp
9 'sample_pdf_file_viewer%': 0, 9 'sample_pdf_file_viewer%': 0,
10 }, 10 },
(...skipping 25 matching lines...) Expand all
36 '../samplecode/OverView.h', 36 '../samplecode/OverView.h',
37 '../samplecode/Sample2PtRadial.cpp', 37 '../samplecode/Sample2PtRadial.cpp',
38 '../samplecode/SampleAAClip.cpp', 38 '../samplecode/SampleAAClip.cpp',
39 '../samplecode/SampleAARects.cpp', 39 '../samplecode/SampleAARects.cpp',
40 '../samplecode/SampleAARectModes.cpp', 40 '../samplecode/SampleAARectModes.cpp',
41 '../samplecode/SampleAll.cpp', 41 '../samplecode/SampleAll.cpp',
42 '../samplecode/SampleAnimator.cpp', 42 '../samplecode/SampleAnimator.cpp',
43 '../samplecode/SampleAnimBlur.cpp', 43 '../samplecode/SampleAnimBlur.cpp',
44 '../samplecode/SampleApp.cpp', 44 '../samplecode/SampleApp.cpp',
45 '../samplecode/SampleArc.cpp', 45 '../samplecode/SampleArc.cpp',
46 '../samplecode/SampleAtlas.cpp',
46 '../samplecode/SampleBigBlur.cpp', 47 '../samplecode/SampleBigBlur.cpp',
47 '../samplecode/SampleBigGradient.cpp', 48 '../samplecode/SampleBigGradient.cpp',
48 '../samplecode/SampleBitmapRect.cpp', 49 '../samplecode/SampleBitmapRect.cpp',
49 '../samplecode/SampleBlur.cpp', 50 '../samplecode/SampleBlur.cpp',
50 '../samplecode/SampleCamera.cpp', 51 '../samplecode/SampleCamera.cpp',
51 '../samplecode/SampleChart.cpp', 52 '../samplecode/SampleChart.cpp',
52 '../samplecode/SampleCircle.cpp', 53 '../samplecode/SampleCircle.cpp',
53 '../samplecode/SampleClip.cpp', 54 '../samplecode/SampleClip.cpp',
54 '../samplecode/SampleClipDrawMatch.cpp', 55 '../samplecode/SampleClipDrawMatch.cpp',
55 '../samplecode/SampleClock.cpp', 56 '../samplecode/SampleClock.cpp',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 }], 299 }],
299 ], 300 ],
300 'msvs_settings': { 301 'msvs_settings': {
301 'VCLinkerTool': { 302 'VCLinkerTool': {
302 'SubSystem': '2', 303 'SubSystem': '2',
303 }, 304 },
304 }, 305 },
305 }, 306 },
306 ], 307 ],
307 } 308 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkCanvas.h » ('j') | include/core/SkCanvas.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698