Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 278f58d589a9a8bb8ef440eca256e61f3d6efbf7..4ef8b520e978b62fa25b66de354f2a2f3b02b7bf 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -593,6 +593,10 @@ group("both_gn_and_gyp") { |
"//third_party/openh264:processing", |
] |
} |
+ |
+ if (enable_ipc_fuzzer && (is_linux || is_mac || is_win)) { |
+ deps += [ "//tools/ipc_fuzzer:ipc_fuzzer_all" ] |
+ } |
} |
# This group contains all the targets needed to run mojo's apptest_runner. |