summaryrefslogtreecommitdiffstats
path: root/chrome/DEPS
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-13 23:53:59 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-13 23:53:59 +0000
commit47e49a7fd4a5aae95454cc61bc5b03bb0b7fb598 (patch)
tree455227955aea0ac10298f680d6b00b4120b4a01b /chrome/DEPS
parent11df550e87818a0d332b2b099a350c8b3d78489e (diff)
downloadchromium_src-47e49a7fd4a5aae95454cc61bc5b03bb0b7fb598.zip
chromium_src-47e49a7fd4a5aae95454cc61bc5b03bb0b7fb598.tar.gz
chromium_src-47e49a7fd4a5aae95454cc61bc5b03bb0b7fb598.tar.bz2
Use crypto::SHA256HashString instead of SHA256_ functions.
This also fixes build with component=shared_library for chromeos. BUG=none TEST=manually Review URL: http://codereview.chromium.org/7351028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92450 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r--chrome/DEPS2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS
index 0ceb044..fc892e1 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -18,6 +18,8 @@ include_rules = [
"-webkit",
"-tools",
+ "-crypto/third_party",
+
# Allow inclusion of WebKit API files.
"+third_party/WebKit/Source/WebKit/chromium",
"+webkit/appcache",