summaryrefslogtreecommitdiffstats
path: root/ash
diff options
context:
space:
mode:
authormarkdittmer <markdittmer@chromium.org>2016-03-03 13:33:14 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-03 21:34:33 +0000
commit74b231ad33ec44bc2662fef2831a3cd90e1f3834 (patch)
tree0d2f3eb874068b96c08f5deedd8638c6f8c05f73 /ash
parent1170487b35230f1e8dc2bcc3aad6aa5d266ca3f3 (diff)
downloadchromium_src-74b231ad33ec44bc2662fef2831a3cd90e1f3834.zip
chromium_src-74b231ad33ec44bc2662fef2831a3cd90e1f3834.tar.gz
chromium_src-74b231ad33ec44bc2662fef2831a3cd90e1f3834.tar.bz2
Implements and tests IPC::ParamTraits for ui::Event (towards ui::Events over mojo IPC). Support for (scoped) pointers for abstract ui::Event objects implemented using ui::ScopedEvent, and trusting ui::EventType information to instantiate the correct concrete type.
BUG=584687 Committed: https://crrev.com/482ddfefe2602f440146eebf4b56e8e040fb81fa Cr-Commit-Position: refs/heads/master@{#378821} Review URL: https://codereview.chromium.org/1695783002 Cr-Commit-Position: refs/heads/master@{#379094}
Diffstat (limited to 'ash')
-rw-r--r--ash/mus/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index 2a4664f..c6e9c9c 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -26,7 +26,7 @@ source_set("lib") {
"//ash",
"//cc",
"//cc/surfaces",
- "//components/mus/common",
+ "//components/mus/common:mus_common",
"//components/mus/public/cpp",
"//components/mus/public/interfaces",
"//components/user_manager",