Chromium Code Reviews| 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) { |