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

Side by Side Diff: ash/mus/DEPS

Issue 2539363005: Converts ash to use aura-mus (Closed)
Patch Set: merge Created 4 years 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",
3 "+ash/common",
4 "+ash/mus",
5 "+ash/public",
6 "+ash/shared",
7 "+services/ui/common", 2 "+services/ui/common",
8 "+services/ui/public", 3 "+services/ui/public",
9 "+grit/ash_mus_resources.h", 4 "+grit/ash_mus_resources.h",
10 "+mash/public/interfaces", 5 "+mash/public/interfaces",
11 "+mash/session/public", 6 "+mash/session/public",
12 "+mash/shelf/public", 7 "+mash/shelf/public",
13 "+mojo/common", 8 "+mojo/common",
14 "+mojo/public", 9 "+mojo/public",
15 "+services/catalog/public", 10 "+services/catalog/public",
16 "+services/service_manager/public", 11 "+services/service_manager/public",
17 "+services/tracing/public", 12 "+services/tracing/public",
18 ] 13 ]
19 # Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@ 14 # Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@
20 # before adding items here. http://crbug.com/615155 15 # before adding items here. http://crbug.com/615155
21 specific_include_rules = { 16 specific_include_rules = {
22 "root_window_controller.cc": [ 17 "root_window_controller.cc": [
23 "+ash/shelf/shelf_layout_manager.h", 18 "+ash/shelf/shelf_layout_manager.h",
24 ], 19 ],
25 "shelf_delegate_mus.cc": [ 20 "shelf_delegate_mus.cc": [
26 "+ash/shelf/shelf.h", 21 "+ash/shelf/shelf.h",
27 "+ash/shelf/shelf_widget.h", 22 "+ash/shelf/shelf_widget.h",
28 ], 23 ],
29 24
30 "app_launch_unittest.cc": [ 25 "app_launch_unittest.cc": [
31 "+mash/quick_launch/public", 26 "+mash/quick_launch/public",
32 ], 27 ],
33 } 28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698