| Index: media/gpu/mojo/client/BUILD.gn
 | 
| diff --git a/media/gpu/ipc/client/BUILD.gn b/media/gpu/mojo/client/BUILD.gn
 | 
| similarity index 55%
 | 
| copy from media/gpu/ipc/client/BUILD.gn
 | 
| copy to media/gpu/mojo/client/BUILD.gn
 | 
| index 2499e6f111c2d4cb35dbb0c7e7757a4f8ed2ac54..808bdf4f7f2eba4cc4a7e11e4074354260f7e0eb 100644
 | 
| --- a/media/gpu/ipc/client/BUILD.gn
 | 
| +++ b/media/gpu/mojo/client/BUILD.gn
 | 
| @@ -1,4 +1,4 @@
 | 
| -# Copyright 2016 The Chromium Authors. All rights reserved.
 | 
| +# Copyright 2017 The Chromium Authors. All rights reserved.
 | 
|  # Use of this source code is governed by a BSD-style license that can be
 | 
|  # found in the LICENSE file.
 | 
|  
 | 
| @@ -6,10 +6,6 @@ source_set("client") {
 | 
|    sources = [
 | 
|      "gpu_jpeg_decode_accelerator_host.cc",
 | 
|      "gpu_jpeg_decode_accelerator_host.h",
 | 
| -    "gpu_video_decode_accelerator_host.cc",
 | 
| -    "gpu_video_decode_accelerator_host.h",
 | 
| -    "gpu_video_encode_accelerator_host.cc",
 | 
| -    "gpu_video_encode_accelerator_host.h",
 | 
|    ]
 | 
|  
 | 
|    configs += [
 | 
| @@ -19,16 +15,11 @@ source_set("client") {
 | 
|  
 | 
|    deps = [
 | 
|      "//base",
 | 
| -    "//gpu/ipc/common",
 | 
| -    "//ipc",
 | 
|      "//media",
 | 
|      "//media:media_features",
 | 
|      "//media/gpu",
 | 
| -    "//media/gpu/ipc/common",
 | 
| -    "//media/gpu/mojo:jpeg_decoder",
 | 
| +    "//media/gpu/mojo/common:jpeg_decoder",
 | 
|      "//ui/gfx:memory_buffer",
 | 
|      "//ui/gfx/geometry",
 | 
| -    "//ui/gfx/ipc",
 | 
| -    "//ui/gfx/ipc/color",
 | 
|    ]
 | 
|  }
 | 
| 
 |