aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-12 16:06:24 +0000
committerGravatar yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-12 16:06:24 +0000
commit0be0157d7028a3f2fcbea67132829098eb09b168 (patch)
treed96ed7297bb29ccd570ace97da6f4c7a2bf21df3 /gyp
parent9b77fbd38bf5b7f0aca1cf32cf84515ab51f0c26 (diff)
Added samplecode as an include directory for SampleApp.gyp
git-svn-id: http://skia.googlecode.com/svn/trunk@2107 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/SampleApp.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index 4d061e6729..d51c76cbdb 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