summaryrefslogtreecommitdiffstats
path: root/o3d/core/core.gyp
diff options
context:
space:
mode:
authorgman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-11 00:29:35 +0000
committergman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-11 00:29:35 +0000
commit6689dbbb7832c151d6d846b6ed55445a6c979f20 (patch)
tree3b570d0bd063a1e50b821d924d13f6beb8741ef4 /o3d/core/core.gyp
parentf68b7fa0fc9b002a9db4d499cc7e0c7c7636be8a (diff)
downloadchromium_src-6689dbbb7832c151d6d846b6ed55445a6c979f20.zip
chromium_src-6689dbbb7832c151d6d846b6ed55445a6c979f20.tar.gz
chromium_src-6689dbbb7832c151d6d846b6ed55445a6c979f20.tar.bz2
Add UpdateTexure2DRect to IMC
Also refactored IMC for to be more safe and easy to use. It still needs: *) structures/wrappers for message responces *) Some of the error checking could probably be moved out of the inidivdual message processing functions *) Need some constants or wrappers for the handles so a message isn't pulling things out of handles by magic numbers. Review URL: http://codereview.chromium.org/165266 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22987 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/core/core.gyp')
-rw-r--r--o3d/core/core.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/o3d/core/core.gyp b/o3d/core/core.gyp
index e0644a1..2cf7794 100644
--- a/o3d/core/core.gyp
+++ b/o3d/core/core.gyp
@@ -144,6 +144,8 @@
'cross/matrix4_scale.h',
'cross/matrix4_translation.cc',
'cross/matrix4_translation.h',
+ 'cross/message_commands.cc',
+ 'cross/message_commands.h',
'cross/message_queue.cc',
'cross/message_queue.h',
'cross/named_object.cc',
@@ -380,6 +382,7 @@
'cross/matrix4_composition_test.cc',
'cross/matrix4_scale_test.cc',
'cross/matrix4_translation_test.cc',
+ 'cross/message_commands_test.cc',
'cross/message_queue_test.cc',
'cross/object_base_test.cc',
'cross/pack_test.cc',