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

Side by Side Diff: ash/mus/DEPS

Issue 2259153002: mash: Port ash_sysui ShelfDelegateMus impl to mojo:ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. Created 4 years, 3 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/root_window_controller.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/session/public", 10 "+mash/session/public",
11 "+mash/shelf/public", 11 "+mash/shelf/public",
12 "+mojo/common", 12 "+mojo/common",
13 "+mojo/public", 13 "+mojo/public",
14 "+services/catalog/public", 14 "+services/catalog/public",
15 "+services/shell/public", 15 "+services/shell/public",
16 "+services/tracing/public", 16 "+services/tracing/public",
17 ] 17 ]
18 # Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@
19 # before adding items here. http://crbug.com/615155
20 specific_include_rules = {
21 "root_window_controller.cc": [
22 "+ash/shelf/shelf_layout_manager.h",
23 ],
24 "shelf_delegate_mus.cc": [
25 "+ash/shelf/shelf.h",
26 "+ash/shelf/shelf_widget.h",
27 ],
28 }
OLDNEW
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/mus/root_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698