| Index: media/base/mac/BUILD.gn
|
| diff --git a/media/base/mac/BUILD.gn b/media/base/mac/BUILD.gn
|
| index ef7fe78e5cd85ff8d6c23ac7169a1a228e6a60e6..d0b7a0bb8d6fb3c0e8d44e71e054f34c3ea5f87e 100644
|
| --- a/media/base/mac/BUILD.gn
|
| +++ b/media/base/mac/BUILD.gn
|
| @@ -9,7 +9,10 @@ source_set("mac") {
|
| # build, if other component targets also depend on it, multiple copies of
|
| # the ObjC classes declared in the files below will cause warnings at
|
| # run-time.
|
| - visibility = [ "//media" ]
|
| + visibility = [
|
| + "//media",
|
| + "//media/filters",
|
| + ]
|
|
|
| set_sources_assignment_filter([])
|
| sources = [
|
|
|