Index: remoting/BUILD.gn |
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn |
index 02adc68d0ab95ec3965cf58a360342a20cca442e..fb75dbaf63c12fcc35a924952c52f9146987f600 100644 |
--- a/remoting/BUILD.gn |
+++ b/remoting/BUILD.gn |
@@ -24,12 +24,8 @@ group("remoting_all") { |
#"//app_remoting_webapp.gyp:ar_sample_app", |
] |
- if ((is_linux && !is_chromeos) || is_mac) { |
- deps += [ |
- # TODO(gyp) Enable this for Windows once the webapp can be built without |
- # exceeding the 8k cmd line limit on Windows. |
- "//remoting/webapp", |
- ] |
+ if ((is_linux && !is_chromeos) || is_mac || is_win) { |
+ deps += [ "//remoting/webapp" ] |
} |
if (is_win) { |