diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-23 19:35:25 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-23 19:35:25 +0000 |
commit | 89c3317ba1adf8d974fc3b649ea6ac00ef6c0dae (patch) | |
tree | a70f1800454e30c945437036c6ea0b3716b4b3dd /DEPS | |
parent | ace2376fe1a3024702a99ec93221cdb1886d7172 (diff) | |
download | chromium_src-89c3317ba1adf8d974fc3b649ea6ac00ef6c0dae.zip chromium_src-89c3317ba1adf8d974fc3b649ea6ac00ef6c0dae.tar.gz chromium_src-89c3317ba1adf8d974fc3b649ea6ac00ef6c0dae.tar.bz2 |
Bring in a patch to skia that's required for
http://codereview.chromium.org/141037 .
BUG=http://crbug.com/14020
TEST=none
Review URL: http://codereview.chromium.org/146003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19043 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ deps = { "http://v8.googlecode.com/svn/trunk@2249", "src/third_party/skia": - "http://skia.googlecode.com/svn/trunk@224", + "http://skia.googlecode.com/svn/trunk@233", "src/webkit/data/layout_tests/LayoutTests": Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |