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

Unified Diff: ui/ui.gyp

Issue 10009024: Remove WAYLAND port (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 8 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 | « ui/gfx/surface/surface.gyp ('k') | ui/views/controls/menu/menu_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 06ae880938018d4aca8e2b126993472c3bf3fc77..99ad84eaf4c5151e1c2dd354033457e71dbd51a1 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -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',
« no previous file with comments | « ui/gfx/surface/surface.gyp ('k') | ui/views/controls/menu/menu_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698