Revert 86306 (failed compile on win builder) - Move OpenGL ES 2.0 conformance test...
commit68c51ad5dd7a93413ba8cb54c97005c0072163f2
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 23 May 2011 19:01:46 +0000 (23 19:01 +0000)
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 23 May 2011 19:01:46 +0000 (23 19:01 +0000)
treed80bb7e7f32ce3da0254e6ff5a58886ef6aac1fe
parent78f6188251556c3065b8bb3f3926f48a1a49c0eb
Revert 86306 (failed compile on win builder) - Move OpenGL ES 2.0 conformance test support into main tree

This support breaks often because it is not built but the buildbots.
This CL adds it to the main tree so it will be built by the buildbots.

Not sure where to add it in all.gyp but I need to make sure it's built

TEST=opengl es 2.0 conformance tests still build
BUG=83382

R=apatrick@chromium.org

Review URL: http://codereview.chromium.org/7057033

TBR=gman@chromium.org
Review URL: http://codereview.chromium.org/7066003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86316 0039d316-1c4b-4281-b951-d872f2087c98
18 files changed:
build/all.gyp
gpu/gles2_conform_support/egl/config.cc [deleted file]
gpu/gles2_conform_support/egl/config.h [deleted file]
gpu/gles2_conform_support/egl/display.cc [deleted file]
gpu/gles2_conform_support/egl/display.h [deleted file]
gpu/gles2_conform_support/egl/egl.cc [deleted file]
gpu/gles2_conform_support/egl/native/EGL/egl.h [deleted file]
gpu/gles2_conform_support/egl/native/EGL/eglext.h [deleted file]
gpu/gles2_conform_support/egl/native/EGL/eglplatform.h [deleted file]
gpu/gles2_conform_support/egl/surface.cc [deleted file]
gpu/gles2_conform_support/egl/surface.h [deleted file]
gpu/gles2_conform_support/gles2_conform_support.c [deleted file]
gpu/gles2_conform_support/gles2_conform_support.gyp [deleted file]
gpu/gles2_conform_support/gtf/gtf_stubs.h [deleted file]
gpu/gles2_conform_support/native/egl_native.cc [deleted file]
gpu/gles2_conform_support/native/egl_native_linux.cc [deleted file]
gpu/gles2_conform_support/native/egl_native_win.cc [deleted file]
gpu/gles2_conform_support/native/main.cc [deleted file]