summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting__remoting.gyp
blob: 01a29f70bd28a1a2552c9c3866035a70fd410d30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- remoting/remoting.gyp.orig	2013-08-09 19:06:51.000000000 +0000
+++ remoting/remoting.gyp	2013-08-12 21:21:56.000000000 +0000
@@ -53,7 +53,7 @@
 
     'conditions': [
       # 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)', {
+      ['OS=="win" or OS=="mac" or OS=="freebsd" or (OS=="linux" and chromeos==0 and use_x11==1)', {
         'enable_remoting_host': 1,
       }, {
         'enable_remoting_host': 0,
@@ -484,7 +484,7 @@
             'host/win/wts_terminal_observer.h',
           ],
           'conditions': [
-            ['OS=="linux"', {
+            ['OS=="linux" or os_bsd==1', {
               'dependencies': [
                 # Always use GTK on Linux, even for Aura builds.
                 #