diff options
author | egdaniel <egdaniel@google.com> | 2015-11-05 13:09:08 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-11-05 13:09:08 -0800 |
commit | fca294b83b9ffd77cab6326a8a76eb472b2b78d6 (patch) | |
tree | 8d75c96b1ba7f3f73c12053adb59ab534c02038d /gyp | |
parent | b7ffe03b1283506d78310cf0fff17aa7e6d74e2a (diff) |
Create Sample that combines combose shader and coons patch
BUG=skia:
Review URL: https://codereview.chromium.org/1417123004
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/SampleApp.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp index 6cdb31db3d..bbbd0717d2 100644 --- a/gyp/SampleApp.gyp +++ b/gyp/SampleApp.gyp @@ -31,6 +31,7 @@ '../samplecode/ClockFaceView.cpp', '../samplecode/OverView.cpp', '../samplecode/OverView.h', + '../samplecode/PerlinPatch.cpp', '../samplecode/Sample2PtRadial.cpp', '../samplecode/SampleAAClip.cpp', '../samplecode/SampleAARects.cpp', |