aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-02-27 19:41:54 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-27 19:41:54 -0800
commitfa82348a39a9cc348a0d4c627d3048b34bf716d4 (patch)
treeec749762f56d957fac6152efe75f16e417dec283 /gyp
parentf3fb5d3fb8d6367f604ebb53161532cf8c32e56b (diff)
remove unused view helpers
Diffstat (limited to 'gyp')
-rw-r--r--gyp/views.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/gyp/views.gyp b/gyp/views.gyp
index b9bba4832a..3db7e40fa4 100644
--- a/gyp/views.gyp
+++ b/gyp/views.gyp
@@ -28,7 +28,6 @@
],
'sources': [
'../include/views/SkApplication.h',
- '../include/views/SkBGViewArtist.h',
'../include/views/SkEvent.h',
'../include/views/SkEventSink.h',
'../include/views/SkKey.h',
@@ -40,19 +39,15 @@
'../include/views/SkSystemEventTypes.h',
'../include/views/SkTouchGesture.h',
'../include/views/SkView.h',
- '../include/views/SkViewInflate.h',
'../include/views/SkWindow.h',
- '../src/views/SkBGViewArtist.cpp',
'../src/views/SkEvent.cpp',
'../src/views/SkEventSink.cpp',
'../src/views/SkOSMenu.cpp',
- '../src/views/SkParsePaint.cpp',
'../src/views/SkTagList.cpp',
'../src/views/SkTagList.h',
'../src/views/SkTouchGesture.cpp',
'../src/views/SkView.cpp',
- '../src/views/SkViewInflate.cpp',
'../src/views/SkViewPriv.cpp',
'../src/views/SkViewPriv.h',
'../src/views/SkWindow.cpp',