| Index: gpu/BUILD.gn
|
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
|
| index 367349cc04c8607feb0109387ee8c37f8444cd79..04db18069a0f10fe86c5286ea356b6ecef823b8f 100644
|
| --- a/gpu/BUILD.gn
|
| +++ b/gpu/BUILD.gn
|
| @@ -17,6 +17,7 @@ component("gpu") {
|
| "//gpu/command_buffer/common:common_sources",
|
| "//gpu/command_buffer/service:service_sources",
|
| "//gpu/config:config_sources",
|
| + "//gpu/ipc:command_buffer_sources",
|
| "//gpu/ipc/client:ipc_client_sources",
|
| "//gpu/ipc/common:ipc_common_sources",
|
| "//gpu/ipc/service:ipc_service_sources",
|
| @@ -178,10 +179,10 @@ test("gl_tests") {
|
| "//base",
|
| "//base/test:test_support",
|
| "//base/third_party/dynamic_annotations",
|
| - "//gpu/command_buffer/client:gl_in_process_context",
|
| "//gpu/command_buffer/client:gles2_c_lib",
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| "//gpu/command_buffer/common:gles2_utils",
|
| + "//gpu/ipc:gl_in_process_context",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| "//third_party/angle:translator",
|
| @@ -319,10 +320,10 @@ test("gpu_unittests") {
|
| "//base",
|
| "//base/test:test_support",
|
| "//base/third_party/dynamic_annotations",
|
| - "//gpu/command_buffer/client:gl_in_process_context",
|
| "//gpu/command_buffer/client:gles2_c_lib",
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| "//gpu/command_buffer/common:gles2_utils",
|
| + "//gpu/ipc:gl_in_process_context",
|
| "//gpu/ipc/common:test_interfaces",
|
| "//mojo/edk/system",
|
| "//mojo/public/cpp/bindings",
|
|
|