diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-12 02:25:01 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-12 02:25:01 +0000 |
commit | d2a0e1ab98ab2e01fdb2cb77387e917c1d57b4c8 (patch) | |
tree | 7c5dfe271d7a3f22ec477f028a65eb5a6ba8d04c /gpu/gpu.gyp | |
parent | ec61e1c66c330c529a01fc2c7f83ca45bdbc0165 (diff) | |
download | chromium_src-d2a0e1ab98ab2e01fdb2cb77387e917c1d57b4c8.zip chromium_src-d2a0e1ab98ab2e01fdb2cb77387e917c1d57b4c8.tar.gz chromium_src-d2a0e1ab98ab2e01fdb2cb77387e917c1d57b4c8.tar.bz2 |
Implement GL_EXT_debug_marker
BUG=141700
Review URL: https://chromiumcodereview.appspot.com/10836185
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151194 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index e1c303a..acb3b68 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -156,6 +156,7 @@ 'command_buffer/common/command_buffer_mock.cc', 'command_buffer/common/command_buffer_mock.h', 'command_buffer/common/command_buffer_shared_test.cc', + 'command_buffer/common/debug_marker_manager_unittest.cc', 'command_buffer/common/gles2_cmd_format_test.cc', 'command_buffer/common/gles2_cmd_format_test_autogen.h', 'command_buffer/common/gles2_cmd_utils_unittest.cc', |