1
2
3
4
5
6
7
8
9
10
11
12
13
mojo / core / DEPS [blame]
include_rules = [
# This code is checked into the chromium repo so it's fine to depend on this.
"+base",
"+crypto",
"+build",
"+native_client/src/public",
"+testing",
"+third_party/ashmem",
"+third_party/ipcz",
# internal includes.
"+mojo",
]