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

Unified Diff: gyp/gmslides.gypi

Issue 14371011: path ops : add support for inverse fill (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 8 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
Index: gyp/gmslides.gypi
===================================================================
--- gyp/gmslides.gypi (revision 8745)
+++ gyp/gmslides.gypi (working copy)
@@ -1,5 +1,8 @@
# include this gypi to include all the golden master slides.
{
+ 'includes': [
+ 'pathops.gypi',
+ ],
'sources': [
'../gm/aaclip.cpp',
'../gm/aarectmodes.cpp',
@@ -66,6 +69,7 @@
'../gm/patheffects.cpp',
'../gm/pathfill.cpp',
'../gm/pathinterior.cpp',
+ '../gm/pathopsinverse.cpp',
'../gm/pathreverse.cpp',
'../gm/perlinnoise.cpp',
'../gm/points.cpp',

Powered by Google App Engine
This is Rietveld 408576698