diff options
author | reed <reed@chromium.org> | 2015-02-21 09:36:50 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-21 09:36:50 -0800 |
commit | 0ab326f530c0d3597471bbbe7bc92e7cd1fac60f (patch) | |
tree | 4a84c68fbda4efb06c12bc06fbf35e27abd9e20a /gyp | |
parent | f7f79d2a6e669058ee9bb9fc4f0a9e998bfc5da6 (diff) |
move GMSampleView into its own cpp
BUG=skia:
TBR=
Review URL: https://codereview.chromium.org/947733002
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 3f57aa1538..cbe9e88598 100644 --- a/gyp/SampleApp.gyp +++ b/gyp/SampleApp.gyp @@ -26,6 +26,7 @@ 'sources': [ '../gm/gm.cpp', '../samplecode/GMSampleView.h', + '../samplecode/GMSampleView.cpp', '../samplecode/ClockFaceView.cpp', '../samplecode/OverView.cpp', '../samplecode/OverView.h', |