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 2493913002: Mus: Move InProcessCommandBuffer and GLInProcessContext to gpu/ipc (Closed)
Patch Set: Fixed casts on windows Created 4 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.h » ('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 46a50750c11246a90c797a41701f2d8a881cf7d0..33964be2d9141516565611612f0c241ab65a14d1 100644
--- a/gpu/command_buffer/client/BUILD.gn
+++ b/gpu/command_buffer/client/BUILD.gn
@@ -185,26 +185,6 @@ component("gles2_implementation_no_check") {
]
}
-component("gl_in_process_context") {
- sources = [
- "gl_in_process_context.cc",
- "gl_in_process_context.h",
- "gl_in_process_context_export.h",
- ]
-
- defines = [ "GL_IN_PROCESS_CONTEXT_IMPLEMENTATION" ]
-
- deps = [
- ":gles2_implementation",
- "//base",
- "//base/third_party/dynamic_annotations",
- "//gpu",
- "//gpu/command_buffer/common:gles2_utils",
- "//ui/gfx/geometry",
- "//ui/gl",
- ]
-}
-
component("gles2_c_lib") {
sources = gles2_c_lib_source_files
defines = [ "GLES2_C_LIB_IMPLEMENTATION" ]
« no previous file with comments | « gpu/BUILD.gn ('k') | gpu/command_buffer/client/gl_in_process_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698