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