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

Unified Diff: webrtc/BUILD.gn

Issue 2986893002: Piggybacking simulcast id and ALR experiment id into video content type extension. (Closed)
Patch Set: Remove static initialization from VideoContentType and remove memoization in AlrDetector Created 3 years, 4 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/api/BUILD.gn » ('j') | webrtc/modules/pacing/alr_detector.cc » ('J')
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 b917566891835d6ab3c51f7eb69787cf8e2f3b92..c08a3c42b6685cc305b67ea69fded0ba81c6ca3a 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -360,6 +360,13 @@ rtc_static_library("webrtc_common") {
"typedefs.h",
]
+ # This is needed here because common_types.cc uses VideoContentType, which
+ # needs .cc file to be compiled. This is public to allow include of
+ # video_content_type.h.
+ public_deps = [
+ "api:video_content_type_api",
+ ]
+
if (!build_with_chromium && is_clang) {
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
« no previous file with comments | « no previous file | webrtc/api/BUILD.gn » ('j') | webrtc/modules/pacing/alr_detector.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698