Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index e81c9c86a7d8ed9eb900ebbb1c4d8f87b791dfb5..abb29c085f081c43000489d77be7f0aac7ee8485 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -112,6 +112,11 @@ |
| '../third_party/mtpd/mtpd.gyp:*', |
| ], |
| }], |
| + ['enable_ipc_fuzzer==1', { |
| + 'dependencies': [ |
| + '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*', |
| + ], |
| + }], |
| ], |
| }], |
| ['use_x11==1', { |