| Index: webrtc/examples/BUILD.gn
|
| diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
|
| index e6138f10e69080c1dc67a33f593ffe0cf8500713..9076dc9b396c7e5592204007157a3a3e7d7a88ad 100644
|
| --- a/webrtc/examples/BUILD.gn
|
| +++ b/webrtc/examples/BUILD.gn
|
| @@ -193,6 +193,8 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
|
| "objc/AppRTCMobile/ARDAppClient.m",
|
| "objc/AppRTCMobile/ARDAppEngineClient.h",
|
| "objc/AppRTCMobile/ARDAppEngineClient.m",
|
| + "objc/AppRTCMobile/ARDBitrateAllocationStrategy.h",
|
| + "objc/AppRTCMobile/ARDBitrateAllocationStrategy.mm",
|
| "objc/AppRTCMobile/ARDBitrateTracker.h",
|
| "objc/AppRTCMobile/ARDBitrateTracker.m",
|
| "objc/AppRTCMobile/ARDCaptureController.h",
|
|
|