summaryrefslogtreecommitdiffstats
path: root/content/DEPS
diff options
context:
space:
mode:
authorspang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-20 21:00:36 +0000
committerspang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-20 21:00:36 +0000
commit929881f735050603822a005454317614e2d28476 (patch)
tree0b5e26e2b2ed25dee71b7956f2f9c941a3a68fef /content/DEPS
parent824237bae766a87c7812bd2f28544301fd106c2a (diff)
downloadchromium_src-929881f735050603822a005454317614e2d28476.zip
chromium_src-929881f735050603822a005454317614e2d28476.tar.gz
chromium_src-929881f735050603822a005454317614e2d28476.tar.bz2
ozone: gpu: Add plumbing for platform-specific gpu messaging (reland)
ChromeOS on bare hardware will do display configuration and cursor movement from the GPU process. This is the conduit for the messages needed to make this work. This plumbing also supports other platforms with similar requirements (e.g. wayland's port). X11 does not need any specific messaging here, since we just call the X server from the browser. TBR=piman@chromium.org,rjkroege@chromium.org,alexst@chromium.org,chrishtr@chromium.org NOTRY=true BUG=377497 Review URL: https://codereview.chromium.org/341253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278817 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r--content/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/DEPS b/content/DEPS
index 6fd07fe..e697611 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -86,7 +86,7 @@ include_rules = [
"+ui/gfx",
"+ui/gl",
"+ui/native_theme",
- "+ui/ozone/public",
+ "+ui/ozone",
"+ui/shell_dialogs",
"+ui/snapshot",
"+ui/surface",