blob: ab9e1f968635f9d70ae766c706ecc04434a59ddb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include_rules = [
"+content/public/browser",
"+mojo/public/cpp/bindings",
"+ui/base",
"+ui/touch_selection",
]
specific_include_rules = {
'pdf_web_contents_helper_browsertest.cc': [
"+content/shell",
],
}
|