Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index 6856f7677424a3e67240aac1d2c88174944f7329..e157cd2200687be64ecf5575e9748bc874066ac4 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -720,7 +720,8 @@ |
| '../skia/skia.gyp:filter_fuzz_stub', |
| ], |
| }], |
| - ['enable_ipc_fuzzer==1 and OS=="linux" and component!="shared_library"', { |
| + ['enable_ipc_fuzzer==1 and component!="shared_library" and ' |
| + '(OS=="linux" or OS=="win")', { |
| 'dependencies': [ |
| '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*', |
| ], |