summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
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.gyp
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.gyp')
-rw-r--r--gpu/gpu.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index e87daae..1b8d54d 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -25,6 +25,8 @@
'command_buffer/client/gles2_implementation.h',
'command_buffer/client/program_info_manager.cc',
'command_buffer/client/program_info_manager.h',
+ 'command_buffer/client/query_tracker.cc',
+ 'command_buffer/client/query_tracker.h',
'command_buffer/client/share_group.cc',
'command_buffer/client/share_group.h',
]