| Index: components/subresource_filter/content/common/BUILD.gn
|
| diff --git a/components/subresource_filter/content/common/BUILD.gn b/components/subresource_filter/content/common/BUILD.gn
|
| index 15ebae2e006f4de7899a0c85b4222bedc72c64c0..09ae099d85980aea857b27564d0dc11f5f58c003 100644
|
| --- a/components/subresource_filter/content/common/BUILD.gn
|
| +++ b/components/subresource_filter/content/common/BUILD.gn
|
| @@ -13,9 +13,11 @@ static_library("common") {
|
| deps = [
|
| "//components/subresource_filter/core/common",
|
| "//content/public/common",
|
| - "//ipc",
|
| "//url",
|
| ]
|
| + public_deps = [
|
| + "//ipc",
|
| + ]
|
| }
|
|
|
| source_set("unit_tests") {
|
|
|