aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-25 18:24:41 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-25 18:24:41 +0000
commitddd8fa8f45159537d828e2fb6e1a7fce0633bf25 (patch)
tree14658480fa6d7730f08492b3a91a012cca0b776b /gyp
parent4e2d4ff99de2f1989e61e994c3d194efd216b183 (diff)
Remove SkListWidget.cpp, which has not been compiled for 18 months
(Our very first gyp file from https://code.google.com/p/skia/source/detail?spec=svn955&r=955 already had it turned off) Review URL: https://codereview.appspot.com/6566049 git-svn-id: http://skia.googlecode.com/svn/trunk@5668 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/views_animated.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/gyp/views_animated.gyp b/gyp/views_animated.gyp
index f117ddc4ce..1767fe1a1b 100644
--- a/gyp/views_animated.gyp
+++ b/gyp/views_animated.gyp
@@ -26,15 +26,11 @@
'../src/views/animated/SkBorderView.cpp',
'../src/views/animated/SkImageView.cpp',
- '../src/views/animated/SkListWidget.cpp',
'../src/views/animated/SkProgressBarView.cpp',
'../src/views/animated/SkScrollBarView.cpp',
'../src/views/animated/SkStaticTextView.cpp',
'../src/views/animated/SkWidgetViews.cpp',
],
- 'sources!' : [
- '../src/views/animated/SkListWidget.cpp', #depends on missing SkListSource implementation
- ],
'conditions': [
[ 'skia_os == "mac"', {
'link_settings': {
@@ -53,7 +49,6 @@
'sources!': [
'../src/views/animated/SkBorderView.cpp',
'../src/views/animated/SkImageView.cpp',
- '../src/views/animated/SkListWidget.cpp',
'../src/views/animated/SkProgressBarView.cpp',
'../src/views/animated/SkScrollBarView.cpp',
'../src/views/animated/SkStaticTextView.cpp',