| Index: gpu/BUILD.gn
|
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
|
| index 92ce37c96de2067f64825f8202885ac2787b8c77..cca3119595de0dd3cb0e7078b1f41c3eb50227e6 100644
|
| --- a/gpu/BUILD.gn
|
| +++ b/gpu/BUILD.gn
|
| @@ -302,7 +302,6 @@
|
| "ipc/client/gpu_memory_buffer_impl_shared_memory_unittest.cc",
|
| "ipc/client/gpu_memory_buffer_impl_test_template.h",
|
| "ipc/common/struct_traits_unittest.cc",
|
| - "ipc/host/shader_disk_cache_unittest.cc",
|
| ]
|
|
|
| if (is_mac) {
|
| @@ -327,10 +326,8 @@
|
| "//gpu/command_buffer/common:gles2_utils",
|
| "//gpu/ipc:gl_in_process_context",
|
| "//gpu/ipc/common:test_interfaces",
|
| - "//gpu/ipc/host",
|
| "//mojo/edk/system",
|
| "//mojo/public/cpp/bindings",
|
| - "//net:test_support",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| "//third_party/angle:translator",
|
|
|