Fix visibility problems for downstream projects
Recently added targets are broken in downstream projects because visibility is not set to correct value. TBR=nisse@webrtc.org Bug: webrtc:8287 Change-Id: I455704fe06483e65f0c77515e32652dbbb0b2191 Reviewed-on: https://webrtc-review.googlesource.com/40121 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21658}
This commit is contained in:

committed by
Commit Bot

parent
a8b7c7f4c6
commit
6e6a9554cb
@ -137,6 +137,7 @@ rtc_source_set("field_trial_api") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
rtc_source_set("runtime_enabled_features_api") {
|
rtc_source_set("runtime_enabled_features_api") {
|
||||||
|
visibility = [ "*" ]
|
||||||
sources = [
|
sources = [
|
||||||
"include/runtime_enabled_features.h",
|
"include/runtime_enabled_features.h",
|
||||||
]
|
]
|
||||||
@ -166,6 +167,7 @@ rtc_source_set("field_trial_default") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
rtc_source_set("runtime_enabled_features_default") {
|
rtc_source_set("runtime_enabled_features_default") {
|
||||||
|
visibility = [ "*" ]
|
||||||
sources = [
|
sources = [
|
||||||
"source/runtime_enabled_features_default.cc",
|
"source/runtime_enabled_features_default.cc",
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user