| Index: media/BUILD.gn
 | 
| diff --git a/media/BUILD.gn b/media/BUILD.gn
 | 
| index 5f3cd308d8e44aef6070b75921655585e44e7816..cc5d331cef677e8f62c3a3b143d926ee3d48a0d4 100644
 | 
| --- a/media/BUILD.gn
 | 
| +++ b/media/BUILD.gn
 | 
| @@ -749,15 +749,15 @@ source_set("test_support") {
 | 
|    ]
 | 
|  }
 | 
|  
 | 
| -# TODO(dalecurtis): How to split this across audio/base directories??
 | 
| +# TODO(jrummell): This should be renamed and moved to media/base/BUILD.gn.
 | 
|  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/audio_parameters.cc",
 | 
| +    "base/audio_parameters.h",
 | 
| +    "base/audio_point.cc",
 | 
| +    "base/audio_point.h",
 | 
|      "base/channel_layout.cc",
 | 
|      "base/channel_layout.h",
 | 
|      "base/limits.h",
 | 
| 
 |