Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1933)

Unified Diff: gpu/BUILD.gn

Issue 693943003: Update from https://crrev.com/302630 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gin/function_template.h ('k') | gpu/command_buffer/client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « gin/function_template.h ('k') | gpu/command_buffer/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698