summaryrefslogtreecommitdiffstats
path: root/mojo/converters/input_events/DEPS
diff options
context:
space:
mode:
authorsadrul <sadrul@chromium.org>2015-10-28 18:39:16 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-29 01:40:02 +0000
commit46e2c77b5abc443e488b40e45ea648a29395e43a (patch)
tree15bf4f9e9f1e1410c558b49a01a851ee41887546 /mojo/converters/input_events/DEPS
parent6598addaf1cfa4ef9bdf38d5baf0582b0f89686b (diff)
downloadchromium_src-46e2c77b5abc443e488b40e45ea648a29395e43a.zip
chromium_src-46e2c77b5abc443e488b40e45ea648a29395e43a.tar.gz
chromium_src-46e2c77b5abc443e488b40e45ea648a29395e43a.tar.bz2
mus: Move mojo events into mus.
BUG=548376 Review URL: https://codereview.chromium.org/1409833010 Cr-Commit-Position: refs/heads/master@{#356728}
Diffstat (limited to 'mojo/converters/input_events/DEPS')
-rw-r--r--mojo/converters/input_events/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/converters/input_events/DEPS b/mojo/converters/input_events/DEPS
index 81a00b0..95ec829 100644
--- a/mojo/converters/input_events/DEPS
+++ b/mojo/converters/input_events/DEPS
@@ -1,4 +1,4 @@
include_rules = [
+ "+components/mus/public/interfaces",
"+ui/events",
- "+ui/mojo/events",
]