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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1513483002: Boost GrGLConicEffect's variables to all high precision (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Doh Created 5 years 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 | src/gpu/effects/GrBezierEffect.cpp » ('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 20 matching lines...) Expand all
31 '../samplecode/GMSampleView.cpp', 31 '../samplecode/GMSampleView.cpp',
32 '../samplecode/ClockFaceView.cpp', 32 '../samplecode/ClockFaceView.cpp',
33 '../samplecode/OverView.cpp', 33 '../samplecode/OverView.cpp',
34 '../samplecode/OverView.h', 34 '../samplecode/OverView.h',
35 '../samplecode/PerlinPatch.cpp', 35 '../samplecode/PerlinPatch.cpp',
36 '../samplecode/Sample2PtRadial.cpp', 36 '../samplecode/Sample2PtRadial.cpp',
37 '../samplecode/SampleAAClip.cpp', 37 '../samplecode/SampleAAClip.cpp',
38 '../samplecode/SampleAARects.cpp', 38 '../samplecode/SampleAARects.cpp',
39 '../samplecode/SampleAARectModes.cpp', 39 '../samplecode/SampleAARectModes.cpp',
40 '../samplecode/SampleAll.cpp', 40 '../samplecode/SampleAll.cpp',
41 » '../samplecode/SampleAnimatedText.cpp', 41 '../samplecode/SampleAnimatedText.cpp',
42 '../samplecode/SampleAnimator.cpp', 42 '../samplecode/SampleAnimator.cpp',
43 '../samplecode/SampleAnimBlur.cpp', 43 '../samplecode/SampleAnimBlur.cpp',
44 '../samplecode/SampleApp.cpp', 44 '../samplecode/SampleApp.cpp',
45 '../samplecode/SampleArc.cpp', 45 '../samplecode/SampleArc.cpp',
46 '../samplecode/SampleAtlas.cpp', 46 '../samplecode/SampleAtlas.cpp',
47 '../samplecode/SampleBigBlur.cpp', 47 '../samplecode/SampleBigBlur.cpp',
48 '../samplecode/SampleBigGradient.cpp', 48 '../samplecode/SampleBigGradient.cpp',
49 '../samplecode/SampleBitmapRect.cpp', 49 '../samplecode/SampleBitmapRect.cpp',
50 '../samplecode/SampleBlur.cpp', 50 '../samplecode/SampleBlur.cpp',
51 '../samplecode/SampleCamera.cpp', 51 '../samplecode/SampleCamera.cpp',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 ], 253 ],
254 'dependencies': [ 254 'dependencies': [
255 'android_output.gyp:android_output', 255 'android_output.gyp:android_output',
256 'android_deps.gyp:Android_SampleApp', 256 'android_deps.gyp:Android_SampleApp',
257 ], 257 ],
258 }], 258 }],
259 [ 'skia_os == "chromeos"', { 259 [ 'skia_os == "chromeos"', {
260 'sources!': [ 260 'sources!': [
261 '../samplecode/SampleLighting.cpp', #doesn't compile due to gpu dep endencies 261 '../samplecode/SampleLighting.cpp', #doesn't compile due to gpu dep endencies
262 ], 262 ],
263 » 'include_dirs' : [ 263 'include_dirs' : [
264 » '../include/gpu', 264 '../include/gpu',
265 » ], 265 ],
266 }], 266 }],
267 [ 'skia_gpu == 1', { 267 [ 'skia_gpu == 1', {
268 'dependencies': [ 268 'dependencies': [
269 'gputest.gyp:skgputest', 269 'gputest.gyp:skgputest',
270 ], 270 ],
271 }], 271 }],
272 [ 'not skia_pdf', { 272 [ 'not skia_pdf', {
273 'dependencies!': [ 'pdf.gyp:pdf' ], 273 'dependencies!': [ 'pdf.gyp:pdf' ],
274 'dependencies': [ 'pdf.gyp:nopdf' ], 274 'dependencies': [ 'pdf.gyp:nopdf' ],
275 }], 275 }],
276 ], 276 ],
277 }, 277 },
278 ], 278 ],
279 } 279 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/effects/GrBezierEffect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698