diff options
author | sadrul <sadrul@chromium.org> | 2015-10-28 18:39:16 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-29 01:40:02 +0000 |
commit | 46e2c77b5abc443e488b40e45ea648a29395e43a (patch) | |
tree | 15bf4f9e9f1e1410c558b49a01a851ee41887546 /mojo/converters/input_events/DEPS | |
parent | 6598addaf1cfa4ef9bdf38d5baf0582b0f89686b (diff) | |
download | chromium_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/DEPS | 2 |
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", ] |