blob: e6cdafe9cd76c46ecd69fc6262b06a7878dde510 (
plain)
1
2
3
4
5
6
7
8
|
include_rules = [
"+components/strings/grit/components_strings.h",
"+components/version_info/android/version_constants_bridge_jni",
"+ui/base",
# version_info is used on iOS and thus cannot depend on //content.
"-content",
]
|