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

Side by Side Diff: ash/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 | « ash/mus/BUILD.gn ('k') | ash/mus/accelerators/accelerator_controller_delegate_mus.h » ('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 "-ash", 2 "-ash",
3 "+ash/common", 3 "+ash/common",
4 "+ash/mus", 4 "+ash/mus",
5 "+ash/public", 5 "+ash/public",
6 "+ash/shared", 6 "+ash/shared",
7 "+services/ui/common", 7 "+services/ui/common",
8 "+services/ui/public", 8 "+services/ui/public",
9 "+grit/ash_mus_resources.h", 9 "+grit/ash_mus_resources.h",
10 "+mash/public/interfaces", 10 "+mash/public/interfaces",
11 "+mash/session/public", 11 "+mash/session/public",
12 "+mash/shelf/public", 12 "+mash/shelf/public",
13 "+mojo/common", 13 "+mojo/common",
14 "+mojo/public", 14 "+mojo/public",
15 "+services/catalog/public", 15 "+services/catalog/public",
16 "+services/shell/public", 16 "+services/service_manager/public",
17 "+services/tracing/public", 17 "+services/tracing/public",
18 ] 18 ]
19 # Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@ 19 # Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@
20 # before adding items here. http://crbug.com/615155 20 # before adding items here. http://crbug.com/615155
21 specific_include_rules = { 21 specific_include_rules = {
22 "root_window_controller.cc": [ 22 "root_window_controller.cc": [
23 "+ash/shelf/shelf_layout_manager.h", 23 "+ash/shelf/shelf_layout_manager.h",
24 ], 24 ],
25 "shelf_delegate_mus.cc": [ 25 "shelf_delegate_mus.cc": [
26 "+ash/shelf/shelf.h", 26 "+ash/shelf/shelf.h",
27 "+ash/shelf/shelf_widget.h", 27 "+ash/shelf/shelf_widget.h",
28 ], 28 ],
29 } 29 }
OLDNEW
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/mus/accelerators/accelerator_controller_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698