diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-11 19:39:34 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-11 19:39:34 +0000 |
commit | ec46b04d8f275ca122ee3bae85f311f5009987d2 (patch) | |
tree | f2548f8f1f62113da880c8e5a6339dae63456fd6 /third_party/harfbuzz/tests/Makefile.am | |
parent | 6077cab539be3d277a9862dad87ae08caf22a5ba (diff) | |
download | chromium_src-ec46b04d8f275ca122ee3bae85f311f5009987d2.zip chromium_src-ec46b04d8f275ca122ee3bae85f311f5009987d2.tar.gz chromium_src-ec46b04d8f275ca122ee3bae85f311f5009987d2.tar.bz2 |
Remove unused harfbuzz.
BUG=none
Review URL: https://codereview.chromium.org/12413010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187342 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/harfbuzz/tests/Makefile.am')
-rw-r--r-- | third_party/harfbuzz/tests/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/harfbuzz/tests/Makefile.am b/third_party/harfbuzz/tests/Makefile.am deleted file mode 100644 index febf890..0000000 --- a/third_party/harfbuzz/tests/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ - -SUBDIRS = - -if QT -SUBDIRS += linebreaking shaping -endif - |