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

Unified Diff: build/linux/system.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 | « build/filename_rules.gypi ('k') | chrome/browser/chromeos/system_key_event_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index 5170c105e61243060870d4324bddafc76058af68..b82c36c5afc106576fb035dfb80b20d59c768817 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -609,30 +609,6 @@
],
},
{
- 'target_name': 'wayland',
- 'type': 'none',
- 'conditions': [
- ['use_wayland == 1', {
- 'cflags': [
- '<!@(<(pkg-config) --cflags cairo wayland-client wayland-egl xkbcommon)',
- ],
- 'direct_dependent_settings': {
- 'cflags': [
- '<!@(<(pkg-config) --cflags cairo wayland-client wayland-egl xkbcommon)',
- ],
- },
- 'link_settings': {
- 'ldflags': [
- '<!@(<(pkg-config) --libs-only-L --libs-only-other wayland-client wayland-egl xkbcommon)',
- ],
- 'libraries': [
- '<!@(<(pkg-config) --libs-only-l wayland-client wayland-egl xkbcommon)',
- ],
- },
- }],
- ],
- },
- {
'target_name': 'udev',
'type': 'none',
'conditions': [
« no previous file with comments | « build/filename_rules.gypi ('k') | chrome/browser/chromeos/system_key_event_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698