diff options
author | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 22:07:34 +0000 |
---|---|---|
committer | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 22:07:34 +0000 |
commit | 3a69c6fe533cb089bd3d33fad753a265f413718e (patch) | |
tree | 822cb521c2366081f96eaa860f1643cb4f546abc /gpu/gpu.gyp | |
parent | 8c5bef217802a407314e5f518df411fb31c02c4e (diff) | |
download | chromium_src-3a69c6fe533cb089bd3d33fad753a265f413718e.zip chromium_src-3a69c6fe533cb089bd3d33fad753a265f413718e.tar.gz chromium_src-3a69c6fe533cb089bd3d33fad753a265f413718e.tar.bz2 |
Trace whenever renderer waits for command buffer space.
This lets us determine whether the renderer is spinning waiting for command buffer space to open up.
BUG=
TEST=
Review URL: http://codereview.chromium.org/6833005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81655 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 547c670..e33c78ca 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -150,8 +150,17 @@ { 'target_name': 'command_buffer_client', 'type': 'static_library', + 'include_dirs': [ + '..', + ], + 'all_dependent_settings': { + 'include_dirs': [ + '..', + ], + }, 'dependencies': [ 'command_buffer_common', + 'gpu_common', ], 'sources': [ 'command_buffer/client/cmd_buffer_helper.cc', |