diff options
author | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-02 22:02:18 +0000 |
---|---|---|
committer | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-02 22:02:18 +0000 |
commit | 8d3b9474b8b002be9e0568aaa7aca64545de960a (patch) | |
tree | 12dd080f93e32b40eb345febf68d5527152c6341 /DEPS | |
parent | 5693bd6b6326f0eed4be9f56c0506c174359f5e0 (diff) | |
download | chromium_src-8d3b9474b8b002be9e0568aaa7aca64545de960a.zip chromium_src-8d3b9474b8b002be9e0568aaa7aca64545de960a.tar.gz chromium_src-8d3b9474b8b002be9e0568aaa7aca64545de960a.tar.bz2 |
Roll DEPS to skia r198. This picks up a number of bugfixes for layout tests,
and font stuff for Linux. Rebaselines affected tests, adjusts
test_expectations, and removes an extraneous include dir. (Also sets the
svn:mime-type prop on some of the linux PNG files; they still diff as text
in rietveld this time, but I think they should be happier for next time.)
BUG=http://crbug.com/12002
TEST=If it builds, and layout tests pass, you're happy.
Review URL: http://codereview.chromium.org/118128
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17434 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ deps = { "http://v8.googlecode.com/svn/trunk@2084", "src/third_party/skia": - "http://skia.googlecode.com/svn/trunk@171", + "http://skia.googlecode.com/svn/trunk@198", "src/webkit/data/layout_tests/LayoutTests": Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |