webrtc_m130/build_overrides
ehmaldonado 4016a0b2e8 GN: Move variables from //build_overrides/webrtc.gni to //webrtc/build/webrtc.gni
There is no clear reason to have them in build_overrides, and
webrtc/build seems to be a better place.

Also, delete build_overrides/webrtc.gni

NOTRY=True
BUG=webrtc:5949

Review-Url: https://codereview.webrtc.org/2309253004
Cr-Commit-Position: refs/heads/master@{#14108}
2016-09-07 13:50:23 +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).