diff options
author | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-27 16:42:12 +0000 |
---|---|---|
committer | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-27 16:42:12 +0000 |
commit | 6fe4e841191055b69f5df33002e78d75bfdcf725 (patch) | |
tree | b8bd3c1bec41330cd85864c2365d4802946ad94f /webkit/port/platform | |
parent | c7bc223397c1eb512609aa0a0c21663dfce5abfd (diff) | |
download | chromium_src-6fe4e841191055b69f5df33002e78d75bfdcf725.zip chromium_src-6fe4e841191055b69f5df33002e78d75bfdcf725.tar.gz chromium_src-6fe4e841191055b69f5df33002e78d75bfdcf725.tar.bz2 |
Remove empty unused directories from src/webkit.
R=darin
BUG=3319
TEST=none
Review URL: http://codereview.chromium.org/113903
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16990 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/port/platform')
-rw-r--r-- | webkit/port/platform/win-encodings.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/webkit/port/platform/win-encodings.txt b/webkit/port/platform/win-encodings.txt deleted file mode 100644 index 0b9bfc7..0000000 --- a/webkit/port/platform/win-encodings.txt +++ /dev/null @@ -1,12 +0,0 @@ -# The items on the left are names of TextEncodingID values -# The items on the right are IANA character set names. Names listed in character-sets.txt are not -# repeated here; mentioning any one character set from a group in there pulls in all the aliases in -# that group. - -WinLatin1Encoding: windows-1252, winlatin1, xansi -Latin1Encoding: ISO-8859-1, 88591 -ASCIIEncoding: US-ASCII, isoir6us -UTF16Encoding: ISO-10646-UCS-2, ucs2, unicode, utf16 -UTF16Encoding, BigEndian: UTF-16BE, unicodefffe -UTF16Encoding, LittleEndian: UTF-16LE, unicodefeff -UTF8Encoding: UTF-8, unicode11utf8, unicode20utf8, xunicode20utf8 |