diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-07 00:33:04 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-07 00:33:04 +0000 |
commit | 328ce55f74ce4316a4fbb1286be14bf603e841e6 (patch) | |
tree | dda8a6ff77f9828dad816d6b02a21e65605f9f1f /ui/ui.gyp | |
parent | 9d7a49d744c7431eded94842d9bab9f7eae7c7b6 (diff) | |
download | chromium_src-328ce55f74ce4316a4fbb1286be14bf603e841e6.zip chromium_src-328ce55f74ce4316a4fbb1286be14bf603e841e6.tar.gz chromium_src-328ce55f74ce4316a4fbb1286be14bf603e841e6.tar.bz2 |
Remove WAYLAND port
Also removed skia/ext/canvas_paint_x.h which is not in use.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10009024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131219 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r-- | ui/ui.gyp | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -244,7 +244,6 @@ 'base/ui_export.h', 'base/view_prop.cc', 'base/view_prop.h', - 'base/wayland/events_wayland.cc', 'base/win/atl_module.h', 'base/win/events_win.cc', 'base/win/foreground_helper.cc', @@ -363,7 +362,6 @@ 'gfx/screen_ash.cc', 'gfx/screen_gtk.cc', 'gfx/screen_mac.mm', - 'gfx/screen_wayland.cc', 'gfx/screen_win.cc', 'gfx/scoped_cg_context_save_gstate_mac.h', 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', @@ -522,25 +520,6 @@ 'gfx/native_theme_gtk.h', ] }], - ['use_wayland == 1', { - 'sources/': [ - ['exclude', '_(gtk|x)\\.cc$'], - ['exclude', '/(gtk|x11)_[^/]*\\.cc$'], - ['include', 'base/dragdrop/gtk_dnd_util.cc'], - ['include', 'base/dragdrop/gtk_dnd_util.h'], - ['include', 'base/dragdrop/os_exchange_data_provider_gtk.cc'], - ['include', 'base/dragdrop/os_exchange_data_provider_gtk.h'], - ['include', 'base/keycodes/keyboard_code_conversion_x.cc'], - ['include', 'base/keycodes/keyboard_code_conversion_x.h'], - ['include', 'gfx/gtk_util.cc'], - ['include', 'gfx/gtk_util.h'], - ['include', 'gfx/path_gtk.cc'], - ['include', 'gfx/platform_font_pango.cc'], - ['include', 'gfx/platform_font_pango.h'], - ['include', 'gfx/linux_util.cc'], - ['include', 'gfx/linux_util.h'], - ], - }], ['OS=="win"', { 'sources': [ 'gfx/gdi_util.cc', |