| Index: gyp/views.gyp
|
| diff --git a/gyp/views.gyp b/gyp/views.gyp
|
| index b9bba4832ab1e2b4b907818529a4b00c76d17cb1..3db7e40fa408b615d2e10ca7bfce1e697d1b64e9 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',
|
|
|