Index: remoting/remoting_host.gypi |
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi |
index 55387003fd8cc528aa695ccb97aaa80c1098b7c0..acd1d4e4fc6f6abcf5339173a27c53830c5b4009 100644 |
--- a/remoting/remoting_host.gypi |
+++ b/remoting/remoting_host.gypi |
@@ -310,7 +310,7 @@ |
], |
}, |
}], |
- ['OS=="linux" and chromeos==0', { |
+ ['OS=="linux" and chromeos==0 and use_ozone==0', { |
'dependencies' : [ |
# Always use GTK on Linux, even for Aura builds. |
'../build/linux/system.gyp:gtk', |
@@ -874,7 +874,7 @@ |
'host/it2me/it2me_native_messaging_host_main.h', |
], |
'conditions': [ |
- ['OS=="linux" and chromeos==0', { |
+ ['OS=="linux" and chromeos==0 and use_ozone==0', { |
'dependencies': [ |
# Always use GTK on Linux, even for Aura builds. |
'../build/linux/system.gyp:gtk', |