diff options
author | joel@chromium.org <joel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 04:57:48 +0000 |
---|---|---|
committer | joel@chromium.org <joel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 04:57:48 +0000 |
commit | 0dea18f231b425216aae0c956129bc80b7086770 (patch) | |
tree | 6584f285805300c84b71c5d81bb86daa3268c90d /DEPS | |
parent | aedc9960f80930f1c5ed1059660f822533792bb9 (diff) | |
download | chromium_src-0dea18f231b425216aae0c956129bc80b7086770.zip chromium_src-0dea18f231b425216aae0c956129bc80b7086770.tar.gz chromium_src-0dea18f231b425216aae0c956129bc80b7086770.tar.bz2 |
Roll DEPS for skia 428:435
Review URL: http://codereview.chromium.org/402081
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32495 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,10 +47,10 @@ deps = { "http://nativeclient.googlecode.com/svn/trunk/src/native_client@1005", "src/third_party/skia/src": - "http://skia.googlecode.com/svn/trunk/src@428", + "http://skia.googlecode.com/svn/trunk/src@435", "src/third_party/skia/include": - "http://skia.googlecode.com/svn/trunk/include@428", + "http://skia.googlecode.com/svn/trunk/include@435", "src/third_party/WebKit/LayoutTests": Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |