summaryrefslogtreecommitdiffstats
path: root/chromeos/DEPS
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-15 02:24:39 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-15 02:24:39 +0000
commitc8b0489852ba7a40969e6a92579e4d9b199e7d27 (patch)
treed46951cd28b75c7c6a8c811d0fcb8be3bbd913c4 /chromeos/DEPS
parentd4734984813f030f1d088b359f4baa07000931c3 (diff)
downloadchromium_src-c8b0489852ba7a40969e6a92579e4d9b199e7d27.zip
chromium_src-c8b0489852ba7a40969e6a92579e4d9b199e7d27.tar.gz
chromium_src-c8b0489852ba7a40969e6a92579e4d9b199e7d27.tar.bz2
x11: Create a gfx_x11 component.
Separate out the X11 related code in gfx into a separate gfx_x11 component that only depends on gfx_geometry. This change makes it possible to add a dependency on gfx_x11 without pulling in a lot of additional dependencies on chromeos/. With this updated dependency, use gfx::GetXDisplay() to get to the X11 connection without having to depend on the message-pump inside chromeos/. BUG=354062 R=derat@chromium.org, sky@chromium.org Previously landed in r263718, but reverted in r263734 because it caused linking errors for some tests. Review URL: https://codereview.chromium.org/225803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263768 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/DEPS')
-rw-r--r--chromeos/DEPS3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromeos/DEPS b/chromeos/DEPS
index 82f85b3..63bcc90 100644
--- a/chromeos/DEPS
+++ b/chromeos/DEPS
@@ -3,5 +3,6 @@ include_rules = [
"+net",
"+third_party/cros_system_api",
"+third_party/libxml",
- "+ui/gfx/geometry"
+ "+ui/gfx/geometry",
+ "+ui/gfx/x"
]