• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include_rules = [
2  # These files should not depend on browser code.
3  "-chrome",
4  "-content",
5
6  # Except for constants which it links in directly.
7  "+chrome/common/chrome_constants.h",
8
9  "+chrome/test/chromedriver",
10
11  "+third_party/webdriver",
12  "+third_party/zlib",
13]
14