diff options
author | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-06 18:59:32 +0000 |
---|---|---|
committer | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-06 18:59:32 +0000 |
commit | 79dde56048aa6b128787550529d5d14d9284d997 (patch) | |
tree | c33ff713b9e4ba3aab30d329384285520a376337 /DEPS | |
parent | 5ec195d45325f0a76485768de144a0823dc44c6f (diff) | |
download | chromium_src-79dde56048aa6b128787550529d5d14d9284d997.zip chromium_src-79dde56048aa6b128787550529d5d14d9284d997.tar.gz chromium_src-79dde56048aa6b128787550529d5d14d9284d997.tar.bz2 |
Build file change for enabling dynamic font support. This is a follow-up to the third_party/Webkit change ( http://codereview.chromium.org/16494).
Update Webkit to 7592 in DEPS
BUG=1303
Review URL: http://codereview.chromium.org/17036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7594 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@63", "src/third_party/WebKit": - "/trunk/deps/third_party/WebKit@7584", + "/trunk/deps/third_party/WebKit@7592", "src/third_party/icu38": "/trunk/deps/third_party/icu38@7525", |