aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting__remoting_host.gypi
blob: b86aa5e4af494060546a26a0e519ff4a14369869 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
--- remoting/remoting_host.gypi.orig	2015-10-14 03:01:21.000000000 -0400
+++ remoting/remoting_host.gypi	2015-10-23 13:56:18.229194000 -0400
@@ -18,7 +18,7 @@
         'remoting_host_win.gypi',
       ],
     }],
-    ['OS=="linux"', {
+    ['OS=="linux" or os_bsd==1', {
       'includes': [
         'remoting_host_linux.gypi',
       ],
@@ -57,7 +57,7 @@
             '<@(remoting_host_sources)',
           ],
           'conditions': [
-            ['OS=="linux"', {
+            ['OS=="linux" or os_bsd==1', {
               'conditions': [
                 ['use_x11==1', {
                   'dependencies': [
@@ -331,7 +331,7 @@
             'host/setup/start_host.cc',
           ],
           'conditions': [
-            ['OS=="linux" and use_allocator!="none"', {
+            ['(OS=="linux" or os_bsd==1) and use_allocator!="none"', {
               'dependencies': [
                 '../base/allocator/allocator.gyp:allocator',
               ],
@@ -549,7 +549,7 @@
                 }],  # mac_breakpad==1
               ],  # conditions
             }],  # OS=mac
-            ['OS=="linux" and use_allocator!="none"', {
+            ['(OS=="linux" or os_bsd==1) and use_allocator!="none"', {
               'dependencies': [
                 '../base/allocator/allocator.gyp:allocator',
               ],
@@ -671,13 +671,13 @@
                 'host/it2me/it2me_native_messaging_host_main.h',
               ],
               'conditions': [
-                ['OS=="linux" and chromeos==0 and use_ozone==0', {
+                ['(OS=="linux" or os_bsd==1) and chromeos==0 and use_ozone==0', {
                   'dependencies': [
                     # Always use GTK on Linux, even for Aura builds.
                     '../build/linux/system.gyp:gtk2',
                   ],
                 }],
-                ['OS=="linux" and use_allocator!="none"', {
+                ['(OS=="linux" or os_bsd==1) and use_allocator!="none"', {
                   'dependencies': [
                     '../base/allocator/allocator.gyp:allocator',
                   ],