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

Unified Diff: base/base.gypi

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 | « no previous file | base/event_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index bc310e667a96f39205299cb8e82961e009739023..f9fb0c084e831b625d65f777b20a8952c1c1572d 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -400,7 +400,6 @@
'nix/mime_util_xdg.h',
'nix/xdg_util.cc',
'nix/xdg_util.h',
- 'wayland/wayland_event.h',
'win/accessibility_misc_utils.h',
'win/accessibility_misc_utils.cc',
'win/enum_variant.h',
@@ -478,12 +477,6 @@
'sources!' : [ 'message_pump_gtk.cc', ],
'sources/' : [ [ 'include', '^message_pump_x\\.cc$', ] ],
}],
- [ 'use_wayland==1', {
- 'sources/': [
- [ 'exclude', '^message_pump_gtk\\.cc$',],
- [ 'exclude', '^message_pump_x\\.cc$',],
- ],
- }],
[ 'OS != "linux" and os_bsd != 1', {
'sources!': [
# Not automatically excluded by the *linux.cc rules.
@@ -783,7 +776,6 @@
'message_pump_libevent.h',
'message_pump_mac.h',
'message_pump_mac.mm',
- 'message_pump_wayland.h',
'metrics/field_trial.cc',
'metrics/field_trial.h',
'string16.cc',
« no previous file with comments | « no previous file | base/event_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698