| Index: webrtc/modules/rtp_rtcp/BUILD.gn | 
| diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn | 
| index 91bfd854e1e0d089566c5096105f63927725a032..0ec7fadabd135341c1d324ec80e8e386eed673c4 100644 | 
| --- a/webrtc/modules/rtp_rtcp/BUILD.gn | 
| +++ b/webrtc/modules/rtp_rtcp/BUILD.gn | 
| @@ -240,6 +240,10 @@ if (rtc_include_tests) { | 
| "../../test:test_main", | 
| "//testing/gtest", | 
| ] | 
| + | 
| +    if (is_ios) { | 
| +      deps += [ "../../rtc_base:rtc_base_apple" ] | 
| +    } | 
| }  # test_packet_masks_metrics | 
|  | 
| rtc_source_set("rtp_rtcp_modules_tests") { | 
|  |