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

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: doc 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
« no previous file with comments | « content/child/BUILD.gn ('k') | tools/ipc_fuzzer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/ipc_fuzzer.md
diff --git a/docs/ipc_fuzzer.md b/docs/ipc_fuzzer.md
index 0ab9ce9f150dc161883015e6d245286ebb0c15de..55b16a943111a4fbd1956d8b8af75972d8491432 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`
+* add `enable_ipc_fuzzer=1` to `GYP_DEFINES` (or add `enable_ipc_fuzzer=true`
Martin Barbella 2016/04/22 21:00:33 Let's actually switch the order of this to mention
Oliver Chang 2016/04/22 21:14:44 Done. Also reworded some the GN instructions a lit
+ to args.gn if you use GN)
* 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') | tools/ipc_fuzzer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698