| Index: gpu/ipc/service/BUILD.gn
 | 
| diff --git a/gpu/ipc/service/BUILD.gn b/gpu/ipc/service/BUILD.gn
 | 
| index a28a24d133c6b1fdda9e059dd2671843b1cab2b2..34a1ac62e38efedd8e6c8182edde9b0095f2cc7b 100644
 | 
| --- a/gpu/ipc/service/BUILD.gn
 | 
| +++ b/gpu/ipc/service/BUILD.gn
 | 
| @@ -136,13 +136,13 @@ test("gpu_ipc_service_unittests") {
 | 
|      ":service",
 | 
|      ":test_support",
 | 
|      "//base",
 | 
| -    "//base/test:run_all_unittests",
 | 
|      "//base/test:test_support",
 | 
|      "//gpu/command_buffer/common",
 | 
|      "//gpu/command_buffer/common:gles2_utils",
 | 
|      "//gpu/command_buffer/service",
 | 
|      "//gpu/config",
 | 
|      "//gpu/ipc/common",
 | 
| +    "//ipc:run_all_unittests",
 | 
|      "//ipc:test_support",
 | 
|      "//skia",
 | 
|      "//testing/gmock",
 | 
| 
 |