Move talk/session/media -> webrtc/pc

The libjingle_p2p target is renamed to rtc_pc.
The libjingle_p2p_unittest test will be renamed in a
separate follow-up CL, to make it possible to run all
trybots successfully for this CL.

BUG=webrtc:5419
R=deadbeef@webrtc.org, pthatcher@webrtc.org, tommi@webrtc.org

Review URL: https://codereview.webrtc.org/1691463002 .

Cr-Commit-Position: refs/heads/master@{#11592}
This commit is contained in:
kjellander@webrtc.org
2016-02-12 06:47:59 +01:00
parent 5ad129741c
commit 9b8df25c73
73 changed files with 427 additions and 568 deletions

View File

@ -16,11 +16,11 @@
#include <string>
#include "talk/session/media/mediasession.h"
#include "webrtc/api/mediastreaminterface.h"
#include "webrtc/api/proxy.h"
#include "webrtc/base/refcount.h"
#include "webrtc/base/scoped_ref_ptr.h"
#include "webrtc/pc/mediasession.h"
namespace webrtc {