diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-04 01:53:01 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-04 01:53:01 +0000 |
commit | e7827c507b5f1df35daab46e37a7f582ce849894 (patch) | |
tree | baa84ad36727681d9d60469fa679f076dce61d1c /webkit/DEPS | |
parent | f9c0fab46100708848f664fa16102995ee454595 (diff) | |
download | chromium_src-e7827c507b5f1df35daab46e37a7f582ce849894.zip chromium_src-e7827c507b5f1df35daab46e37a7f582ce849894.tar.gz chromium_src-e7827c507b5f1df35daab46e37a7f582ce849894.tar.bz2 |
Implement hyphenation for DumpRenderTree.
This change implements the platform functions added by my WebKit change r124434 <http://trac.webkit.org/changeset/124434> for DumpRenderTree. It is a simplified version of my r146964 <http://crrev.com/146964>.
BUG=47083
TEST=hyphen*.html
Review URL: https://chromiumcodereview.appspot.com/11014014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160044 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r-- | webkit/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index 0f66417..af9b6fc 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -12,6 +12,7 @@ include_rules = [ "+grit", # For generated headers "+skia", "+third_party/angle", + "+third_party/hyphen", "+third_party/leveldatabase", "+third_party/skia", "+third_party/sqlite", |