Fix the build for GM.
authorscroggo <scroggo@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 6 Jun 2012 21:26:31 +0000 (21:26 +0000)
committerscroggo <scroggo@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 6 Jun 2012 21:26:31 +0000 (21:26 +0000)
Add src/pipe/utils as an include directory.

git-svn-id: http://skia.googlecode.com/svn/trunk@4200 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/gm.gyp

index c3f359c..0dc4d55 100644 (file)
@@ -9,6 +9,7 @@
       'type': 'executable',
       'include_dirs' : [
         '../src/core',
+        '../src/pipe/utils/',
       ],
       'includes': [
         'gmslides.gypi',