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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1181913003: add SkCanvas::drawAtlas (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix warnings 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 | « gm/spritebitmap.cpp ('k') | include/core/SkCanvas.h » ('j') | no next file with comments »
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 'includes': [ 7 'includes': [
8 'apptype_console.gypi', 8 'apptype_console.gypi',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 27 matching lines...) Expand all
38 '../samplecode/OverView.h', 38 '../samplecode/OverView.h',
39 '../samplecode/Sample2PtRadial.cpp', 39 '../samplecode/Sample2PtRadial.cpp',
40 '../samplecode/SampleAAClip.cpp', 40 '../samplecode/SampleAAClip.cpp',
41 '../samplecode/SampleAARects.cpp', 41 '../samplecode/SampleAARects.cpp',
42 '../samplecode/SampleAARectModes.cpp', 42 '../samplecode/SampleAARectModes.cpp',
43 '../samplecode/SampleAll.cpp', 43 '../samplecode/SampleAll.cpp',
44 '../samplecode/SampleAnimator.cpp', 44 '../samplecode/SampleAnimator.cpp',
45 '../samplecode/SampleAnimBlur.cpp', 45 '../samplecode/SampleAnimBlur.cpp',
46 '../samplecode/SampleApp.cpp', 46 '../samplecode/SampleApp.cpp',
47 '../samplecode/SampleArc.cpp', 47 '../samplecode/SampleArc.cpp',
48 '../samplecode/SampleAtlas.cpp',
48 '../samplecode/SampleBigBlur.cpp', 49 '../samplecode/SampleBigBlur.cpp',
49 '../samplecode/SampleBigGradient.cpp', 50 '../samplecode/SampleBigGradient.cpp',
50 '../samplecode/SampleBitmapRect.cpp', 51 '../samplecode/SampleBitmapRect.cpp',
51 '../samplecode/SampleBlur.cpp', 52 '../samplecode/SampleBlur.cpp',
52 '../samplecode/SampleCamera.cpp', 53 '../samplecode/SampleCamera.cpp',
53 '../samplecode/SampleChart.cpp', 54 '../samplecode/SampleChart.cpp',
54 '../samplecode/SampleCircle.cpp', 55 '../samplecode/SampleCircle.cpp',
55 '../samplecode/SampleClip.cpp', 56 '../samplecode/SampleClip.cpp',
56 '../samplecode/SampleClipDrawMatch.cpp', 57 '../samplecode/SampleClipDrawMatch.cpp',
57 '../samplecode/SampleClock.cpp', 58 '../samplecode/SampleClock.cpp',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 }], 264 }],
264 [ 'skia_gpu == 1', { 265 [ 'skia_gpu == 1', {
265 'dependencies': [ 266 'dependencies': [
266 'gputest.gyp:skgputest', 267 'gputest.gyp:skgputest',
267 ], 268 ],
268 }], 269 }],
269 ], 270 ],
270 }, 271 },
271 ], 272 ],
272 } 273 }
OLDNEW
« no previous file with comments | « gm/spritebitmap.cpp ('k') | include/core/SkCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698