From 49acb1e8ca9f1fd3f604f3ad9cb2b301ac7d2078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Tue, 2 Jan 2018 14:41:54 +0100 Subject: [PATCH] Add ARDAppDelegate.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:7643 Change-Id: Ib1980c82c64ffa3acc009a855a7f077509872548 Reviewed-on: https://webrtc-review.googlesource.com/37002 Reviewed-by: Mirko Bonadei Commit-Queue: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#21476} --- examples/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/BUILD.gn b/examples/BUILD.gn index 7ae56f91e3..4fabf1d18e 100644 --- a/examples/BUILD.gn +++ b/examples/BUILD.gn @@ -254,6 +254,7 @@ if (is_ios || (is_mac && target_cpu != "x86")) { rtc_static_library("AppRTCMobile_lib") { testonly = true sources = [ + "objc/AppRTCMobile/ios/ARDAppDelegate.h", "objc/AppRTCMobile/ios/ARDAppDelegate.m", "objc/AppRTCMobile/ios/ARDFileCaptureController.h", "objc/AppRTCMobile/ios/ARDFileCaptureController.m",