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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/gpu/effects/GrBezierEffect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/SampleApp.gyp
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index 1fdb15b7606774034b8fc9501ce7d4253d07c1fc..7983c12bdcf741724aaff1c508bd231ee58b6869 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -38,7 +38,7 @@
'../samplecode/SampleAARects.cpp',
'../samplecode/SampleAARectModes.cpp',
'../samplecode/SampleAll.cpp',
- '../samplecode/SampleAnimatedText.cpp',
+ '../samplecode/SampleAnimatedText.cpp',
'../samplecode/SampleAnimator.cpp',
'../samplecode/SampleAnimBlur.cpp',
'../samplecode/SampleApp.cpp',
@@ -260,9 +260,9 @@
'sources!': [
'../samplecode/SampleLighting.cpp', #doesn't compile due to gpu dependencies
],
- 'include_dirs' : [
- '../include/gpu',
- ],
+ 'include_dirs' : [
+ '../include/gpu',
+ ],
}],
[ 'skia_gpu == 1', {
'dependencies': [
« 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