Add visibility for rtc_vp9_profile

This is necessary to access profiles from Chrome side.

Bug: webrtc:7925
Change-Id: I27d187afb56da715caf9f2ac8a6942778853542c
Reviewed-on: https://webrtc-review.googlesource.com/c/113100
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Emircan Uysaler <emircan@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25925}
This commit is contained in:
Emircan Uysaler
2018-12-04 11:00:52 -05:00
committed by Commit Bot
parent cdc5eb0de1
commit f73d40feca

View File

@ -55,6 +55,7 @@ rtc_source_set("rtc_media_config") {
} }
rtc_source_set("rtc_vp9_profile") { rtc_source_set("rtc_vp9_profile") {
visibility = [ "*" ]
sources = [ sources = [
"base/vp9_profile.cc", "base/vp9_profile.cc",
"base/vp9_profile.h", "base/vp9_profile.h",