Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Side by Side Diff: webrtc/base/README.md

Issue 2976293002: Remove remains of webrtc/base (Closed)
Patch Set: Add README.md Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/base/Dummy.java ('k') | webrtc/base/array_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # What?
2
3 The contents of base have moved to rtc_base.
4
5 # Why?
6
7 We want to move all the contents in the webrtc directory to top-level, because:
8 * When we migrate from Rietveld to PolyGerrit we won't be able to apply WebRTC
9 patches on Chromium trybots (which is a very useful feature, especially as we
10 plan to have such trybots in our default trybot set).
11 This is because PolyGerrit needs the repo in Chromium to be the same as the
12 WebRTC repo, otherwise it won’t be able to apply the patch.
13 * To fully automate rolling into Chromium DEPS, we wish to use the LKGR finder,
14 but doing so is blocked on this (needs the same revision hashes to avoid ugly
15 hacks). See [this bug](http://crbug.com/666726).
16
17 # Tracking Bugs
18
19 [Chromium tracking bug](http://crbug.com/611808)
20 [WebRTC tracking bug](https://bugs.chromium.org/p/webrtc/issues/detail?id=7634)
OLDNEW
« no previous file with comments | « webrtc/base/Dummy.java ('k') | webrtc/base/array_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698