summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-16 23:35:21 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-16 23:35:21 +0000
commit773f07dc113faf4e41a5f67b1c4d96c8c161c57d (patch)
tree381eba9871bb2c6601fc23638d5806180c581ad5
parent735fa7e64e6f9545bba176309059bca54d8195ee (diff)
downloadchromium_src-773f07dc113faf4e41a5f67b1c4d96c8c161c57d.zip
chromium_src-773f07dc113faf4e41a5f67b1c4d96c8c161c57d.tar.gz
chromium_src-773f07dc113faf4e41a5f67b1c4d96c8c161c57d.tar.bz2
Add in missing file from previous CL
TEST=none BUG=none Review URL: http://codereview.chromium.org/505027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34776 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--gpu/gpu.gyp6
1 files changed, 5 insertions, 1 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 5ebc19b..5a5c113 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -175,6 +175,7 @@
'command_buffer/common/gles2_cmd_format_test.cc',
'command_buffer/common/gles2_cmd_format_test_autogen.h',
'command_buffer/common/gles2_cmd_id_test.cc',
+ 'command_buffer/common/gles2_cmd_id_test_autogen.h',
],
},
},
@@ -228,9 +229,12 @@
'command_buffer/service/cmd_parser.cc',
'command_buffer/service/cmd_parser.h',
'command_buffer/service/gles2_cmd_decoder.h',
- 'command_buffer/service/gles2_cmd_decoder_validate.h',
'command_buffer/service/gles2_cmd_decoder_autogen.h',
'command_buffer/service/gles2_cmd_decoder.cc',
+ 'command_buffer/service/gles2_cmd_validation.h',
+ 'command_buffer/service/gles2_cmd_validation.cc',
+ 'command_buffer/service/gles2_cmd_validation_autogen.h',
+ 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h',
'command_buffer/service/gl_utils.h',
'command_buffer/service/gpu_processor.h',
'command_buffer/service/gpu_processor.cc',