Chromium Code Reviews| Index: chrome/tools/BUILD.gn |
| diff --git a/chrome/tools/BUILD.gn b/chrome/tools/BUILD.gn |
| index 12bcbf89ffecb12f233b8685c238a142ff80cf6c..af932bd96be9f42a6d8f548ad28a38a26b042153 100644 |
| --- a/chrome/tools/BUILD.gn |
| +++ b/chrome/tools/BUILD.gn |
| @@ -11,5 +11,9 @@ group("tools") { |
| deps = [ |
| "//chrome/tools/service_discovery_sniffer", |
| ] |
| + } else if (is_mac) { |
| + deps = [ |
| + "//chrome/tools/mac_helpers", |
| + ] |
| } |
| } |