webrtc/build_overrides
Mirko Bonadei e07d3b432a Remove crbug.com/904400 workaround.
The bug is now fixed.

Bug: chromium:904400
Change-Id: I86e0766cec5ebc8f22af604ba7cc977a20a95ad6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/127881
Reviewed-by: Artem Titarenko <artit@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27150}
2019-03-15 18:36:23 +00:00
..
build.gni Remove crbug.com/904400 workaround. 2019-03-15 18:36:23 +00:00
gtest.gni Adding in objc vars for WebRTC GN config. 2016-05-03 15:20:03 +00:00
OWNERS Adding mbonadei@ to build_overrides/OWNERS. 2018-11-14 10:07:27 +00:00
README.md Roll chromium_revision c089d37..159828f (353662:353696) 2015-10-14 06:14:10 +00:00

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).