| Index: webrtc/modules/video_capture/BUILD.gn | 
| diff --git a/webrtc/modules/video_capture/BUILD.gn b/webrtc/modules/video_capture/BUILD.gn | 
| index b908923d6edb4595e98515b7e59b7d36cffa653d..bc8de5198ab37a04a0c1599b95ffe627a1ca2610 100644 | 
| --- a/webrtc/modules/video_capture/BUILD.gn | 
| +++ b/webrtc/modules/video_capture/BUILD.gn | 
| @@ -189,6 +189,9 @@ if (!build_with_chromium) { | 
| # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). | 
| suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] | 
| } | 
| +      if (is_ios) { | 
| +        deps += [ "../../rtc_base:rtc_base_apple" ] | 
| +      } | 
| } | 
| } | 
| } | 
|  |