Chromium Code Reviews| Index: webrtc/BUILD.gn |
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
| index 35cb24b50d4171ee4e83a290faf95317aa0abddf..200d2e08cd726dead844a6e47cbfe936dbf1b486 100644 |
| --- a/webrtc/BUILD.gn |
| +++ b/webrtc/BUILD.gn |
| @@ -175,10 +175,6 @@ config("common_config") { |
| } |
| } |
| - if (rtc_enable_libevent) { |
| - defines += [ "WEBRTC_BUILD_LIBEVENT" ] |
| - } |
| - |
| if (current_cpu == "arm64") { |
| defines += [ "WEBRTC_ARCH_ARM64" ] |
| defines += [ "WEBRTC_HAS_NEON" ] |