| Index: gpu/ipc/BUILD.gn
|
| diff --git a/gpu/ipc/BUILD.gn b/gpu/ipc/BUILD.gn
|
| index a30ffdcfa984ac1581501320e077c35be56ac4ec..5c03cf515ff20781fd818fd5a5459e6391b377dd 100644
|
| --- a/gpu/ipc/BUILD.gn
|
| +++ b/gpu/ipc/BUILD.gn
|
| @@ -19,6 +19,8 @@ group("command_buffer") {
|
| source_set("command_buffer_sources") {
|
| visibility = [ "//gpu/*" ]
|
| sources = [
|
| + "gpu_in_process_thread_service.cc",
|
| + "gpu_in_process_thread_service.h",
|
| "in_process_command_buffer.cc",
|
| "in_process_command_buffer.h",
|
| ]
|
| @@ -31,6 +33,8 @@ source_set("command_buffer_sources") {
|
| "//gpu/command_buffer/common:common_sources",
|
| "//gpu/command_buffer/service:service_sources",
|
| "//gpu/config:config_sources",
|
| + "//gpu/ipc/client:ipc_client_sources",
|
| + "//gpu/ipc/service:ipc_service_sources",
|
| "//ui/gfx",
|
| "//ui/gl",
|
| "//ui/gl/init",
|
|
|