aboutsummaryrefslogtreecommitdiff
path: root/modules/BUILD.gn
diff options
context:
space:
mode:
authorNiels Möller <nisse@webrtc.org>2018-05-11 11:15:30 +0200
committerCommit Bot <commit-bot@chromium.org>2018-05-14 06:57:38 +0000
commitc6ce9c59385102e766913dcfc5eb69cb5cf135ba (patch)
tree67f67eb30520273584b33427a786a5d4a26515c5 /modules/BUILD.gn
parentbc0b37c08a8522b3788fc1cc96640fffd95f094f (diff)
downloadwebrtc-c6ce9c59385102e766913dcfc5eb69cb5cf135ba.tar.gz
New file api/video/BUILD.gn
Build targets involving files under api/video/ are moved into this file, from api/BUILD.gn. In addition, drop "_api" part of target names, and move the header file api/videosinkinterface.h to api/video/video_sink_interface.h. Bug: webrtc:9253 Change-Id: I2896d3f063db8dff902bc29738578395b2fcc155 Reviewed-on: https://webrtc-review.googlesource.com/75500 Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23207}
Diffstat (limited to 'modules/BUILD.gn')
-rw-r--r--modules/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/BUILD.gn b/modules/BUILD.gn
index 0182584c3c..7a50406f20 100644
--- a/modules/BUILD.gn
+++ b/modules/BUILD.gn
@@ -54,9 +54,9 @@ rtc_source_set("module_api") {
"../:typedefs",
"../api:libjingle_peerconnection_api",
"../api:optional",
- "../api:video_frame_api",
- "../api:video_frame_api_i420",
"../api/transport:network_control",
+ "../api/video:video_frame",
+ "../api/video:video_frame_i420",
"../rtc_base:deprecation",
"../rtc_base:rtc_base_approved",
"video_coding:codec_globals_headers",