blob: 7fa76cd4a91308b868d3f70e4179494acc724332 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include_rules = [
# This code is checked into the chromium repo so it's fine to depend on this.
"+base",
"+crypto",
"+build",
"+gin",
"+testing",
"+third_party/ashmem",
"+v8",
# internal includes.
"+mojo",
]
|