aboutsummaryrefslogtreecommitdiff
path: root/modules/BUILD.gn
diff options
context:
space:
mode:
authorPatrik Höglund <phoglund@webrtc.org>2017-11-13 10:19:58 +0100
committerCommit Bot <commit-bot@chromium.org>2017-11-13 14:27:39 +0000
commitb5b5bcee722c8b646e545ca6b85518aa8aaa1eda (patch)
treea1bc73e4b0ab95995f73091772abf30b24674035 /modules/BUILD.gn
parent46a2765c56ca0797e75ac11dac0be512107daf77 (diff)
downloadwebrtc-b5b5bcee722c8b646e545ca6b85518aa8aaa1eda.tar.gz
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}
Diffstat (limited to 'modules/BUILD.gn')
-rw-r--r--modules/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/BUILD.gn b/modules/BUILD.gn
index 5d4987e8c7..d534f569be 100644
--- a/modules/BUILD.gn
+++ b/modules/BUILD.gn
@@ -37,6 +37,7 @@ rtc_source_set("module_api") {
"..:webrtc_common",
"../api:optional",
"../api:video_frame_api",
+ "../api:video_frame_api_i420",
"../rtc_base:rtc_base_approved",
"video_coding:codec_globals_headers",
]