Chromium Code Reviews| Index: remoting/host/BUILD.gn |
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn |
| index 3605c8ebfac0f65cced714d54f8a938f83868f6d..62f74d19a35f089d0e11e76d35394938943d2a4a 100644 |
| --- a/remoting/host/BUILD.gn |
| +++ b/remoting/host/BUILD.gn |
| @@ -452,7 +452,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host. |
| deps += [ "//third_party/libjingle:libjingle_webrtc" ] |
| } |
| - if (is_linux) { |
| + if (is_linux && !is_chromeos) { |
|
Dirk Pranke
2015/09/03 21:25:05
this might be clearer as 'is_desktop_linux', since
Peter Mayo
2015/09/03 21:56:24
I ...
selected_template=mal_no_objections
|
| deps += [ "//build/config/linux/gtk2" ] |
| } |
| if (is_linux || is_mac) { |