diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-13 21:30:56 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-13 21:30:56 +0000 |
commit | 630c1f381c85b69064ce2adfd5999c0f3c136ed3 (patch) | |
tree | 27f652915b4abee2f552d4121f2999fcc3dd71fc /chrome/browser/DEPS | |
parent | fabc9afb40110ca98859a93cb48c0140e070374b (diff) | |
download | chromium_src-630c1f381c85b69064ce2adfd5999c0f3c136ed3.zip chromium_src-630c1f381c85b69064ce2adfd5999c0f3c136ed3.tar.gz chromium_src-630c1f381c85b69064ce2adfd5999c0f3c136ed3.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r-- | chrome/browser/DEPS | 3 |
1 files changed, 2 insertions, 1 deletions
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", ] |