summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-10 21:54:31 +0000
committerbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-10 21:54:31 +0000
commit326f75bade2a0391b82d8742b3f8cb7cc049e8a5 (patch)
tree7a806e3f89cd15e57c294826aeb15efc2761f559
parent32a7169118946b3342920e7b2d70ac32d62c8b43 (diff)
downloadgyp-326f75bade2a0391b82d8742b3f8cb7cc049e8a5.tar.gz
Move animated view headers to correct directory.
git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@4524 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--views.gyp5
-rw-r--r--views_animated.gyp5
2 files changed, 5 insertions, 5 deletions
diff --git a/views.gyp b/views.gyp
index f3d3759..fa0a29a 100644
--- a/views.gyp
+++ b/views.gyp
@@ -26,10 +26,8 @@
'sources': [
'../include/views/SkApplication.h',
'../include/views/SkBGViewArtist.h',
- '../include/views/SkBorderView.h',
'../include/views/SkEvent.h',
'../include/views/SkEventSink.h',
- '../include/views/SkImageView.h',
'../include/views/SkKey.h',
'../include/views/SkOSMenu.h',
'../include/views/SkOSWindow_Mac.h',
@@ -37,8 +35,6 @@
'../include/views/SkOSWindow_Unix.h',
'../include/views/SkOSWindow_Win.h',
#'../include/views/SkOSWindow_wxwidgets.h',
- '../include/views/SkProgressBarView.h',
- '../include/views/SkScrollBarView.h',
'../include/views/SkStackViewLayout.h',
'../include/views/SkSystemEventTypes.h',
'../include/views/SkTextBox.h',
@@ -51,7 +47,6 @@
'../src/views/SkBGViewArtist.cpp',
'../src/views/SkEvent.cpp',
'../src/views/SkEventSink.cpp',
- '../src/views/SkListView.cpp',
'../src/views/SkOSMenu.cpp',
'../src/views/SkParsePaint.cpp',
'../src/views/SkProgressView.cpp',
diff --git a/views_animated.gyp b/views_animated.gyp
index f7cd052..90d5351 100644
--- a/views_animated.gyp
+++ b/views_animated.gyp
@@ -18,10 +18,15 @@
'../include/views/animated',
],
'sources': [
+ '../include/views/animated/SkBorderView.h',
+ '../include/views/animated/SkImageView.h',
+ '../include/views/animated/SkProgressBarView.h',
+ '../include/views/animated/SkScrollBarView.h',
'../include/views/animated/SkWidgetViews.h',
'../src/views/animated/SkBorderView.cpp',
'../src/views/animated/SkImageView.cpp',
+ '../src/views/animated/SkListView.cpp',
'../src/views/animated/SkListWidget.cpp',
'../src/views/animated/SkProgressBarView.cpp',
'../src/views/animated/SkScrollBarView.cpp',