diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 01:16:27 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 01:16:27 +0000 |
commit | 643c60275811ac7da6d4fd7714c0b9570fc5b704 (patch) | |
tree | ad8ab6cf4e512fb7b9625a0709a86b0a14ebd454 /chrome/test/webdriver/DEPS | |
parent | 41b5c204db5ff79d4db69c9b5872bc0dd653a17c (diff) | |
download | chromium_src-643c60275811ac7da6d4fd7714c0b9570fc5b704.zip chromium_src-643c60275811ac7da6d4fd7714c0b9570fc5b704.tar.gz chromium_src-643c60275811ac7da6d4fd7714c0b9570fc5b704.tar.bz2 |
Add proper DEPS for webdriver.
TBR=jmikhail
Review URL: http://codereview.chromium.org/3142021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56629 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/webdriver/DEPS')
-rw-r--r-- | chrome/test/webdriver/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/webdriver/DEPS b/chrome/test/webdriver/DEPS new file mode 100644 index 0000000..2db6d65 --- /dev/null +++ b/chrome/test/webdriver/DEPS @@ -0,0 +1,4 @@ +include_rules = [ + "+third_party/mongoose", + "+third_party/webdriver", +] |