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

Unified Diff: gpu/gpu.gyp

Issue 8936011: Log GLenums as strings in service (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add back execute permission for py file Created 9 years 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
« no previous file with comments | « gpu/command_buffer/command_buffer.gyp ('k') | ui/gfx/gl/generate_bindings.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index adbc24112d8f32eabda63d2064c14b11fc1ffe73..8b7085084aa1eefcc4c38efcd08c80ac7a505d52 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',
],
« no previous file with comments | « gpu/command_buffer/command_buffer.gyp ('k') | ui/gfx/gl/generate_bindings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698