| Index: content/gpu/BUILD.gn
 | 
| diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
 | 
| index 772493490758d7740f6025c8f012637dd22156bb..944db2350cf9ca42fcab536bc2cb210b887453a0 100644
 | 
| --- a/content/gpu/BUILD.gn
 | 
| +++ b/content/gpu/BUILD.gn
 | 
| @@ -61,12 +61,13 @@ target(link_target_type, "gpu_sources") {
 | 
|      "//gpu/ipc/service",
 | 
|      "//ipc",
 | 
|      "//media/gpu",
 | 
| -    "//media/mojo:features",
 | 
|  
 | 
|      # TODO(jrummell): As //media/gpu/ipc/service is a source_set in a
 | 
|      # component build, determine if it should not be included here.
 | 
|      # http://crbug.com/702833.
 | 
|      "//media/gpu/ipc/service",
 | 
| +    "//media/gpu/mojo/service",
 | 
| +    "//media/mojo:features",
 | 
|      "//media/mojo/clients:clients",
 | 
|      "//services/service_manager/public/cpp",
 | 
|      "//services/service_manager/public/interfaces",
 | 
| 
 |