Add final missing header files before enabling orphans check.

Bug: None
Change-Id: I4fdac7481ac73b1e6035802530c834e273fb3cdc
Reviewed-on: https://webrtc-review.googlesource.com/38200
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21531}
This commit is contained in:
Patrik Höglund 2018-01-09 10:38:21 +01:00 committed by Commit Bot
parent 3460fa6ef1
commit 825249fd8c
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ rtc_static_library("libjingle_peerconnection_api") {
"mediaconstraintsinterface.cc",
"mediaconstraintsinterface.h",
"mediastreaminterface.cc",
"mediastreaminterface.h",
"mediastreamproxy.h",
"mediastreamtrackproxy.h",
"mediatypes.cc",

View File

@ -90,6 +90,7 @@ rtc_static_library("rtc_media_base") {
"base/videocapturerfactory.h",
"base/videocommon.cc",
"base/videocommon.h",
"base/videosinkinterface.h",
"base/videosourcebase.cc",
"base/videosourcebase.h",
"base/videosourceinterface.h",