diff options
author | tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-27 13:44:57 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-27 13:44:57 +0000 |
commit | e229e92ea51e9bc7c11033e2099d3ef275621115 (patch) | |
tree | 4aa758087b36ce283a7877ac230ad2891c773de4 /gyp | |
parent | bacfcfb11cd0d869cc345795d5f3635aab7c50b6 (diff) |
Remove deprecated SkOSWindow_wxwidgets.h
It seems we never really supported WxWidgets.
R=bsalomon@google.com
Review URL: https://codereview.appspot.com/6569062
git-svn-id: http://skia.googlecode.com/svn/trunk@5708 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/views.gyp | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/gyp/views.gyp b/gyp/views.gyp index ec3fd79e6d..db748c7e4d 100644 --- a/gyp/views.gyp +++ b/gyp/views.gyp @@ -1,8 +1,8 @@ -#Views is the Skia windowing toolkit. -#It provides -# * a portable means of creating native windows -# * events -# * basic widgets and controls +# Views is the Skia windowing toolkit. +# It provides: +# * A portable means of creating native windows. +# * Events. +# * Basic widgets and controls. { 'targets': [ @@ -33,7 +33,6 @@ '../include/views/SkOSWindow_SDL.h', '../include/views/SkOSWindow_Unix.h', '../include/views/SkOSWindow_Win.h', - #'../include/views/SkOSWindow_wxwidgets.h', '../include/views/SkStackViewLayout.h', '../include/views/SkSystemEventTypes.h', '../include/views/SkTextBox.h', @@ -62,19 +61,19 @@ '../src/views/SkWidgets.cpp', '../src/views/SkWindow.cpp', - #mac + # Mac '../src/views/mac/SkOSWindow_Mac.mm', '../src/views/mac/skia_mac.mm', - #sdl + # SDL '../src/views/SDL/SkOSWindow_SDL.cpp', - #*nix + # *nix '../src/views/unix/SkOSWindow_Unix.cpp', '../src/views/unix/keysym2ucs.c', '../src/views/unix/skia_unix.cpp', - #windows + # Windows '../src/views/win/SkOSWindow_win.cpp', '../src/views/win/skia_win.cpp', |