summaryrefslogtreecommitdiffstats
path: root/cc/DEPS
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-26 03:23:48 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-26 03:23:48 +0000
commit1fb9e7ebc8d70d2cccd621f88c1653c8d66d0e2c (patch)
tree0ec4a91b44f2761aba60c04bc5c30c249d358c20 /cc/DEPS
parent51f5a060ee080c0154652c8c4ae541665789bbaa (diff)
downloadchromium_src-1fb9e7ebc8d70d2cccd621f88c1653c8d66d0e2c.zip
chromium_src-1fb9e7ebc8d70d2cccd621f88c1653c8d66d0e2c.tar.gz
chromium_src-1fb9e7ebc8d70d2cccd621f88c1653c8d66d0e2c.tar.bz2
Move webkit/gpu into webkit/common/gpu
The code in webkit/gpu is needed everywhere the compositor is used, which means both renderer and browser processes. This is a bit of a bummer but hard to fix immediately since the compositor uses WebKit::WebGraphicsContext3D. webkit/gpu itself only depends on the context type (which is just a vtable) and a couple exported functions from WebString, so it's not the end of the world to have it linked into every process. This moves the code into webkit/common/ to make this clearer. R=piman, joth BUG=237267 Review URL: https://chromiumcodereview.appspot.com/16046003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202341 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/DEPS')
-rw-r--r--cc/DEPS2
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/DEPS b/cc/DEPS
index 32ac66f..5f4860f 100644
--- a/cc/DEPS
+++ b/cc/DEPS
@@ -17,6 +17,4 @@ include_rules = [
"+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h",
"+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsMemoryAllocation.h",
"+third_party/WebKit/Source/Platform/chromium/public/WebLayerScrollClient.h",
- # TODO(jamesr): Remove once cc depends on GLES2Interface instead of WGC3D
- "+webkit/gpu",
]