| Index: content/gpu/BUILD.gn
|
| diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
|
| index 91600f1db7d267d0b44069730fdb7e8f6b998800..cce248d24371113ab318c50bbd7e2afc7a2b22de 100644
|
| --- a/content/gpu/BUILD.gn
|
| +++ b/content/gpu/BUILD.gn
|
| @@ -25,9 +25,14 @@ source_set("gpu_sources") {
|
| visibility = [ "//content/*" ]
|
|
|
| sources = [
|
| + "chrome_gpu_memory_buffer_service_ipc_transport.cc",
|
| + "chrome_gpu_memory_buffer_service_ipc_transport.h",
|
| "gpu_child_thread.cc",
|
| "gpu_child_thread.h",
|
| "gpu_main.cc",
|
| + "gpu_memory_buffer_service.cc",
|
| + "gpu_memory_buffer_service.h",
|
| + "gpu_memory_buffer_service_ipc_transport.h",
|
| "gpu_process.cc",
|
| "gpu_process.h",
|
| "gpu_process_control_impl.cc",
|
|
|