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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1230603002: Revert of Add normal map sample (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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',
90 '../samplecode/SampleLines.cpp', 89 '../samplecode/SampleLines.cpp',
91 '../samplecode/SampleLua.cpp', 90 '../samplecode/SampleLua.cpp',
92 '../samplecode/SampleManyRects.cpp', 91 '../samplecode/SampleManyRects.cpp',
93 '../samplecode/SampleMeasure.cpp', 92 '../samplecode/SampleMeasure.cpp',
94 '../samplecode/SamplePatch.cpp', 93 '../samplecode/SamplePatch.cpp',
95 '../samplecode/SamplePath.cpp', 94 '../samplecode/SamplePath.cpp',
96 '../samplecode/SamplePathClip.cpp', 95 '../samplecode/SamplePathClip.cpp',
97 '../samplecode/SamplePathFuzz.cpp', 96 '../samplecode/SamplePathFuzz.cpp',
98 '../samplecode/SamplePathEffects.cpp', 97 '../samplecode/SamplePathEffects.cpp',
99 '../samplecode/SamplePicture.cpp', 98 '../samplecode/SamplePicture.cpp',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 }], 261 }],
263 [ 'skia_gpu == 1', { 262 [ 'skia_gpu == 1', {
264 'dependencies': [ 263 'dependencies': [
265 'gputest.gyp:skgputest', 264 'gputest.gyp:skgputest',
266 ], 265 ],
267 }], 266 }],
268 ], 267 ],
269 }, 268 },
270 ], 269 ],
271 } 270 }
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