This is blocking bug 672378 , because otherwise trying WebRTC patches on Chromium trybots will stop working once we migrate from Rietveld to PolyGerrit, according to tandrii@.
I also had a look at how this work would be done, and I found at least one issue:
To avoid having to update all Chromium includes to third_party/webrtc/webrtc/... we'd have to move all source in the WebRTC repo like: mv src/webrtc/* src/. That will cause issues with some directories, mainly build/ and tools/ since they already exist at the root level. I don't think it'll be too hard to merge the two and/or move things out of them though.
Comment 1 by kjellander@chromium.org
, May 13 2016