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