mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-17 15:47:53 +01:00

Due to https://codereview.chromium.org/1397493004 we're now adding a build_overrides directory in WebRTC. Thanks to this, we no longer need to pass --args="build_with_chromium=false" when running GN in standalone WebRTC. Change log:c089d37..159828f
Full diff:c089d37..159828f
No dependencies changed. No update to Clang. BUG=webrtc:5070,chromium:541791 TBR=tommi@webrtc.org CQ_EXTRA_TRYBOTS=tryserver.webrtc:win_baremetal,mac_baremetal,linux_baremetal Review URL: https://codereview.webrtc.org/1403453003 . Cr-Commit-Position: refs/heads/master@{#10270}
7 lines
312 B
Markdown
7 lines
312 B
Markdown
# 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).
|