Chromium Code Reviews| Index: components/network_hints/common/BUILD.gn |
| diff --git a/components/network_hints/common/BUILD.gn b/components/network_hints/common/BUILD.gn |
| index 97e437487b29725449bdeb2bc6f9d60f214dea5f..2b0b0848934c33816f96d0ec2b7ad468eccb1486 100644 |
| --- a/components/network_hints/common/BUILD.gn |
| +++ b/components/network_hints/common/BUILD.gn |
| @@ -15,6 +15,9 @@ source_set("common") { |
| deps = [ |
| "//base", |
| + "//content/public/common", |
| + "//ipc", |
| "//ui/accessibility", |
| + "//url", |
| ] |
| } |