Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1692)

Unified Diff: webrtc/BUILD.gn

Issue 2841873002: Creating webrtc:video_stream_api (Closed)
Patch Set: Build webrtc:video_stream_api also with chromium Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/call/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « no previous file | webrtc/call/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698