diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-04 06:07:06 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-04 06:07:06 +0000 |
commit | 2a71f9f31918ff5a225920fa06193c0a2399d7fc (patch) | |
tree | 81099b50152db58cd392db46089e5d577928b7bf /webkit/DEPS | |
parent | dab49c0b311f198e08f26c7e40be340b4b920b9b (diff) | |
download | chromium_src-2a71f9f31918ff5a225920fa06193c0a2399d7fc.zip chromium_src-2a71f9f31918ff5a225920fa06193c0a2399d7fc.tar.gz chromium_src-2a71f9f31918ff5a225920fa06193c0a2399d7fc.tar.bz2 |
Revert 160044 - 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
TBR=hbono@chromium.org
Review URL: https://codereview.chromium.org/11038027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160087 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r-- | webkit/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index af9b6fc..0f66417 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -12,7 +12,6 @@ include_rules = [ "+grit", # For generated headers "+skia", "+third_party/angle", - "+third_party/hyphen", "+third_party/leveldatabase", "+third_party/skia", "+third_party/sqlite", |