Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: tools/ipc_fuzzer/ipc_fuzzer.gni

Issue 1916493003: GN configs for ipc fuzzer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: public_configs Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
}

Powered by Google App Engine
This is Rietveld 408576698