Chromium Code Reviews| Index: media/BUILD.gn |
| diff --git a/media/BUILD.gn b/media/BUILD.gn |
| index aae61e0649f49989a66965baaf0765170291d571..96b005729bc2bfc78b79643e28772d344eebc158 100644 |
| --- a/media/BUILD.gn |
| +++ b/media/BUILD.gn |
| @@ -760,6 +760,13 @@ component("shared_memory_support") { |
| "base/vector_math.h", |
| "base/vector_math_testing.h", |
| ] |
| + if (is_mac) { |
| + # These need to be included here because audio_latency.cc depends on them. |
| + sources += [ |
| + "base/mac/audio_latency_mac.cc", |
| + "base/mac/audio_latency_mac.h", |
| + ] |
| + } |
| configs += [ |
| ":media_config", |
| ":media_implementation", |