blob: 8e3a902befbfb72278a944ca80ec529b6acf38a2 (
plain)
1
2
3
4
5
6
7
8
9
|
include_rules = [
"-chrome",
"+ui/shell",
# Pieces of content_shell reused in app_shell.
# TODO(jamescook): Remove these. http://crbug.com/305404
"+content/shell/browser/shell_browser_context.h",
"+content/shell/common/shell_content_client.h",
]
|