From c2ad1e38df308c29d87f949fd9117341bbd6a96f Mon Sep 17 00:00:00 2001 From: "jhawkins@chromium.org" Date: Wed, 4 Nov 2009 19:29:58 +0000 Subject: Implement FormStructure and an initial method, EncodeUploadRequest. This also adds SHA1HashString, a utility method to get the SHA-1 hash of an input string, with appropriate unit tests. BUG=18201 TEST=none Review URL: http://codereview.chromium.org/355003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30980 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/DEPS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/DEPS') diff --git a/chrome/DEPS b/chrome/DEPS index c1fb4b8..ca6752e 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -30,6 +30,9 @@ include_rules = [ # Allow usage of Google Toolbox for Mac. "+third_party/GTM", + # Allow usage of the libjingle library. + "+third_party/libjingle", + # Our Skia extensions. "+skia/ext", -- cgit v1.1