Index: ui/aura/aura.gyp |
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp |
index 7915d091071af9fa197690b0bdda29a1caa2c6e0..146a8b77d2ff4b0e81080d299792e49b7610f325 100644 |
--- a/ui/aura/aura.gyp |
+++ b/ui/aura/aura.gyp |
@@ -87,6 +87,8 @@ |
'root_window_host_mac.mm', |
'root_window_host_ozone.cc', |
'root_window_host_ozone.h', |
+ 'root_window_host_wayland.cc', |
+ 'root_window_host_wayland.h', |
'root_window_host_win.cc', |
'root_window_host_win.h', |
'root_window_host_x11.cc', |
@@ -124,6 +126,11 @@ |
], |
}, |
}], |
+ ['use_wayland==1', { |
+ 'dependencies': [ |
+ '../wayland/wayland.gyp:wayland', |
+ ], |
+ }], |
['OS=="win"', { |
'dependencies': [ |
'../metro_viewer/metro_viewer.gyp:metro_viewer_messages', |