Chromium Code Reviews| Index: remoting/remoting_enable.gni |
| diff --git a/remoting/remoting_enable.gni b/remoting/remoting_enable.gni |
| index f8c1b20db1b1f9b813e54cebe37127a6f3e0dd46..b24409bd324c1a5f1e7ff812d641b8a4d40d57dd 100644 |
| --- a/remoting/remoting_enable.gni |
| +++ b/remoting/remoting_enable.gni |
| @@ -9,12 +9,17 @@ import("//build/config/ui.gni") |
| enable_remoting_host = false |
| enable_me2me_host = false |
| -# TODO(GYP) Make remoting hosts work on Windows and Mac. |
| -#if (is_win || is_mac) { |
| +# TODO(GYP) Make remoting hosts work on Mac. |
| +#if (is_mac) { |
| # enable_remoting_host = true |
| # enable_me2me_host = true |
| #} |
| +if (is_win) { |
|
Sergey Ulanov
2016/03/01 20:26:43
Merge this with the condition below?
I.e. it will
Hzj_jie
2016/03/02 08:27:29
Done.
|
| + enable_remoting_host = true |
| + enable_me2me_host = true |
| +} |
| + |
| if (is_linux && !is_chromeos && use_x11) { |
| enable_remoting_host = true |
| enable_me2me_host = true |