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

Side by Side Diff: ui/views/mus/DEPS

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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
« no previous file with comments | « ui/views/mus/BUILD.gn ('k') | ui/views/mus/aura_init.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+cc", 2 "+cc",
3 "-cc/blink", 3 "-cc/blink",
4 "+components/font_service/public", 4 "+components/font_service/public",
5 "+components/gpu", 5 "+components/gpu",
6 "+net", 6 "+net",
7 "+mojo/cc", 7 "+mojo/cc",
8 "+mojo/common", 8 "+mojo/common",
9 "+mojo/converters", 9 "+mojo/converters",
10 "+mojo/public", 10 "+mojo/public",
11 "+services/catalog/public", 11 "+services/catalog/public",
12 "+services/shell/public", 12 "+services/service_manager/public",
13 "+services/ui", 13 "+services/ui",
14 "+skia", 14 "+skia",
15 "+ui/aura", 15 "+ui/aura",
16 "+ui/base", 16 "+ui/base",
17 "+ui/compositor", 17 "+ui/compositor",
18 "+ui/events", 18 "+ui/events",
19 "+ui/gfx", 19 "+ui/gfx",
20 "+ui/gl", 20 "+ui/gl",
21 "+ui/mojo/display", 21 "+ui/mojo/display",
22 "+ui/mojo/ime", 22 "+ui/mojo/ime",
23 "+ui/platform_window", 23 "+ui/platform_window",
24 "+ui/wm", 24 "+ui/wm",
25 ] 25 ]
26 26
27 specific_include_rules = { 27 specific_include_rules = {
28 "views_mus_test_suite.cc": [ 28 "views_mus_test_suite.cc": [
29 "+services/shell/background", 29 "+services/service_manager/background",
30 ], 30 ],
31 } 31 }
OLDNEW
« no previous file with comments | « ui/views/mus/BUILD.gn ('k') | ui/views/mus/aura_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698