| Index: webrtc/api/BUILD.gn
|
| diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
|
| index 391af74e7e4538bc1d58e290a13d38c6929cf4bd..526e82c0946b0e880ce9622e7cb60fe236bb4f06 100644
|
| --- a/webrtc/api/BUILD.gn
|
| +++ b/webrtc/api/BUILD.gn
|
| @@ -156,6 +156,7 @@ if (is_android && !build_with_chromium) {
|
| "android/jni/androidnetworkmonitor_jni.h",
|
| "android/jni/androidvideocapturer_jni.cc",
|
| "android/jni/androidvideocapturer_jni.h",
|
| + "android/jni/androidvideotracksource_jni.cc",
|
| "android/jni/classreferenceholder.cc",
|
| "android/jni/classreferenceholder.h",
|
| "android/jni/jni_helpers.cc",
|
| @@ -167,6 +168,8 @@ if (is_android && !build_with_chromium) {
|
| "android/jni/surfacetexturehelper_jni.h",
|
| "androidvideocapturer.cc",
|
| "androidvideocapturer.h",
|
| + "androidvideotracksource.cc",
|
| + "androidvideotracksource.h",
|
| ]
|
|
|
| configs += [
|
|
|