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

Unified Diff: gyp/SampleApp.gyp

Issue 2014993002: toy to play with antialias raytracing (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: one last linux warning Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | samplecode/SampleAAGeometry.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 a9e312b9fbe1fae67085b5c818724321d3c49e41..44e5904461fac2a0051ac5ae206e6dbd175d9673 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -16,6 +16,7 @@
'../src/image',
'../src/images',
'../src/lazy',
+ '../src/pathops',
'../gm', # needed to pull gm.h
'../samplecode', # To pull SampleApp.h and SampleCode.h
'../tools/debugger',
@@ -35,6 +36,7 @@
'../samplecode/PerlinPatch.cpp',
'../samplecode/Sample2PtRadial.cpp',
'../samplecode/SampleAAClip.cpp',
+ '../samplecode/SampleAAGeometry.cpp',
'../samplecode/SampleAARects.cpp',
'../samplecode/SampleAARectModes.cpp',
'../samplecode/SampleAll.cpp',
« no previous file with comments | « no previous file | samplecode/SampleAAGeometry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698