| Index: ui/gfx/BUILD.gn
|
| diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
|
| index 6c38dea81c853ad487cbb210e131cbe41668d6cf..dcb381a0e1ca07d12eb5db9ba4d423058e6bf342 100644
|
| --- a/ui/gfx/BUILD.gn
|
| +++ b/ui/gfx/BUILD.gn
|
| @@ -490,7 +490,11 @@ group("memory_buffer") {
|
|
|
| # Cannot be a static_library in component builds due to exported functions
|
| source_set("memory_buffer_sources") {
|
| - visibility = [ ":*" ] # Depend on through ":memory_buffer".
|
| + visibility = [
|
| + ":*",
|
| + "//gpu/ipc/service:gpu_ipc_service_unittests",
|
| + "//gpu/ipc/service:ipc_service_sources",
|
| + ] # Depend on through ":memory_buffer".
|
|
|
| # TODO(brettw) refactor this so these sources are in a coherent directory
|
| # structure rather than random samplings of ui/gfx and ui/gfx/mac.
|
| @@ -534,6 +538,8 @@ source_set("memory_buffer_sources") {
|
| "linux/client_native_pixmap_dmabuf.h",
|
| "linux/client_native_pixmap_factory_dmabuf.cc",
|
| "linux/client_native_pixmap_factory_dmabuf.h",
|
| + "linux/native_pixmap_dmabuf_stub.cc",
|
| + "linux/native_pixmap_dmabuf_stub.h",
|
| ]
|
|
|
| deps += [ "//third_party/libdrm" ]
|
|
|