summaryrefslogtreecommitdiffstats
path: root/mojo/views/DEPS
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-10 17:52:24 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-10 17:52:24 +0000
commit33bc2bcf876d0833bf7cbe7ca908da6b0c5215d5 (patch)
tree62a408e739969935bdf9b6e37fc49dfc763e469c /mojo/views/DEPS
parent6e0990e17bc2ada4353c0b1dac1d61bce24e02e0 (diff)
downloadchromium_src-33bc2bcf876d0833bf7cbe7ca908da6b0c5215d5.zip
chromium_src-33bc2bcf876d0833bf7cbe7ca908da6b0c5215d5.tar.gz
chromium_src-33bc2bcf876d0833bf7cbe7ca908da6b0c5215d5.tar.bz2
Wires up necessary pieces to use views with view_manager
The browser side obviously has to change rather extensively, but the rest work on both linux and windows. BUG=365012 TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/321043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276070 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/views/DEPS')
-rw-r--r--mojo/views/DEPS9
1 files changed, 9 insertions, 0 deletions
diff --git a/mojo/views/DEPS b/mojo/views/DEPS
new file mode 100644
index 0000000..a182521
--- /dev/null
+++ b/mojo/views/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ "+base",
+ "+skia",
+ "+ui/aura",
+ "+ui/base",
+ "+ui/events",
+ "+ui/views",
+ "+ui/wm",
+]