summaryrefslogtreecommitdiffstats
path: root/chrome/app/mash/DEPS
blob: 38f328f53e85e5cfec73d3bf13e7c0834815cbb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_rules = [
  "+ash",
  # This code is purely a packaging convenience and should be no different
  # than running mojo_runner with mash_session. As such, this code should not
  # depend upon chrome code in any way. 
  "-chrome",
  "+chrome/app/mash",
  "+components/font_service",
  "+components/mus",
  "+components/resource_provider",
  "+mash",
  "+mojo/shell",
]