Add ARDAppDelegate.h.
Bug: webrtc:7643
Change-Id: Ib1980c82c64ffa3acc009a855a7f077509872548
Reviewed-on: https://webrtc-review.googlesource.com/37002
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21476}
diff --git a/examples/BUILD.gn b/examples/BUILD.gn
index 7ae56f9..4fabf1d 100644
--- a/examples/BUILD.gn
+++ b/examples/BUILD.gn
@@ -254,6 +254,7 @@
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",