diff options
author | lzheng@chromium.org <lzheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-28 17:51:57 +0000 |
---|---|---|
committer | lzheng@chromium.org <lzheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-28 17:51:57 +0000 |
commit | 1ebf8968d8b95f16a7da03c567d55782fe08ff39 (patch) | |
tree | ce26904aefc88e6354c6e803444e280e0cb3aa55 /DEPS | |
parent | c85f885e78c75950c66d833b2f79e462623c98c6 (diff) | |
download | chromium_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-- | DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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", |