Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: remoting/BUILD.gn

Issue 1010803014: Fixing building of remoting_unittests_apk target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Covering BUILD.gn as well. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/client/BUILD.gn » ('j') | remoting/client/plugin/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | remoting/client/BUILD.gn » ('j') | remoting/client/plugin/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698