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

Side by Side Diff: ash/mus/DEPS

Issue 2296763009: mash: Fix launching touch hud app in mash mode. (Closed)
Patch Set: deps and define 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/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/session/public", 11 "+mash/session/public",
11 "+mash/shelf/public", 12 "+mash/shelf/public",
12 "+mojo/common", 13 "+mojo/common",
13 "+mojo/public", 14 "+mojo/public",
14 "+services/catalog/public", 15 "+services/catalog/public",
15 "+services/shell/public", 16 "+services/shell/public",
16 "+services/tracing/public", 17 "+services/tracing/public",
17 ] 18 ]
18 # 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@
19 # before adding items here. http://crbug.com/615155 20 # before adding items here. http://crbug.com/615155
20 specific_include_rules = { 21 specific_include_rules = {
21 "root_window_controller.cc": [ 22 "root_window_controller.cc": [
22 "+ash/shelf/shelf_layout_manager.h", 23 "+ash/shelf/shelf_layout_manager.h",
23 ], 24 ],
24 "shelf_delegate_mus.cc": [ 25 "shelf_delegate_mus.cc": [
25 "+ash/shelf/shelf.h", 26 "+ash/shelf/shelf.h",
26 "+ash/shelf/shelf_widget.h", 27 "+ash/shelf/shelf_widget.h",
27 ], 28 ],
28 } 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