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

Unified Diff: components/mus/input_devices/BUILD.gn

Issue 1992443002: Add Mojo IPC based input-device service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_ddm
Patch Set: Change namespace. 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 | components/mus/input_devices/input_device_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/input_devices/BUILD.gn
diff --git a/media/base/ipc/BUILD.gn b/components/mus/input_devices/BUILD.gn
similarity index 50%
copy from media/base/ipc/BUILD.gn
copy to components/mus/input_devices/BUILD.gn
index d665e2ba43aab66902d0d15ed85e83a1f9f2ab39..ad3b1d73031c9ece65bad42c4fffc832d2ff6718 100644
--- a/media/base/ipc/BUILD.gn
+++ b/components/mus/input_devices/BUILD.gn
@@ -2,21 +2,20 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("ipc") {
+source_set("input_devices") {
sources = [
- "media_param_traits.cc",
- "media_param_traits.h",
- "media_param_traits_macros.h",
+ "input_device_server.cc",
+ "input_device_server.h",
]
- public_deps = [
- "//ipc",
- ]
deps = [
"//base",
- "//media",
- "//ui/gfx/ipc",
- "//ui/gfx/ipc/geometry",
- "//ui/gfx/ipc/skia",
+ "//services/shell/public/cpp:sources",
+ "//skia",
+ "//ui/events/devices",
+ ]
+
+ public_deps = [
+ "//components/mus/public/interfaces/input_devices",
]
}
« no previous file with comments | « no previous file | components/mus/input_devices/input_device_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698