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

Side by Side Diff: ash/mus/DEPS

Issue 2876673002: mojo api for view based lockscreen (Closed)
Patch Set: Incorporate comments from patch set 8 and rebase Created 3 years, 7 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/mojo_interface_factory.cc ('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/shelf/public", 6 "+mash/shelf/public",
7 "+mojo/common", 7 "+mojo/common",
8 "+mojo/public", 8 "+mojo/public",
9 "+services/catalog/public", 9 "+services/catalog/public",
10 "+services/service_manager/public", 10 "+services/service_manager/public",
11 "+chromeos/cryptohome",
11 ] 12 ]
12 13
13 specific_include_rules = { 14 specific_include_rules = {
14 "ash_window_tree_host_mus\.*": [ 15 "ash_window_tree_host_mus\.*": [
15 "+ash/host", 16 "+ash/host",
16 ], 17 ],
17 18
18 "app_launch_unittest.cc": [ 19 "app_launch_unittest.cc": [
19 "+mash/quick_launch/public", 20 "+mash/quick_launch/public",
20 ], 21 ],
21 22
22 "non_client_frame_controller_unittest.cc": [ 23 "non_client_frame_controller_unittest.cc": [
23 # These tests inspect the DrawQuads in the CompositorFrame generated by the 24 # These tests inspect the DrawQuads in the CompositorFrame generated by the
24 # compositor. So this needs to explicitly depend on cc. 25 # compositor. So this needs to explicitly depend on cc.
25 "+cc", 26 "+cc",
26 ], 27 ],
27 } 28 }
OLDNEW
« no previous file with comments | « ash/mojo_interface_factory.cc ('k') | ash/mus/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698