| Index: webrtc/examples/BUILD.gn
 | 
| diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
 | 
| index fc01f05baec764f768616ad6eb25c65b9dd58357..6e1db20ee82c34059270246a71ad356c719210d8 100644
 | 
| --- a/webrtc/examples/BUILD.gn
 | 
| +++ b/webrtc/examples/BUILD.gn
 | 
| @@ -165,6 +165,7 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
 | 
|      if (is_ios) {
 | 
|        deps = [
 | 
|          ":AppRTCMobile_ios_frameworks",
 | 
| +        "../rtc_base:rtc_base",
 | 
|        ]
 | 
|      } else {
 | 
|        deps = [
 | 
| @@ -195,6 +196,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",
 | 
| 
 |