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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1212813009: Add normal map sample (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Don't compile SampleLighting.cpp on CrOS Created 5 years, 5 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 | resources/brickwork-texture.jpg » ('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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 '../samplecode/SampleFuzz.cpp', 79 '../samplecode/SampleFuzz.cpp',
80 '../samplecode/SampleGradients.cpp', 80 '../samplecode/SampleGradients.cpp',
81 '../samplecode/SampleHairCurves.cpp', 81 '../samplecode/SampleHairCurves.cpp',
82 '../samplecode/SampleHairline.cpp', 82 '../samplecode/SampleHairline.cpp',
83 '../samplecode/SampleHairModes.cpp', 83 '../samplecode/SampleHairModes.cpp',
84 '../samplecode/SampleHT.cpp', 84 '../samplecode/SampleHT.cpp',
85 '../samplecode/SampleIdentityScale.cpp', 85 '../samplecode/SampleIdentityScale.cpp',
86 '../samplecode/SampleLayerMask.cpp', 86 '../samplecode/SampleLayerMask.cpp',
87 '../samplecode/SampleLayers.cpp', 87 '../samplecode/SampleLayers.cpp',
88 '../samplecode/SampleLCD.cpp', 88 '../samplecode/SampleLCD.cpp',
89 '../samplecode/SampleLighting.cpp',
89 '../samplecode/SampleLines.cpp', 90 '../samplecode/SampleLines.cpp',
90 '../samplecode/SampleLua.cpp', 91 '../samplecode/SampleLua.cpp',
91 '../samplecode/SampleManyRects.cpp', 92 '../samplecode/SampleManyRects.cpp',
92 '../samplecode/SampleMeasure.cpp', 93 '../samplecode/SampleMeasure.cpp',
93 '../samplecode/SamplePatch.cpp', 94 '../samplecode/SamplePatch.cpp',
94 '../samplecode/SamplePath.cpp', 95 '../samplecode/SamplePath.cpp',
95 '../samplecode/SamplePathClip.cpp', 96 '../samplecode/SamplePathClip.cpp',
96 '../samplecode/SamplePathFuzz.cpp', 97 '../samplecode/SamplePathFuzz.cpp',
97 '../samplecode/SamplePathEffects.cpp', 98 '../samplecode/SamplePathEffects.cpp',
98 '../samplecode/SamplePicture.cpp', 99 '../samplecode/SamplePicture.cpp',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 '../samplecode/SampleAnimator.cpp', 253 '../samplecode/SampleAnimator.cpp',
253 ], 254 ],
254 'dependencies!': [ 255 'dependencies!': [
255 'animator.gyp:animator', 256 'animator.gyp:animator',
256 'experimental.gyp:experimental', 257 'experimental.gyp:experimental',
257 ], 258 ],
258 'dependencies': [ 259 'dependencies': [
259 'android_deps.gyp:Android_SampleApp', 260 'android_deps.gyp:Android_SampleApp',
260 ], 261 ],
261 }], 262 }],
263 [ 'skia_os == "chromeos"', {
264 'sources!': [
265 '../samplecode/SampleLighting.cpp', #doesn't compile due to gpu dep endencies
266 ],
267 }],
262 [ 'skia_gpu == 1', { 268 [ 'skia_gpu == 1', {
263 'dependencies': [ 269 'dependencies': [
264 'gputest.gyp:skgputest', 270 'gputest.gyp:skgputest',
265 ], 271 ],
266 }], 272 }],
267 ], 273 ],
268 }, 274 },
269 ], 275 ],
270 } 276 }
OLDNEW
« no previous file with comments | « no previous file | resources/brickwork-texture.jpg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698