From 630c1f381c85b69064ce2adfd5999c0f3c136ed3 Mon Sep 17 00:00:00 2001 From: "apatrick@chromium.org" Date: Thu, 13 Jan 2011 21:30:56 +0000 Subject: GPU service now runs on new thread in browser process when --single-process is specified. TEST=try BUG=none Review URL: http://codereview.chromium.org/6189008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71359 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/DEPS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome/browser/DEPS') diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index 1d4653b..1cf13fc 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -37,7 +37,8 @@ include_rules = [ "+third_party/undoview", "+v8/include", # Browser uses V8 to get the version and run the debugger. - # FIXME: this should probably not be here, we need to find a better + # FIXME: these should probably not be here, we need to find a better # structure for these includes. "+chrome/renderer", + "+chrome/gpu", ] -- cgit v1.1