summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorlzheng@chromium.org <lzheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-28 17:51:57 +0000
committerlzheng@chromium.org <lzheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-28 17:51:57 +0000
commit1ebf8968d8b95f16a7da03c567d55782fe08ff39 (patch)
treece26904aefc88e6354c6e803444e280e0cb3aa55 /DEPS
parentc85f885e78c75950c66d833b2f79e462623c98c6 (diff)
downloadchromium_src-1ebf8968d8b95f16a7da03c567d55782fe08ff39.zip
chromium_src-1ebf8968d8b95f16a7da03c567d55782fe08ff39.tar.gz
chromium_src-1ebf8968d8b95f16a7da03c567d55782fe08ff39.tar.bz2
Add safebrowsing test server into dependencies. Also added Readme.chromium for third party code inclusion and safe_browsing.gyp to specified the dependency between this test and proto buffer.
TEST=none BUG=47318 Review URL: http://codereview.chromium.org/3475013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60810 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index b56f80a..2241a9f 100644
--- a/DEPS
+++ b/DEPS
@@ -51,6 +51,9 @@ deps = {
"src/third_party/protobuf2/src":
(Var("googlecode_url") % "protobuf") + "/trunk@346",
+ "src/third_party/safe_browsing/testing":
+ "http://google-safe-browsing.googlecode.com/svn/trunk/testing@99",
+
"src/third_party/cacheinvalidation/files":
(Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@35",