Chromium Code Reviews| Index: webrtc/examples/BUILD.gn |
| diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn |
| index 3764b5c72c1fd55d2a4b832e3c4b288a53cdd64f..eaa3bc91836dbb5a147e56643a2e3950da1dba39 100644 |
| --- a/webrtc/examples/BUILD.gn |
| +++ b/webrtc/examples/BUILD.gn |
| @@ -93,6 +93,7 @@ if (is_android) { |
| ":AppRTCMobile_resources", |
| "//webrtc/base:base_java", |
| "//webrtc/examples/androidapp/third_party/autobanh:autobanh_java", |
| + "//webrtc/modules/audio_device:audio_device_java", |
|
sakal
2017/01/18 13:21:44
Is this really needed? //webrtc/sdk/android:libjin
mbonadei
2017/01/19 08:30:45
It seems to be. I tried to comment the dependency
sakal
2017/01/19 09:06:21
It is a shame. It would be nice to be able to just
mbonadei
2017/01/19 21:20:03
Yes it is, I think there will be some good reasons
|
| "//webrtc/sdk/android:libjingle_peerconnection_java", |
| "//webrtc/sdk/android:libjingle_peerconnection_metrics_default_java", |
| ] |