Chromium Code Reviews| Index: build/config/BUILD.gn |
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
| index 6a1061f2b915473334cd72f68dc5a5b927965098..e0ed8a76c6eee5591b7be9ab91aead3cc40c07ce 100644 |
| --- a/build/config/BUILD.gn |
| +++ b/build/config/BUILD.gn |
| @@ -276,6 +276,7 @@ group("exe_and_shlib_deps") { |
| if (use_afl) { |
| public_deps += [ "//third_party/afl" ] |
| } |
| + public_deps += [ "//tools/cygprofile" ] |
| } |
| # Executable configs ----------------------------------------------------------- |