From a78c3daa7c5a8fc1e3e81cb42f17287c3ff601ad Mon Sep 17 00:00:00 2001 From: lukasza Date: Thu, 26 Mar 2015 15:37:20 -0700 Subject: Fixing building of remoting_unittests_apk target. BUG= Review URL: https://codereview.chromium.org/1010803014 Cr-Commit-Position: refs/heads/master@{#322482} --- remoting/BUILD.gn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'remoting/BUILD.gn') 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) { -- cgit v1.1