Chromium Code Reviews| Index: media/BUILD.gn |
| diff --git a/media/BUILD.gn b/media/BUILD.gn |
| index aae61e0649f49989a66965baaf0765170291d571..53ea520a8e4356bffef9f46bf8c89c7c07397ec0 100644 |
| --- a/media/BUILD.gn |
| +++ b/media/BUILD.gn |
| @@ -760,6 +760,12 @@ component("shared_memory_support") { |
| "base/vector_math.h", |
| "base/vector_math_testing.h", |
| ] |
| + if (is_mac) { |
|
DaleCurtis
2017/06/27 17:25:07
We have a base/mac/BUILD.gn this should go in.
Andrew MacPherson
2017/06/27 17:46:49
I had tried this first but it didn't seem to work
DaleCurtis
2017/06/27 17:54:24
Ah I didn't notice this was in shmem support. This
|
| + sources += [ |
| + "base/mac/audio_util_mac.cc", |
| + "base/mac/audio_util_mac.h", |
| + ] |
| + } |
| configs += [ |
| ":media_config", |
| ":media_implementation", |