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

Unified Diff: gpu/BUILD.gn

Issue 1311583006: Revert of Add command_buffer_gles2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months 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 | « no previous file | gpu/gles2_conform_support/egl/display.h » ('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 25358aca5fac1a613891cf6697bfae72f65a2b48..cf993771214fe341fbe0762c2fc6d3d7e6c076f6 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -47,42 +47,6 @@
"//gpu/config:config_sources",
"//gpu/ipc:ipc_sources",
]
-}
-
-# GYP version: //gpu/gpu.gyp:command_buffer_gles2
-shared_library("command_buffer_gles2") {
- sources = [
- # TODO(hendrikw): Move egl out of gles2_conform_support.
- "gles2_conform_support/egl/config.cc",
- "gles2_conform_support/egl/config.h",
- "gles2_conform_support/egl/display.cc",
- "gles2_conform_support/egl/display.h",
- "gles2_conform_support/egl/egl.cc",
- "gles2_conform_support/egl/surface.cc",
- "gles2_conform_support/egl/surface.h",
- ]
-
- deps = [
- "//base",
- "//gpu/command_buffer/client:gles2_c_lib",
- "//gpu/command_buffer/client:gles2_implementation",
- "//gpu/command_buffer/service",
- "//ui/gl:gl",
- ]
-
- if (!is_component_build) {
- deps += [
- "//gpu/command_buffer/client:client_sources",
- "//gpu/command_buffer/client:gles2_cmd_helper_sources",
- ]
- }
-
- defines = [ "EGLAPIENTRY=" ]
- if (current_os == "win") {
- defines += [ "EGLAPI=__declspec(dllexport)" ]
- } else {
- defines += [ "EGLAPI=__attribute__((visibility(\"default\")))" ]
- }
}
source_set("test_support") {
« no previous file with comments | « no previous file | gpu/gles2_conform_support/egl/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698