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

Side by Side Diff: components/mus/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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+cc", 2 "+cc",
3 "+components/input_device_service",
3 "+ipc", 4 "+ipc",
4 "+mojo/common", 5 "+mojo/common",
5 "+mojo/converters", 6 "+mojo/converters",
6 "+mojo/public", 7 "+mojo/public",
7 "+services/catalog/public", 8 "+services/catalog/public",
8 "+services/shell", 9 "+services/shell",
9 "+services/tracing/public", 10 "+services/tracing/public",
10 "+third_party/skia/include", 11 "+third_party/skia/include",
11 "+ui", 12 "+ui",
12 ] 13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698