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

Side by Side Diff: mash/DEPS

Issue 1956093002: mus: Move event_matcher_util.h/cc into components/mus/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 "+components/mus/common/event_matcher_util.h",
msw 2016/05/06 22:08:33 nit: allow any "+components/mus/common"?
James Cook 2016/05/06 22:57:40 Done.
2 "+components/mus/common/types.h", 3 "+components/mus/common/types.h",
3 "+components/mus/common/util.h", 4 "+components/mus/common/util.h",
4 "+components/mus/public", 5 "+components/mus/public",
5 "+components/prefs", 6 "+components/prefs",
6 "+mojo/common", 7 "+mojo/common",
7 "+mojo/converters", 8 "+mojo/converters",
8 "+mojo/public", 9 "+mojo/public",
9 "+services/catalog/public", 10 "+services/catalog/public",
10 "+services/shell", 11 "+services/shell",
11 "+services/tracing/public", 12 "+services/tracing/public",
12 "+third_party/skia/include", 13 "+third_party/skia/include",
13 "+ui", 14 "+ui",
14 ] 15 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698