Index: remoting/BUILD.gn |
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn |
index ecf6fb5395bcdf90745b78ecff55ca3c4e5e7390..f41558879bcb920c3770c4615076a8582b490221 100644 |
--- a/remoting/BUILD.gn |
+++ b/remoting/BUILD.gn |
@@ -111,7 +111,10 @@ if (!is_win && !is_mac) { |
if (is_android) { |
deps += [ "//testing/android:native_test_native_code" ] |
} else { |
- deps += [ "//remoting/client/plugin" ] |
+ deps += [ |
+ "//remoting/client/plugin", |
+ "//remoting/client/plugin:unit_tests", |
+ ] |
} |
if (enable_remoting_host) { |