Index: webrtc/BUILD.gn |
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
index 01fa042af36da554506a0b82da03fd219b4575dd..8e8d97f698322cb2f08d9926952c241c11f5bca9 100644 |
--- a/webrtc/BUILD.gn |
+++ b/webrtc/BUILD.gn |
@@ -169,6 +169,10 @@ config("common_config") { |
"-fno-builtin-sinf", |
] |
} |
+ |
+ if (use_libfuzzer || use_drfuzz) { |
+ defines += [ "WEBRTC_UNSAFE_FUZZER_MODE" ] |
pbos-webrtc
2016/05/24 12:54:55
Add a comment here to say where it's used (and why
katrielc
2016/05/24 15:30:06
Done.
|
+ } |
} |
source_set("webrtc") { |