Chromium Code Reviews| Index: webrtc/ortc/BUILD.gn |
| diff --git a/webrtc/ortc/BUILD.gn b/webrtc/ortc/BUILD.gn |
| index b6a2cc94596e57c6377e0942a90b84d3e4e9f02c..43c0214ca85de302242cfc6abe79c5ca0fc6fcda 100644 |
| --- a/webrtc/ortc/BUILD.gn |
| +++ b/webrtc/ortc/BUILD.gn |
| @@ -95,5 +95,9 @@ if (rtc_include_tests) { |
| if (is_android) { |
| deps += [ "//testing/android/native_test:native_test_support" ] |
| } |
| + |
| + if (is_ios || is_mac) { |
| + deps += [ "../rtc_base:rtc_base_apple" ] |
| + } |
| } |
| } |