Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Unified Diff: command_buffer/command_buffer.gyp

Issue 329046: Splits the command buffers into common commands... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: command_buffer/command_buffer.gyp
===================================================================
--- command_buffer/command_buffer.gyp (revision 30289)
+++ command_buffer/command_buffer.gyp (working copy)
@@ -40,6 +40,7 @@
'sources': [
'common/cross/bitfield_helpers.h',
'common/cross/cmd_buffer_common.h',
+ 'common/cross/cmd_buffer_common.cc',
'common/cross/o3d_cmd_format.h',
'common/cross/o3d_cmd_format.cc',
'common/cross/gapi_interface.h',
@@ -112,6 +113,8 @@
'command_buffer_common',
],
'sources': [
+ 'service/cross/common_decoder.cc',
+ 'service/cross/common_decoder.h',
'service/cross/cmd_buffer_engine.h',
'service/cross/cmd_parser.cc',
'service/cross/cmd_parser.h',

Powered by Google App Engine
This is Rietveld 408576698