blob: edcaacf3aa2b342c5bf1714cd76d217b5d0f8995 (
plain)
1
2
3
4
5
6
7
8
|
include_rules = [
# This is used by both //content and //third_party/blink, so prevent
# any dependencies on //content and //third_party/blink.
"-content",
"-third_party/blink",
"+net/http",
]
|