aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar liyuqian <liyuqian@google.com>2016-05-17 12:44:20 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-17 12:44:20 -0700
commitd3cdbcad65673596ae37e65fec842d8d4d81c5a7 (patch)
treef7b71e933a44a18e17af1d93d996ac4b2d0c4f59 /gyp
parent1483d0f73ea484bf582b81f031222082f33d6d35 (diff)
Implement touch control
Diffstat (limited to 'gyp')
-rw-r--r--gyp/viewer.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/viewer.gyp b/gyp/viewer.gyp
index d8082ef949..84daa8d4c5 100644
--- a/gyp/viewer.gyp
+++ b/gyp/viewer.gyp
@@ -18,6 +18,7 @@
'include_dirs': [
'../bench',
'../gm',
+ '../include/views',
'../include/private',
'../src/core',
'../src/effects',
@@ -28,6 +29,7 @@
],
'sources': [
'../gm/gm.cpp',
+ '../src/views/SkTouchGesture.cpp',
'<!@(python find.py ../tools/viewer "*.cpp")',
],
'dependencies': [