| Index: media/BUILD.gn
 | 
| diff --git a/media/BUILD.gn b/media/BUILD.gn
 | 
| index 51fb153a530c861a07413ee33e73ecb25ea3b602..78c53102b2c2c6255390614d58d44c9cb988881e 100644
 | 
| --- a/media/BUILD.gn
 | 
| +++ b/media/BUILD.gn
 | 
| @@ -793,6 +793,8 @@ component("shared_memory_support") {
 | 
|    sources = [
 | 
|      "audio/audio_parameters.cc",
 | 
|      "audio/audio_parameters.h",
 | 
| +    "audio/point.cc",
 | 
| +    "audio/point.h",
 | 
|      "base/audio_bus.cc",
 | 
|      "base/audio_bus.h",
 | 
|      "base/channel_layout.cc",
 | 
| @@ -808,6 +810,7 @@ component("shared_memory_support") {
 | 
|    ]
 | 
|    deps = [
 | 
|      "//base",
 | 
| +    "//ui/gfx/geometry",
 | 
|    ]
 | 
|  }
 | 
|  
 | 
| 
 |