| Index: media/base/mac/BUILD.gn
|
| diff --git a/media/base/mac/BUILD.gn b/media/base/mac/BUILD.gn
|
| index d0b7a0bb8d6fb3c0e8d44e71e054f34c3ea5f87e..ef7fe78e5cd85ff8d6c23ac7169a1a228e6a60e6 100644
|
| --- a/media/base/mac/BUILD.gn
|
| +++ b/media/base/mac/BUILD.gn
|
| @@ -9,10 +9,7 @@
|
| # 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",
|
| - "//media/filters",
|
| - ]
|
| + visibility = [ "//media" ]
|
|
|
| set_sources_assignment_filter([])
|
| sources = [
|
|
|