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-19 00:44:58 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-19 00:44:58 +0000
commit3f00df9a392791d70409df5b217642a1990f52b6 (patch)
tree753d407c73e9d651094f88d632d901d22a3b77d0 /gpu/gpu_common.gypi
parentce8b05730722ba50d9cb6877adef9f53258dd9ca (diff)
downloadchromium_src-3f00df9a392791d70409df5b217642a1990f52b6.zip
chromium_src-3f00df9a392791d70409df5b217642a1990f52b6.tar.gz
chromium_src-3f00df9a392791d70409df5b217642a1990f52b6.tar.bz2
Add support for GL_CHROMIUM_consistent_uniform_locations
BUG=132844 TEST=unit tests Review URL: https://chromiumcodereview.appspot.com/10568003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142879 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu_common.gypi')
-rw-r--r--gpu/gpu_common.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/gpu_common.gypi b/gpu/gpu_common.gypi
index 93910b0..2e425f9 100644
--- a/gpu/gpu_common.gypi
+++ b/gpu/gpu_common.gypi
@@ -234,6 +234,7 @@
'command_buffer/tests/occlusion_query_unittests.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',