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

Unified Diff: remoting/remoting.gyp

Issue 12563002: x11: Include X11 dependencies only when building with X11. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 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
« media/media.gyp ('K') | « media/media.gyp ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« media/media.gyp ('K') | « media/media.gyp ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698