summaryrefslogtreecommitdiffstats
path: root/content/browser/DEPS
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-08 01:48:48 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-08 01:48:48 +0000
commitf24a1e2b4c8e42794d1636e43bf033f8762410c0 (patch)
tree4f5e50b905149674e93d063a8b31c53e0905bf70 /content/browser/DEPS
parent31af5f2c16eb49136701e4a9d0b9625a12ba8b28 (diff)
downloadchromium_src-f24a1e2b4c8e42794d1636e43bf033f8762410c0.zip
chromium_src-f24a1e2b4c8e42794d1636e43bf033f8762410c0.tar.gz
chromium_src-f24a1e2b4c8e42794d1636e43bf033f8762410c0.tar.bz2
Moved code that runs in both the browser and GPU process from content/gpu to content/common/gpu.
Also renamed GpuRenderThread to GpuChannelManager since that is what it really does. The only remaining dependency from content/common/gpu to content/gpu is gpu_watchdog_thread.h. Once that dependency has been reversed it should be possible to move most or all of the code in content/gpu to chrome/gpu. TEST=build, WebGL works, run by trybots. BUG=none Review URL: http://codereview.chromium.org/6793054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80883 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/DEPS')
-rw-r--r--content/browser/DEPS2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/browser/DEPS b/content/browser/DEPS
index eb0e8c0..f333397 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -2,7 +2,5 @@ include_rules = [
# The following directories have been refactored, so no new dependencies
# should be added from these directories.
"-chrome/browser/extensions",
-
- "+content/gpu", # For single-process mode.
]