diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-13 02:25:33 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-13 02:25:33 +0000 |
commit | d76b0f94047338ee230a1413c08a2878dc2b2d6c (patch) | |
tree | 14f69aa4803165154b5d38eb10218a88c8440444 /DEPS | |
parent | 58ddcf0d168362398a415105720861238c937b85 (diff) | |
download | chromium_src-d76b0f94047338ee230a1413c08a2878dc2b2d6c.zip chromium_src-d76b0f94047338ee230a1413c08a2878dc2b2d6c.tar.gz chromium_src-d76b0f94047338ee230a1413c08a2878dc2b2d6c.tar.bz2 |
WebKit update 44626:44645
* <http://trac.webkit.org/changeset/44634>:
Moves the skia image decoder files out of "skia/" and into {"png/", "bmp/", "ico/", "jpeg/", "xbm/"}.
I made the corresponding updates to webkit.gyp.
The semantics of "don't use skia decoders on Mac" should still be in effect.
* <http://trac.webkit.org/changeset/44636>
This adds a new file, V8StorageCustom.cpp, which I HAVE NOT pulled into webit.gyp.
There is a chromium-side component to this, which jorlow will take care when he is ready to pull the file into our build.
Review URL: http://codereview.chromium.org/126085
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18345 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "44626", + "webkit_revision": "44645", } |