blob: 1cc62e5589df4c04a57a8123ea45868eaf18f8d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
include_rules = [
"+components/prefs",
"+components/url_formatter",
"+crypto",
"+ios/public/provider/web",
"+ios/net",
"+ios/web",
"+net",
"+third_party/libwebp/webp",
"+ui",
# For tests.
"+ios/testing",
"+ios/third_party/earl_grey/src",
]
|