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 git-svn-id: http://src.chromium.org/svn/trunk/src/build@86306 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
324c8d74d5
Коммит
c8b3ac7863
2
all.gyp
2
all.gyp
|
@ -17,6 +17,7 @@
|
|||
'../ui/ui.gyp:*',
|
||||
'../gpu/gpu.gyp:*',
|
||||
'../gpu/demos/demos.gyp:*',
|
||||
'../gpu/gles2_conform_support/gles2_conform_support.gyp:*',
|
||||
'../ipc/ipc.gyp:*',
|
||||
'../jingle/jingle.gyp:*',
|
||||
'../media/media.gyp:*',
|
||||
|
@ -157,6 +158,7 @@
|
|||
'../crypto/crypto.gyp:crypto_unittests',
|
||||
'../ui/ui.gyp:gfx_unittests',
|
||||
'../gpu/gpu.gyp:gpu_unittests',
|
||||
'../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support',
|
||||
'../ipc/ipc.gyp:ipc_tests',
|
||||
'../jingle/jingle.gyp:jingle_unittests',
|
||||
'../media/media.gyp:media_unittests',
|
||||
|
|
Загрузка…
Ссылка в новой задаче