blob: 0d83e8770413e2ac789e0e91a46b27ed5b8fbb76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include_rules = [
# These files should not depend on browser code.
"-chrome",
"-content",
"+chrome/test/chromedriver",
"+third_party/mongoose",
"+third_party/webdriver",
"+third_party/zlib",
]
|