 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/audio/BUILD.gn | 
| diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn | 
| index 4fc73376910f9b1052e0eb734cb04ae6f4bec59d..074b45173358fce66ff23e2c8ac956011dc7bfbf 100644 | 
| --- a/webrtc/audio/BUILD.gn | 
| +++ b/webrtc/audio/BUILD.gn | 
| @@ -131,6 +131,9 @@ if (rtc_include_tests) { | 
| # 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" ] | 
| + } | 
| } | 
| } |