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

Unified Diff: gpu/command_buffer/client/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 | « gpu/BUILD.gn ('k') | gpu/command_buffer/client/gl_in_process_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/BUILD.gn
diff --git a/gpu/command_buffer/client/BUILD.gn b/gpu/command_buffer/client/BUILD.gn
index 9d8db964d28be2dd8fe2f88c814af000d433f415..810948a6eedbe6964b536b452087cc8df9d50ee7 100644
--- a/gpu/command_buffer/client/BUILD.gn
+++ b/gpu/command_buffer/client/BUILD.gn
@@ -135,31 +135,6 @@ component("gles2_implementation") {
]
}
-# Library emulates GLES2 using command_buffers.
-component("gles2_implementation_client_side_arrays") {
- sources = gles2_implementation_source_files
-
- defines = [
- "GLES2_IMPL_IMPLEMENTATION",
- "GLES2_SUPPORT_CLIENT_SIDE_ARRAYS=1",
- ]
- all_dependent_configs = [ "//third_party/khronos:khronos_headers" ]
-
- if (is_win) {
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- cflags = [ "/wd4267" ] # size_t to int truncation.
- }
-
- deps = [
- ":gles2_cmd_helper",
- ":gles2_interface",
- "//base",
- "//gpu/command_buffer/common",
- "//ui/gfx/geometry",
- "//ui/gl",
- ]
-}
-
component("gl_in_process_context") {
sources = [
"gl_in_process_context.h",
« no previous file with comments | « gpu/BUILD.gn ('k') | gpu/command_buffer/client/gl_in_process_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698