| Index: ipc/BUILD.gn
|
| diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
|
| index 520af761db7b6e7bab5bfca0af39c7c9c14496fc..0dbce8c379f514c1176b0d17c5eb17745107f18c 100644
|
| --- a/ipc/BUILD.gn
|
| +++ b/ipc/BUILD.gn
|
| @@ -4,6 +4,7 @@
|
|
|
| import("//build/config/nacl/config.gni")
|
| import("//testing/test.gni")
|
| +import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
|
|
|
| assert(!is_ios)
|
|
|
| @@ -141,6 +142,10 @@ component("ipc") {
|
| # On Mac MachPortAttachmentMac needs to generate random IDs.
|
| deps += [ "//crypto" ]
|
| }
|
| +
|
| + if (enable_ipc_fuzzer) {
|
| + configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
|
| + }
|
| }
|
|
|
| # This is provided as a separate target so other targets can provide param
|
|
|