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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1304673002: Revert "Update SkLightingShader to support rotation" (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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/lightingshader.cpp ('k') | gyp/core.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 # 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 'targets': [ 10 'targets': [
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 '../samplecode/SampleFuzz.cpp', 77 '../samplecode/SampleFuzz.cpp',
78 '../samplecode/SampleGradients.cpp', 78 '../samplecode/SampleGradients.cpp',
79 '../samplecode/SampleHairCurves.cpp', 79 '../samplecode/SampleHairCurves.cpp',
80 '../samplecode/SampleHairline.cpp', 80 '../samplecode/SampleHairline.cpp',
81 '../samplecode/SampleHairModes.cpp', 81 '../samplecode/SampleHairModes.cpp',
82 '../samplecode/SampleHT.cpp', 82 '../samplecode/SampleHT.cpp',
83 '../samplecode/SampleIdentityScale.cpp', 83 '../samplecode/SampleIdentityScale.cpp',
84 '../samplecode/SampleLayerMask.cpp', 84 '../samplecode/SampleLayerMask.cpp',
85 '../samplecode/SampleLayers.cpp', 85 '../samplecode/SampleLayers.cpp',
86 '../samplecode/SampleLCD.cpp', 86 '../samplecode/SampleLCD.cpp',
87 '../samplecode/SampleLighting.cpp', 87 » '../samplecode/SampleLighting.cpp',
88 '../samplecode/SampleLines.cpp', 88 '../samplecode/SampleLines.cpp',
89 '../samplecode/SampleLua.cpp', 89 '../samplecode/SampleLua.cpp',
90 '../samplecode/SampleManyRects.cpp', 90 '../samplecode/SampleManyRects.cpp',
91 '../samplecode/SampleMeasure.cpp', 91 '../samplecode/SampleMeasure.cpp',
92 '../samplecode/SamplePatch.cpp', 92 '../samplecode/SamplePatch.cpp',
93 '../samplecode/SamplePath.cpp', 93 '../samplecode/SamplePath.cpp',
94 '../samplecode/SamplePathClip.cpp', 94 '../samplecode/SamplePathClip.cpp',
95 '../samplecode/SamplePathFuzz.cpp', 95 '../samplecode/SamplePathFuzz.cpp',
96 '../samplecode/SamplePathEffects.cpp', 96 '../samplecode/SamplePathEffects.cpp',
97 '../samplecode/SamplePicture.cpp', 97 '../samplecode/SamplePicture.cpp',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 '../samplecode/SampleAnimator.cpp', 238 '../samplecode/SampleAnimator.cpp',
239 ], 239 ],
240 'dependencies!': [ 240 'dependencies!': [
241 'animator.gyp:animator', 241 'animator.gyp:animator',
242 'experimental.gyp:experimental', 242 'experimental.gyp:experimental',
243 ], 243 ],
244 'dependencies': [ 244 'dependencies': [
245 'android_deps.gyp:Android_SampleApp', 245 'android_deps.gyp:Android_SampleApp',
246 ], 246 ],
247 }], 247 }],
248 [ 'skia_os == "chromeos"', { 248 » [ 'skia_os == "chromeos"', {
249 'sources!': [ 249 » 'sources!': [
250 '../samplecode/SampleLighting.cpp', #doesn't compile due to gpu dep endencies 250 » '../samplecode/SampleLighting.cpp', #doesn't compile due to gpu dep endencies
251 ], 251 ],
252 }], 252 }],
253 [ 'skia_gpu == 1', { 253 [ 'skia_gpu == 1', {
254 'dependencies': [ 254 'dependencies': [
255 'gputest.gyp:skgputest', 255 'gputest.gyp:skgputest',
256 ], 256 ],
257 }], 257 }],
258 [ 'not skia_pdf', { 258 [ 'not skia_pdf', {
259 'dependencies!': [ 'pdf.gyp:pdf' ], 259 'dependencies!': [ 'pdf.gyp:pdf' ],
260 'dependencies': [ 'pdf.gyp:nopdf' ], 260 'dependencies': [ 'pdf.gyp:nopdf' ],
261 }], 261 }],
262 ], 262 ],
263 }, 263 },
264 ], 264 ],
265 } 265 }
OLDNEW
« no previous file with comments | « gm/lightingshader.cpp ('k') | gyp/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698