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
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',
         ],