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

Side by Side Diff: mash/DEPS

Issue 2024313002: Moves mash/wm/public -> ash/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: extra 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+ash/public",
msw 2016/06/01 01:51:42 nit: specify the interfaces subdir?
sky 2016/06/01 03:30:26 Done.
2 "+components/mus/common", 3 "+components/mus/common",
3 "+components/mus/public", 4 "+components/mus/public",
4 "+components/prefs", 5 "+components/prefs",
5 "+mojo/common", 6 "+mojo/common",
6 "+mojo/converters", 7 "+mojo/converters",
7 "+mojo/public", 8 "+mojo/public",
8 "+services/catalog/public", 9 "+services/catalog/public",
9 "+services/shell", 10 "+services/shell",
10 "+services/tracing/public", 11 "+services/tracing/public",
11 "+third_party/skia/include", 12 "+third_party/skia/include",
12 "+ui", 13 "+ui",
13 ] 14 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698