blob: 71127972691686ad4c503742628d00030c228681 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include_rules = [
"+components/google/core",
"+components/pref_registry",
"+components/prefs",
"+components/version_info",
"+net",
"+ui/base",
# web_resource is used on iOS.
"-content",
]
|