Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / test / chromedriver / DEPS
1 include_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 ]