webrtc/examples
Patrik Höglund b5b5bcee72 Separate i420 and i444 implementations to separate targets.
This means we can properly declare the dependency between
libjingle_peerconnection_api and video_frame_api. i420
pulls in system_wrappers, which can't be a dependency of
the public API.

Plan:
1) Land this CL + send out PSA
2) Make all direct users of i420_buffer depend on the
   new video_frame_api_i420 target
3) Move i420_buffer.cc to the new target
4) Make libjingle_peerconnection_api depend on
   video_frame_api, since it no longer contains i420 code

Bug: webrtc:7504
Change-Id: I30d90f2ac7af53748859bbde8aed92386d5501f9
Reviewed-on: https://webrtc-review.googlesource.com/9382
Reviewed-by: Niels Moller <nisse@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20656}
2017-11-13 14:27:39 +00:00
..
aarproject Use Android SDK from third_party/ for AppRTCMobile AAR-project. 2017-10-16 15:39:07 +00:00
androidapp Injectable software codecs for Android. 2017-11-13 11:59:28 +00:00
androidjunit Fix/suppress new warnings introduced in Chromium roll. 2017-10-30 16:10:29 +00:00
androidtests Roll chromium_revision f93b8b19f2..adf969a7cb (513366:514871) and more. 2017-11-08 21:42:48 +00:00
objc Revert "Add file capturer to AppRTCMobile on simulator." 2017-11-08 14:13:11 +00:00
peerconnection Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
relayserver Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
stunprober Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
stunserver Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
turnserver Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
unityplugin Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
BUILD.gn Separate i420 and i444 implementations to separate targets. 2017-11-13 14:27:39 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00