Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Unified Diff: gyp/views.gyp

Issue 1744043002: remove unused view helpers (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | include/views/SkBGViewArtist.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | include/views/SkBGViewArtist.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698