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

Unified Diff: components/input_device_service/DEPS

Issue 1992443002: Add Mojo IPC based input-device service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_ddm
Patch Set: Clean up/move files. Created 4 years, 7 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
Index: components/input_device_service/DEPS
diff --git a/components/input_device_service/DEPS b/components/input_device_service/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..4e33ebcad31c436bbd21c976ac790af7b5f4fc3d
--- /dev/null
+++ b/components/input_device_service/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ "+mojo/public/cpp/bindings",
+ "+services/shell/public",
+ "+ui/events/devices",
+]

Powered by Google App Engine
This is Rietveld 408576698