aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gm.gyp
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-29 17:41:02 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-29 17:41:02 +0000
commit30db599c1de70b2832ff9ec05c266a4c9b515d94 (patch)
tree373c11bca59dcea38225d9d55607bbdcbcc5a654 /gyp/gm.gyp
parentab3dee5c8a7b782f2cf2464316867f2efb2a5cf3 (diff)
add new test for complex clips
temp disable picture testing until I fix the bug w/ expanding clips git-svn-id: http://skia.googlecode.com/svn/trunk@2184 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/gm.gyp')
-rw-r--r--gyp/gm.gyp7
1 files changed, 4 insertions, 3 deletions
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index 180e81f497..cebd26f9d9 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -12,13 +12,17 @@
'../gm/bitmapfilters.cpp',
'../gm/bitmapscroll.cpp',
'../gm/blurs.cpp',
+ '../gm/complexclip.cpp',
+ '../gm/complexclip2.cpp',
'../gm/filltypes.cpp',
+ '../gm/gmmain.cpp',
'../gm/gradients.cpp',
'../gm/lcdtext.cpp',
'../gm/nocolorbleed.cpp',
'../gm/pathfill.cpp',
'../gm/points.cpp',
'../gm/poly2poly.cpp',
+ '../gm/shadertext.cpp',
'../gm/shadows.cpp',
'../gm/shapes.cpp',
'../gm/strokerects.cpp',
@@ -27,9 +31,6 @@
'../gm/tilemodes.cpp',
'../gm/tinybitmap.cpp',
'../gm/xfermodes.cpp',
- '../gm/shadertext.cpp',
- '../gm/complexclip.cpp',
- '../gm/gmmain.cpp',
],
'dependencies': [
'core.gyp:core',