diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-08 00:04:00 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-08 00:04:00 +0000 |
commit | 81375743a18758e2d3e1401086c41fc6102d7404 (patch) | |
tree | 8934b84e05e419c1857139a547507c5704808c46 /gpu/gpu_common.gypi | |
parent | c1b2efa44d46f948b3820f02e169bd95db094625 (diff) | |
download | chromium_src-81375743a18758e2d3e1401086c41fc6102d7404.zip chromium_src-81375743a18758e2d3e1401086c41fc6102d7404.tar.gz chromium_src-81375743a18758e2d3e1401086c41fc6102d7404.tar.bz2 |
Plum through ANGLE_depth_texture
TEST=unit tests
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10441087
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141117 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu_common.gypi')
-rw-r--r-- | gpu/gpu_common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/gpu_common.gypi b/gpu/gpu_common.gypi index a28698e..93910b0 100644 --- a/gpu/gpu_common.gypi +++ b/gpu/gpu_common.gypi @@ -233,6 +233,7 @@ '<@(gles2_c_lib_source_files)', '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_manager.cc', 'command_buffer/tests/gl_manager.h', 'command_buffer/tests/gl_tests_main.cc', |