Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(882)

Unified Diff: ash/sysui/BUILD.gn

Issue 2058853002: Enable InputDeviceServer/InputDeviceClient in mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_device
Patch Set: Rebase. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/sysui/manifest.json » ('j') | ash/sysui/manifest.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/BUILD.gn
diff --git a/ash/sysui/BUILD.gn b/ash/sysui/BUILD.gn
index 0c640a074a2c2ae31d8f570808dd2f36f8486bdc..110302f6f48b86623f63aad5e2986fb2a4f47786 100644
--- a/ash/sysui/BUILD.gn
+++ b/ash/sysui/BUILD.gn
@@ -39,7 +39,9 @@ source_set("lib") {
"//cc/surfaces",
"//components/mus/common:mus_common",
"//components/mus/public/cpp",
+ "//components/mus/public/cpp/input_devices",
"//components/mus/public/interfaces",
+ "//components/mus/public/interfaces/input_devices",
sadrul 2016/06/13 15:31:06 You shouldn't need to explicitly list this, since
kylechar 2016/06/13 15:51:10 Forgot it was public_dep. Done.
"//components/user_manager",
"//components/wallpaper",
"//device/bluetooth",
« no previous file with comments | « no previous file | ash/sysui/manifest.json » ('j') | ash/sysui/manifest.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698