diff options
author | ofri@google.com <ofri@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-12 10:36:04 +0000 |
---|---|---|
committer | ofri@google.com <ofri@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-12 10:36:04 +0000 |
commit | 2a18cabc11cde8b3a7ee468f4a617c6335414ec3 (patch) | |
tree | cde26eb8cb330aef7440b72a4c97bed131a45b62 | |
parent | 87959fcc229c26e7dc0178fc05b2d4569937f657 (diff) | |
download | chromium_src-2a18cabc11cde8b3a7ee468f4a617c6335414ec3.zip chromium_src-2a18cabc11cde8b3a7ee468f4a617c6335414ec3.tar.gz chromium_src-2a18cabc11cde8b3a7ee468f4a617c6335414ec3.tar.bz2 |
Adding a dependency for Bidi Checker
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/6717019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81240 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -110,6 +110,9 @@ deps = { "src/tools/page_cycler/acid3": "/trunk/deps/page_cycler/acid3@19546", + "src/third_party/bidichecker": + "http://bidichecker.googlecode.com/svn/trunk/lib@4", + # We run these layout tests as UI tests. Since many of the buildbots that # run layout tests do NOT have access to the LayoutTest directory, we need # to map them here. In practice, these do not take up much space. |