14 lines
260 B
Python
14 lines
260 B
Python
include_rules = [
|
|
# This code is checked into the chromium repo so it's fine to depend on this.
|
|
"+base",
|
|
"+crypto",
|
|
"+build",
|
|
"+gin",
|
|
"+native_client/src/public",
|
|
"+testing",
|
|
"+third_party/ashmem",
|
|
"+v8",
|
|
|
|
# internal includes.
|
|
"+mojo",
|
|
]
|