From 49861ff21dace659d3da493b38551a07a611f4f4 Mon Sep 17 00:00:00 2001 From: "kbr@google.com" Date: Tue, 11 Jan 2011 19:50:40 +0000 Subject: Move the in-process WebGL implementation from the WebKit to the Chromium repository to break circular dependencies on Chromium's OpenGL bindings in app/gfx/gl. The minimal changes to the code were made in order to break dependencies on WebCore types and to make the code fit the Google C++ style guide as closely as possible. There are many references to undesirable types like "long" in the WebGraphicsContext3D interface, which are the source of the majority of lint errors and which will be fixed in follow-on work. The upstream WebGraphicsContext3DDefaultImpl will be deleted after this lands. Tested: - Various WebGL demos in Chrome - Built and ran WebGL layout tests in DRT BUG=none TEST=none (see above) Review URL: http://codereview.chromium.org/6100009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71069 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/DEPS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webkit/DEPS') diff --git a/webkit/DEPS b/webkit/DEPS index f41af78..68119e4 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -16,6 +16,9 @@ include_rules = [ # For databases/ "+app/sql", + # For gpu/ + "+app/gfx", + # TODO(brettw) - review these; move up if it's ok, or remove the dependency "+net/base", "+net/ftp", -- cgit v1.1