Index: gpu/BUILD.gn |
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn |
index bf13b05548b7e5a8ade840184cb86c191d6e1688..110fb443e9c8b409949ae4f176eca3d364733e1d 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 |
# |
@@ -114,7 +111,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 = [] |
@@ -241,7 +238,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", |
] |
} |