summaryrefslogtreecommitdiffstats
path: root/remoting/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/BUILD.gn')
-rw-r--r--remoting/BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index e8d6411..2fcdf64 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -113,7 +113,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) {