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

Side by Side Diff: ash/mus/DEPS

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

Powered by Google App Engine
This is Rietveld 408576698