 Chromium Code Reviews
 Chromium Code Reviews Issue 2976363002:
  Decoupling rtc_base from apple specific code [without cyclic deps]  (Closed)
    
  
    Issue 2976363002:
  Decoupling rtc_base from apple specific code [without cyclic deps]  (Closed) 
  | Index: webrtc/common_audio/BUILD.gn | 
| diff --git a/webrtc/common_audio/BUILD.gn b/webrtc/common_audio/BUILD.gn | 
| index ff0aa267fd9a75e077eb6798ff20e8283849e16b..5a27e6143ff1368f2f8166e4cd2493fca812709b 100644 | 
| --- a/webrtc/common_audio/BUILD.gn | 
| +++ b/webrtc/common_audio/BUILD.gn | 
| @@ -414,5 +414,9 @@ if (rtc_include_tests) { | 
| shard_timeout = 900 | 
| } | 
| + | 
| + if (is_ios || is_mac) { | 
| + deps += [ "../rtc_base:rtc_base_apple" ] | 
| + } | 
| } | 
| } |