summaryrefslogtreecommitdiffstats
path: root/gpu/gpu_common.gypi
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-09 21:07:00 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-09 21:07:00 +0000
commitefcdd2363d66f110d0e67fcff68e2f8f22bbf7be (patch)
treeaa93312d779f4ecd648ad5ae3fd908316c7abcfe /gpu/gpu_common.gypi
parent70ec89769238adca7ae8db6df7cdd1c109b64486 (diff)
downloadchromium_src-efcdd2363d66f110d0e67fcff68e2f8f22bbf7be.zip
chromium_src-efcdd2363d66f110d0e67fcff68e2f8f22bbf7be.tar.gz
chromium_src-efcdd2363d66f110d0e67fcff68e2f8f22bbf7be.tar.bz2
Add GL_CHROMIUM_get_error_query
Makes it possible to asynchronously query GL errors. TEST=unit tests BUG=133630 Review URL: https://chromiumcodereview.appspot.com/10577037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145739 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu_common.gypi')
-rw-r--r--gpu/gpu_common.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpu/gpu_common.gypi b/gpu/gpu_common.gypi
index 6fa68294..d117fc0 100644
--- a/gpu/gpu_common.gypi
+++ b/gpu/gpu_common.gypi
@@ -231,10 +231,10 @@
],
'sources': [
'<@(gles2_c_lib_source_files)',
- 'command_buffer/tests/occlusion_query_unittests.cc',
'command_buffer/tests/gl_bind_uniform_location_unittest.cc',
'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc',
'command_buffer/tests/gl_depth_texture_unittest.cc',
+ 'command_buffer/tests/gl_get_error_query_unittests.cc',
'command_buffer/tests/gl_manager.cc',
'command_buffer/tests/gl_manager.h',
'command_buffer/tests/gl_pointcoord_unittest.cc',
@@ -243,6 +243,7 @@
'command_buffer/tests/gl_test_utils.h',
'command_buffer/tests/gl_texture_mailbox_unittests.cc',
'command_buffer/tests/gl_unittests.cc',
+ 'command_buffer/tests/occlusion_query_unittests.cc',
],
},
{