| Index: components/subresource_filter/content/renderer/BUILD.gn
|
| diff --git a/components/subresource_filter/content/renderer/BUILD.gn b/components/subresource_filter/content/renderer/BUILD.gn
|
| index 297d587813d813472504ac0b15e19f037d31bf33..5ef9ab748bc873461f41ea8dd32621b243bba0a8 100644
|
| --- a/components/subresource_filter/content/renderer/BUILD.gn
|
| +++ b/components/subresource_filter/content/renderer/BUILD.gn
|
| @@ -17,10 +17,12 @@ static_library("renderer") {
|
| "//components/subresource_filter/core/common",
|
| "//content/public/common",
|
| "//content/public/renderer",
|
| - "//ipc",
|
| "//third_party/WebKit/public:blink",
|
| "//url",
|
| ]
|
| + public_deps = [
|
| + "//ipc",
|
| + ]
|
| }
|
|
|
| source_set("unit_tests") {
|
|
|