ehmaldonado f6a861ab6c Remove remains of webrtc/base
All downstream code have been updated to the new location.

In PRESUBMIT.py:
* Remove webrtc/rtc_base from CPP_BLACKLIST
* Add webrtc/rtc_base to LEGACY_API_DIRS

Fix some duplicated paths in
webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn

BUG=webrtc:7634
TBR=kwiberg@webrtc.org

Review-Url: https://codereview.webrtc.org/2976293002
Cr-Commit-Position: refs/heads/master@{#19094}
2017-07-19 17:40:47 +00:00
..
2017-07-19 17:40:47 +00:00

What?

The contents of base have moved to rtc_base.

Why?

We want to move all the contents in the webrtc directory to top-level, because:

  • When we migrate from Rietveld to PolyGerrit we won't be able to apply WebRTC patches on Chromium trybots (which is a very useful feature, especially as we plan to have such trybots in our default trybot set). This is because PolyGerrit needs the repo in Chromium to be the same as the WebRTC repo, otherwise it wont be able to apply the patch.
  • To fully automate rolling into Chromium DEPS, we wish to use the LKGR finder, but doing so is blocked on this (needs the same revision hashes to avoid ugly hacks). See this bug.

Tracking Bugs

Chromium tracking bug WebRTC tracking bug