diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-10 22:48:17 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-10 22:48:17 +0000 |
commit | 8f205b08783b5e5c196d2f86b3a86bcc2bc4b5b7 (patch) | |
tree | 586d7a0b911f17268f03a46be48368d9fffac322 /DEPS | |
parent | 1d8fe71d8b35b23eba23b3b7dd53bf04ac521428 (diff) | |
download | chromium_src-8f205b08783b5e5c196d2f86b3a86bcc2bc4b5b7.zip chromium_src-8f205b08783b5e5c196d2f86b3a86bcc2bc4b5b7.tar.gz chromium_src-8f205b08783b5e5c196d2f86b3a86bcc2bc4b5b7.tar.bz2 |
Revert "Revert "net: add Snap Start tests""
(Reland. First landed in r65714, reverted in r65715.)
These tests are Linux only for now. Adding Mac support should be pretty
easy. However, Windows will be tough to do without making the tests
flakey. Given the huge amounts of pain caused by testserver.py and
ephemeral ports I'd rather get the tests working well on a couple of
platforms (since the Snap Start code is all platform-generic anyway),
then add more flakiness.
BUG=none
TEST=snap_start_unittests
http://codereview.chromium.org/4524003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65720 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -271,6 +271,9 @@ deps_os = { "src/third_party/lss": (Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@3", + + "src/third_party/openssl": + "/trunk/deps/third_party/openssl@65717", }, } |