
Add build_overrides/build.gni similar to https://codereview.chromium.org/1686373002 in order for us to have some targets generated only for WebRTC. Change log:aa04eb9..4d6ba6e
Full diff:aa04eb9..4d6ba6e
Changed dependencies: * src/buildtools:ef3e530..97b5c48
DEPS diff:aa04eb9..4d6ba6e
/DEPS No update to Clang. TBR=tkchin@webrtc.org BUG=webrtc:5453 Review URL: https://codereview.webrtc.org/1720353002 . Cr-Commit-Position: refs/heads/master@{#11715}
Build overrides in GN
This directory is used to allow us to customize variables that differ between WebRTC being built as standalone and as a part of Chromium.
There's another build_overrides in Chromium that needs to contain the same set of files with the same set of variables (but with different values).