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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1408063015: Revert of Add text animation sample; tweak DrawShip sample (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 1 month 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/gpu/GrContext.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 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'SampleApp', 9 'target_name': 'SampleApp',
10 'type': 'executable', 10 'type': 'executable',
(...skipping 18 matching lines...) Expand all
29 '../samplecode/GMSampleView.h', 29 '../samplecode/GMSampleView.h',
30 '../samplecode/GMSampleView.cpp', 30 '../samplecode/GMSampleView.cpp',
31 '../samplecode/ClockFaceView.cpp', 31 '../samplecode/ClockFaceView.cpp',
32 '../samplecode/OverView.cpp', 32 '../samplecode/OverView.cpp',
33 '../samplecode/OverView.h', 33 '../samplecode/OverView.h',
34 '../samplecode/Sample2PtRadial.cpp', 34 '../samplecode/Sample2PtRadial.cpp',
35 '../samplecode/SampleAAClip.cpp', 35 '../samplecode/SampleAAClip.cpp',
36 '../samplecode/SampleAARects.cpp', 36 '../samplecode/SampleAARects.cpp',
37 '../samplecode/SampleAARectModes.cpp', 37 '../samplecode/SampleAARectModes.cpp',
38 '../samplecode/SampleAll.cpp', 38 '../samplecode/SampleAll.cpp',
39 '../samplecode/SampleAnimatedText.cpp',
40 '../samplecode/SampleAnimator.cpp', 39 '../samplecode/SampleAnimator.cpp',
41 '../samplecode/SampleAnimBlur.cpp', 40 '../samplecode/SampleAnimBlur.cpp',
42 '../samplecode/SampleApp.cpp', 41 '../samplecode/SampleApp.cpp',
43 '../samplecode/SampleArc.cpp', 42 '../samplecode/SampleArc.cpp',
44 '../samplecode/SampleAtlas.cpp', 43 '../samplecode/SampleAtlas.cpp',
45 '../samplecode/SampleBigBlur.cpp', 44 '../samplecode/SampleBigBlur.cpp',
46 '../samplecode/SampleBigGradient.cpp', 45 '../samplecode/SampleBigGradient.cpp',
47 '../samplecode/SampleBitmapRect.cpp', 46 '../samplecode/SampleBitmapRect.cpp',
48 '../samplecode/SampleBlur.cpp', 47 '../samplecode/SampleBlur.cpp',
49 '../samplecode/SampleCamera.cpp', 48 '../samplecode/SampleCamera.cpp',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 ], 260 ],
262 }], 261 }],
263 [ 'not skia_pdf', { 262 [ 'not skia_pdf', {
264 'dependencies!': [ 'pdf.gyp:pdf' ], 263 'dependencies!': [ 'pdf.gyp:pdf' ],
265 'dependencies': [ 'pdf.gyp:nopdf' ], 264 'dependencies': [ 'pdf.gyp:nopdf' ],
266 }], 265 }],
267 ], 266 ],
268 }, 267 },
269 ], 268 ],
270 } 269 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698