| Index: gpu/ipc/service/BUILD.gn
|
| diff --git a/gpu/ipc/service/BUILD.gn b/gpu/ipc/service/BUILD.gn
|
| index 7ba5b813aa5f92b1b334bc53e93fe7d36dbd684c..b1c9fc797be88337db012885a349768a771594a6 100644
|
| --- a/gpu/ipc/service/BUILD.gn
|
| +++ b/gpu/ipc/service/BUILD.gn
|
| @@ -36,6 +36,9 @@ target(link_target_type, "ipc_service_sources") {
|
| "gpu_command_buffer_stub.cc",
|
| "gpu_command_buffer_stub.h",
|
| "gpu_config.h",
|
| + "gpu_init.cc",
|
| + "gpu_init.h",
|
| + "gpu_init_delegate.h",
|
| "gpu_memory_buffer_factory.cc",
|
| "gpu_memory_buffer_factory.h",
|
| "gpu_memory_manager.cc",
|
| @@ -61,6 +64,7 @@ target(link_target_type, "ipc_service_sources") {
|
| "//url",
|
| ]
|
| deps = [
|
| + "//base/third_party/dynamic_annotations",
|
| "//gpu/command_buffer/common:common_sources",
|
| "//gpu/command_buffer/service:service_sources",
|
| "//gpu/config:config_sources",
|
|
|