From bd59c71ff8d7014aee8fb64fa965b01e3b59671b Mon Sep 17 00:00:00 2001 From: sakal Date: Thu, 11 Aug 2016 00:59:15 -0700 Subject: [PATCH] GN: Add dependency libjingle_peerconnection_java to modules_unittests. This change only affects the Android build. BUG=webrtc:6189 TBR=tommi@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/2233903002 Cr-Commit-Position: refs/heads/master@{#13722} --- webrtc/modules/BUILD.gn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn index e3e92a1417..21d0fdb532 100644 --- a/webrtc/modules/BUILD.gn +++ b/webrtc/modules/BUILD.gn @@ -480,7 +480,10 @@ if (rtc_include_tests) { ] if (is_android) { - deps += [ "//testing/android/native_test:native_test_support" ] + deps += [ + "//testing/android/native_test:native_test_support", + "//webrtc/api:libjingle_peerconnection_java", + ] # Need to disable error due to the line in # base/android/jni_android.h triggering it: