blob: 2b1acf8c5f764c749e1dd3a8c29d73895d4e22bb (
plain)
1
2
3
4
5
6
7
8
|
include_rules = [
# This is used by both //content and //components/html_viewer, so prevent
# any dependencies on //content
"-content",
"+media/base/mime_util.h", # Only for platforms other than iOS
"+net/base",
]
|