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

Unified Diff: ui/aura/aura.gyp

Issue 17265006: wayland patch for inspection Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « third_party/khronos/EGL/eglplatform.h ('k') | ui/aura/env.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « third_party/khronos/EGL/eglplatform.h ('k') | ui/aura/env.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698