From 825249fd8cad05f87a2e8b87938f88ce5f5d3400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Tue, 9 Jan 2018 10:38:21 +0100 Subject: [PATCH] Add final missing header files before enabling orphans check. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: None Change-Id: I4fdac7481ac73b1e6035802530c834e273fb3cdc Reviewed-on: https://webrtc-review.googlesource.com/38200 Reviewed-by: Mirko Bonadei Commit-Queue: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#21531} --- api/BUILD.gn | 1 + media/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/api/BUILD.gn b/api/BUILD.gn index d8e7cd0afc..6ac235b349 100644 --- a/api/BUILD.gn +++ b/api/BUILD.gn @@ -48,6 +48,7 @@ rtc_static_library("libjingle_peerconnection_api") { "mediaconstraintsinterface.cc", "mediaconstraintsinterface.h", "mediastreaminterface.cc", + "mediastreaminterface.h", "mediastreamproxy.h", "mediastreamtrackproxy.h", "mediatypes.cc", diff --git a/media/BUILD.gn b/media/BUILD.gn index 800fbcbac5..63792409b3 100644 --- a/media/BUILD.gn +++ b/media/BUILD.gn @@ -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",