Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index b890f2ccb7d3c0d4f3f4018ff922b363b7d5098e..8127b33fc43857d937395b44c9c01ea03496ad2f 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -719,7 +719,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:*', |
], |