summaryrefslogtreecommitdiffstats
path: root/ash
diff options
context:
space:
mode:
authormarkdittmer <markdittmer@chromium.org>2016-03-04 12:53:23 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-04 20:55:52 +0000
commit49745c73debc0b61be1f35ff6b01fe8ca6a14356 (patch)
tree8c0b55b24ac5094f6dec5a2f22221497329353f3 /ash
parentc671a2445c0ec87b4214c9b838cc98ec43fb9b82 (diff)
downloadchromium_src-49745c73debc0b61be1f35ff6b01fe8ca6a14356.zip
chromium_src-49745c73debc0b61be1f35ff6b01fe8ca6a14356.tar.gz
chromium_src-49745c73debc0b61be1f35ff6b01fe8ca6a14356.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} Committed: https://crrev.com/74b231ad33ec44bc2662fef2831a3cd90e1f3834 Cr-Commit-Position: refs/heads/master@{#379094} Review URL: https://codereview.chromium.org/1695783002 Cr-Commit-Position: refs/heads/master@{#379348}
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",