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

Unified Diff: webrtc/logging/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 | « webrtc/call/BUILD.gn ('k') | webrtc/media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/logging/BUILD.gn
diff --git a/webrtc/logging/BUILD.gn b/webrtc/logging/BUILD.gn
index 6fcab59435a053a183a0ec73d4438b9d03df387e..6032ba616f6a5683813eb10e928d93c706d5812f 100644
--- a/webrtc/logging/BUILD.gn
+++ b/webrtc/logging/BUILD.gn
@@ -27,6 +27,7 @@ rtc_source_set("rtc_event_log_api") {
"rtc_event_log/rtc_event_log.h",
]
deps = [
+ "..:video_stream_api",
"../base:rtc_base_approved",
"../call:call_interfaces",
]
@@ -94,6 +95,7 @@ if (rtc_enable_protobuf) {
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
}
deps = [
+ "..:video_stream_api",
"../base:protobuf_utils",
"../base:rtc_base_approved",
]
« no previous file with comments | « webrtc/call/BUILD.gn ('k') | webrtc/media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698