diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-10 09:30:28 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-10 09:30:28 +0000 |
commit | c0ce9d8162a70abb545e3ca7376003a492b08490 (patch) | |
tree | e15daf5c75aefb839ea98d2fd8f9cefe69ec44ad /gpu/gpu.gyp | |
parent | 06489a012706979c4a82bc2f3ac502b82fca2346 (diff) | |
download | chromium_src-c0ce9d8162a70abb545e3ca7376003a492b08490.zip chromium_src-c0ce9d8162a70abb545e3ca7376003a492b08490.tar.gz chromium_src-c0ce9d8162a70abb545e3ca7376003a492b08490.tar.bz2 |
Implements bucket commands and adds unit tests to
common_decoder
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/479008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34242 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 0b06d7d..2fa660e7 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -264,6 +264,7 @@ 'sources': [ 'command_buffer/service/cmd_parser_test.cc', 'command_buffer/service/command_buffer_service_unittest.cc', + 'command_buffer/service/common_decoder_unittest.cc', 'command_buffer/service/gpu_processor_unittest.cc', 'command_buffer/service/resource_test.cc', ], |