blob: 3b19402255b076fa1847cbcb458c7e2319fd904b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include_rules = [
# These files should not depend on browser code.
"-chrome",
"-content",
# Except for constants which it links in directly.
"+chrome/common/chrome_constants.h",
"+chrome/test/chromedriver",
"+third_party/webdriver",
"+third_party/zlib",
]
|