diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-03 21:55:23 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-03 21:55:23 +0000 |
commit | 724744a42b7200ac7aa914c1fd51b0efe9506e9f (patch) | |
tree | bca5e1459fa74aa11d777a90bc3d0ed9418ac27c /webkit/DEPS | |
parent | 8760b7c814cf5b5573eae468ae316aaf32d91ccd (diff) | |
download | chromium_src-724744a42b7200ac7aa914c1fd51b0efe9506e9f.zip chromium_src-724744a42b7200ac7aa914c1fd51b0efe9506e9f.tar.gz chromium_src-724744a42b7200ac7aa914c1fd51b0efe9506e9f.tar.bz2 |
make command buffer work in DRT
Note several tests get different results than the non-command buffer path.
I'm not sure if that's bugs in this impl, bugs in the command buffer
or bugs else where but that's kind of the point. This CL is supposed
to help find those bugs.
Is there something I should do to mark them to be fixed before
checking this in? Should I leave webkit_support.cc out of this
CL?
TEST=ran layout tests
BUG=84157
R=jamesr@chromium.org
Review URL: http://codereview.chromium.org/7085002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87879 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r-- | webkit/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index b8011c6..b1db55e 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -18,6 +18,10 @@ include_rules = [ # For gpu/ "+app/gfx", + "+gpu/command_buffer/client", + "+gpu/command_buffer/common", + "+gpu/command_buffer/service", + "+gpu/GLES2", # TODO(brettw) - review these; move up if it's ok, or remove the dependency "+crypto", |