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

Unified Diff: remoting/BUILD.gn

Issue 2753963002: Refactoring and rewriting the chromoting jni instance to be chromoting session. (Closed)
Patch Set: Pointer not obj. Created 3 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/chromoting_client_runtime.h » ('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 a630f569f83aa11510eb0cee45c2f507b898860c..b669cfee1affa63f7f85eed6725927c5b7dac87d 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -168,6 +168,8 @@ test("remoting_unittests") {
if (is_android) {
deps += [ "//net/android:net_java" ]
+
+ libs += [ "android" ]
Yuwei 2017/03/21 20:40:29 Why is this needed?
nicholss 2017/03/29 20:32:35 The unittests would not link without the android l
}
if (is_win) {
« no previous file with comments | « no previous file | remoting/client/BUILD.gn » ('j') | remoting/client/chromoting_client_runtime.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698