Reviewed by Tony Chang.
Roll chromium DEPS to r83722, add new crypto directory to DEPS
https://bugs.webkit.org/show_bug.cgi?id=59992
* .gitignore:
Ignore new chromium/crypto directory.
2011-05-02 Adam Klein <adamk@chromium.org>
Reviewed by Tony Chang.
Roll chromium DEPS to r83722, add new crypto directory to DEPS
https://bugs.webkit.org/show_bug.cgi?id=59992
* DEPS:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@85607
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
Source/WebKit/chromium/app/
Source/WebKit/chromium/base/
Source/WebKit/chromium/chromium_deps/
+Source/WebKit/chromium/crypto/
Source/WebKit/chromium/depot_tools/
Source/WebKit/chromium/gfx/
Source/WebKit/chromium/googleurl/
+2011-05-02 Adam Klein <adamk@chromium.org>
+
+ Reviewed by Tony Chang.
+
+ Roll chromium DEPS to r83722, add new crypto directory to DEPS
+ https://bugs.webkit.org/show_bug.cgi?id=59992
+
+ * .gitignore:
+ Ignore new chromium/crypto directory.
+
2011-05-03 Carlos Garcia Campos <cgarcia@igalia.com>
Reviewed by Eric Seidel.
+2011-05-02 Adam Klein <adamk@chromium.org>
+
+ Reviewed by Tony Chang.
+
+ Roll chromium DEPS to r83722, add new crypto directory to DEPS
+ https://bugs.webkit.org/show_bug.cgi?id=59992
+
+ * DEPS:
+
2011-05-02 Adam Roben <aroben@apple.com>
Take advantage of implicit conversion from nullptr_t to PassOwnPtr
vars = {
'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
- 'chromium_rev': '81564'
+ 'chromium_rev': '83722'
}
deps = {
# net dependencies
'net':
Var('chromium_svn')+'/net@'+Var('chromium_rev'),
+ 'crypto':
+ Var('chromium_svn')+'/crypto@'+Var('chromium_rev'),
'sdch':
Var('chromium_svn')+'/sdch@'+Var('chromium_rev'),
'sdch/open-vcdiff':