From 0be0157d7028a3f2fcbea67132829098eb09b168 Mon Sep 17 00:00:00 2001 From: "yangsu@google.com" Date: Fri, 12 Aug 2011 16:06:24 +0000 Subject: [PATCH] Added samplecode as an include directory for SampleApp.gyp git-svn-id: http://skia.googlecode.com/svn/trunk@2107 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/SampleApp.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp index 4d061e672..d51c76cbd 100644 --- a/gyp/SampleApp.gyp +++ b/gyp/SampleApp.gyp @@ -12,6 +12,7 @@ '../src/core', # needed to get SkConcaveToTriangle, maybe this should be moved to include dir? '../gm', # SampleGM.cpp pulls gm.h '../include/pipe', # To pull in SkGPipe.h for pipe reader/writer + '../samplecode', # To pull SampleApp.h and SampleCode.h ], 'sources': [ # gm files needed for SampleGM.cpp