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

Unified Diff: build/all.gyp

Issue 861113003: Fix issues with replay_process in ipc fuzzer. Make it compile on windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Log to both stderr, file since stderr is hard to get on windows. Created 5 years, 11 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 | « no previous file | tools/ipc_fuzzer/mutate/cf_package_builder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:*',
],
« no previous file with comments | « no previous file | tools/ipc_fuzzer/mutate/cf_package_builder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698