| 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': [
|
|
|