 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/stats/BUILD.gn | 
| diff --git a/webrtc/stats/BUILD.gn b/webrtc/stats/BUILD.gn | 
| index 4a2f578e5b84912e9639804c11abf6b8d127e26f..50e12dba983d849e1e52378060611c0b65942309 100644 | 
| --- a/webrtc/stats/BUILD.gn | 
| +++ b/webrtc/stats/BUILD.gn | 
| @@ -68,5 +68,9 @@ if (rtc_include_tests) { | 
| if (is_android) { | 
| deps += [ "//testing/android/native_test:native_test_native_code" ] | 
| } | 
| + | 
| + if (is_ios || is_mac) { | 
| + deps += [ "../rtc_base:rtc_base_apple" ] | 
| + } | 
| } | 
| } |