summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorofri@google.com <ofri@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-12 10:36:04 +0000
committerofri@google.com <ofri@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-12 10:36:04 +0000
commit2a18cabc11cde8b3a7ee468f4a617c6335414ec3 (patch)
treecde26eb8cb330aef7440b72a4c97bed131a45b62
parent87959fcc229c26e7dc0178fc05b2d4569937f657 (diff)
downloadchromium_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--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 8b8a926..6f738c0 100644
--- a/DEPS
+++ b/DEPS
@@ -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.