summaryrefslogtreecommitdiffstats
path: root/chrome/test/chromedriver/DEPS
blob: f4ece7aeb63747c25f6b1cad0818786df8703a76 (plain)
1
2
3
4
5
6
7
8
9
10
include_rules = [
  # These files should not depend on browser code.
  "-chrome",
  "-content",

  "+chrome/test/chromedriver",

  "+third_party/webdriver",
  "+third_party/zlib",
]