Index: tools/ipc_fuzzer/ipc_fuzzer.gni |
diff --git a/third_party/leakcanary/config.gni b/tools/ipc_fuzzer/ipc_fuzzer.gni |
similarity index 73% |
copy from third_party/leakcanary/config.gni |
copy to tools/ipc_fuzzer/ipc_fuzzer.gni |
index f6adcddf3ecc4442c7793666dfeecaf1f108fea8..1c7d8ca709920eda67651a1c29f2d8abee558f94 100644 |
--- a/third_party/leakcanary/config.gni |
+++ b/tools/ipc_fuzzer/ipc_fuzzer.gni |
@@ -3,5 +3,6 @@ |
# found in the LICENSE file. |
declare_args() { |
- enable_leakcanary = false |
+ # Don't build IPC fuzzer by default. |
+ enable_ipc_fuzzer = false |
} |