| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index c8ed79372213aa80b38dc84c12b040c641e37613..8ca56e18cbcbe121f560c802fa95633ff619c98b 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -171,6 +171,7 @@ source_set("common") {
|
| "//gpu/command_buffer/client:gles2_interface",
|
| "//gpu/command_buffer/common:gles2_utils",
|
| "//gpu/command_buffer/service",
|
| + "//gpu/ipc/client",
|
| "//gpu/ipc/common",
|
| "//gpu/skia_bindings",
|
| "//ipc",
|
| @@ -223,8 +224,6 @@ source_set("common") {
|
|
|
| if (is_mac) {
|
| sources += [
|
| - "gpu/client/gpu_memory_buffer_impl_io_surface.cc",
|
| - "gpu/client/gpu_memory_buffer_impl_io_surface.h",
|
| "gpu/gpu_memory_buffer_factory_io_surface.cc",
|
| "gpu/gpu_memory_buffer_factory_io_surface.h",
|
| "gpu/media/vt_mac.h",
|
| @@ -258,8 +257,6 @@ source_set("common") {
|
|
|
| if (is_android) {
|
| sources += [
|
| - "gpu/client/gpu_memory_buffer_impl_surface_texture.cc",
|
| - "gpu/client/gpu_memory_buffer_impl_surface_texture.h",
|
| "gpu/gpu_memory_buffer_factory_surface_texture.cc",
|
| "gpu/gpu_memory_buffer_factory_surface_texture.h",
|
| ]
|
| @@ -285,8 +282,6 @@ source_set("common") {
|
| sources -= [
|
| "cursors/webcursor_ozone.cc",
|
| "font_list_ozone.cc",
|
| - "gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc",
|
| - "gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h",
|
| "gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc",
|
| "gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h",
|
| ]
|
|
|