| Index: gpu/BUILD.gn
|
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
|
| index 29c07960621eb2c618e401a2e19417b8683aee3e..e8bf5191c0838dc445d2f6f28e92f36ab4639e17 100644
|
| --- a/gpu/BUILD.gn
|
| +++ b/gpu/BUILD.gn
|
| @@ -19,9 +19,6 @@
|
| #
|
| # gpu.gyp:gles2_implementation =>
|
| # //gpu/command_buffer/client:gles2_implementation
|
| -
|
| -# gpu.gyp:gles2_implementation_client_side_arrays =>
|
| -# //gpu/command_buffer/client:gles2_implementation_client_side_arrays
|
| #
|
| # gpu.gyp:gpu_config => //gpu/config
|
| #
|
| @@ -112,7 +109,7 @@ test("gl_tests") {
|
| "//ui/gl",
|
| "//gpu/command_buffer/common:gles2_utils",
|
| "//gpu/command_buffer/client:gles2_c_lib",
|
| - "//gpu/command_buffer/client:gles2_implementation_client_side_arrays",
|
| + "//gpu/command_buffer/client:gles2_implementation",
|
| ]
|
|
|
| libs = []
|
| @@ -239,7 +236,7 @@ test("gpu_unittests") {
|
| "//ui/gl",
|
| "//gpu/command_buffer/common:gles2_utils",
|
| "//gpu/command_buffer/client:gles2_c_lib",
|
| - "//gpu/command_buffer/client:gles2_implementation_client_side_arrays",
|
| + "//gpu/command_buffer/client:gles2_implementation",
|
| ]
|
| }
|
|
|
|
|