diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-07 01:26:08 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-07 01:26:08 +0000 |
commit | 17cfbe0ee496d4b63197415c9bf849c1f2d12694 (patch) | |
tree | 6dfe1c5fab337b20fca3586b655f710e1daabcf3 /gpu/gpu.gyp | |
parent | 5cd3af6cf38b7677b984b925327b8c6fa8548823 (diff) | |
download | chromium_src-17cfbe0ee496d4b63197415c9bf849c1f2d12694.zip chromium_src-17cfbe0ee496d4b63197415c9bf849c1f2d12694.tar.gz chromium_src-17cfbe0ee496d4b63197415c9bf849c1f2d12694.tar.bz2 |
Revert "Revert 186416"
This reverts commit a8fb8f44bc56943c45bd06034fc004e22ef5da85 and
fixes the bug related to the WebGL null object test.
BUG=178093
TBR=apatrick@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12542009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186573 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index e6e9868..005573d 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -261,6 +261,7 @@ 'command_buffer/tests/gl_texture_storage_unittests.cc', 'command_buffer/tests/gl_unittests.cc', 'command_buffer/tests/gl_virtual_contexts_unittests.cc', + 'command_buffer/tests/gl_stream_draw_unittests.cc', 'command_buffer/tests/occlusion_query_unittests.cc', ], # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |