Define WEBRTC_CHROMIUM_BUILD in libjingle.gyp.
Code under webrtc/ expects this to be defined when building against Chromium. With talk/base having moved to webrtc/base, libjingle code must adopt this expectation. This appears to be the most straightforward way of adding this define. In particular, this is now required to avoid redefinition errors after the addition of CHECK macros to webrtc/base. TESTED=local Linux build against the latest webrtc passes. Review URL: https://codereview.chromium.org/516143002 Cr-Commit-Position: refs/heads/master@{#292676}
Showing
Please register or sign in to comment