Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index eb4ce4affd1ff1c7dd41a52d2fceb013d4198e0e..5acca23a241e96056fceb3721df108871be9fbc6 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -55,8 +55,8 @@ |
'host_plugin_name': '<!(python <(version_py_path) -f <(branding_path) -t "@HOST_PLUGIN_FILE_NAME@")', |
'conditions': [ |
- # Remoting host is supported only on Windows, OSX and Linux. |
- ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0)', { |
+ # Remoting host is supported only on Windows, OSX and Linux (with X11). |
+ ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0 and use_x11==1)', { |
Wez
2013/03/07 18:33:01
nit: Wrap the open brace to the next line.
Sergey Ulanov
2013/03/07 19:39:09
condition wrapping is not a supported feature in g
|
'enable_remoting_host': 1, |
}, { |
'enable_remoting_host': 0, |