| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index bde2b86ae1b7b7668239a4d2a8b4026a4d3886f4..7649f46b8ae8b97538f2064564c4fe7c9994dc9d 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -224,6 +224,13 @@ config("common_objc") {
|
| libs = [ "Foundation.framework" ]
|
| }
|
|
|
| +rtc_source_set("video_stream_api") {
|
| + sources = [
|
| + "video_receive_stream.h",
|
| + "video_send_stream.h",
|
| + ]
|
| +}
|
| +
|
| if (!build_with_chromium) {
|
| # Target to build all the WebRTC production code.
|
| rtc_static_library("webrtc") {
|
|
|