summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-14 23:03:32 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-14 23:03:32 +0000
commit951ce6fd1a8ea750abe336b0e54563c44b92915c (patch)
tree519774001ea15685d7a27b10f5ea3fbfe00919a1 /gpu/gpu.gyp
parent8948387583a5fdb283527fc34293cf74f968afa9 (diff)
downloadchromium_src-951ce6fd1a8ea750abe336b0e54563c44b92915c.zip
chromium_src-951ce6fd1a8ea750abe336b0e54563c44b92915c.tar.gz
chromium_src-951ce6fd1a8ea750abe336b0e54563c44b92915c.tar.bz2
Log GLenums as strings in service
TEST=none BUG=none Review URL: http://codereview.chromium.org/8936011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114516 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp5
1 files changed, 1 insertions, 4 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index adbc241..8b70850 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -39,6 +39,7 @@
},
'dependencies': [
'../base/base.gyp:base',
+ 'command_buffer/command_buffer.gyp:gles2_utils',
],
'export_dependent_settings': [
'../base/base.gyp:base',
@@ -55,12 +56,8 @@
'command_buffer/common/gles2_cmd_format_autogen.h',
'command_buffer/common/gles2_cmd_format.cc',
'command_buffer/common/gles2_cmd_format.h',
- 'command_buffer/common/gles2_cmd_utils.cc',
- 'command_buffer/common/gles2_cmd_utils.h',
'command_buffer/common/id_allocator.cc',
'command_buffer/common/id_allocator.h',
- 'command_buffer/common/logging.cc',
- 'command_buffer/common/logging.h',
'command_buffer/common/thread_local.h',
'command_buffer/common/types.h',
],