summaryrefslogtreecommitdiffstats
path: root/gpu/gpu_common.gypi
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-26 00:28:33 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-26 00:28:33 +0000
commit2be6abf3a4fb590a1b59586858d1e49ea61f0708 (patch)
treeb20ee87dd632d5a21b40948cd5b430239fcdde0e /gpu/gpu_common.gypi
parent2c3eaaf90eb2cb35c60272307540b2c2ea335f82 (diff)
downloadchromium_src-2be6abf3a4fb590a1b59586858d1e49ea61f0708.zip
chromium_src-2be6abf3a4fb590a1b59586858d1e49ea61f0708.tar.gz
chromium_src-2be6abf3a4fb590a1b59586858d1e49ea61f0708.tar.bz2
Add glBindUniformLocationCHROMIUM
TEST=unit tests BUG=132844 Review URL: https://chromiumcodereview.appspot.com/10635011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144070 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu_common.gypi')
-rw-r--r--gpu/gpu_common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/gpu_common.gypi b/gpu/gpu_common.gypi
index 2e425f9..6e19802 100644
--- a/gpu/gpu_common.gypi
+++ b/gpu/gpu_common.gypi
@@ -232,9 +232,9 @@
'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_consistent_uniform_locations_unittest.cc',
'command_buffer/tests/gl_manager.cc',
'command_buffer/tests/gl_manager.h',
'command_buffer/tests/gl_tests_main.cc',