blob: 5451f010dd05277f4efda05547fd1d43192e15d6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
include_rules = [
# This is a shared component (iOS, content), and as such, MUST NOT depend on
# content or other components that do.
"-content",
"-ios",
"+jni",
"+net",
"+ui/gfx",
]
|