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

Unified Diff: docs/ipc_fuzzer.md

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: docs/ipc_fuzzer.md
diff --git a/docs/ipc_fuzzer.md b/docs/ipc_fuzzer.md
index 0ab9ce9f150dc161883015e6d245286ebb0c15de..619e9377f0c2d1a76b915cebf7641dc6e81d0d7a 100644
--- a/docs/ipc_fuzzer.md
+++ b/docs/ipc_fuzzer.md
@@ -13,7 +13,8 @@ contribute.
### Build instructions
-* add `enable_ipc_fuzzer=1` to `GYP_DEFINES`
+* Run `gn args` and add `enable_ipc_fuzzer = true` to your args.gn. If you use
+ GYP, add `enable_ipc_fuzzer=1` to `GYP_DEFINES`.
* build `ipc_fuzzer_all` target
* component builds are currently broken, sorry
* Debug builds are broken; only Release mode works.
« no previous file with comments | « content/child/BUILD.gn ('k') | ipc/BUILD.gn » ('j') | tools/ipc_fuzzer/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698