diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 21:44:39 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 21:44:39 +0000 |
commit | 5f86281ede483c8ba68d80055e48c3fd718ed5ca (patch) | |
tree | 10f32aabcbd11dec1eccb245b5d357fc377c70c7 /skia/skia.gyp | |
parent | 34b96f93f795f1ffc3afa29ad9354597aa986dff (diff) | |
download | chromium_src-5f86281ede483c8ba68d80055e48c3fd718ed5ca.zip chromium_src-5f86281ede483c8ba68d80055e48c3fd718ed5ca.tar.gz chromium_src-5f86281ede483c8ba68d80055e48c3fd718ed5ca.tar.bz2 |
Linux/Skia: remove VDMX and Harfbuzz
In order to unfork our Skia, VDMX parsing has been moved into WebKit
in r42548.
The Harfbuzz stuff should have been functional, but noone on the
WebKit side wants to review a bidi patch so that side never actually
landed. At this point it's probably better to remove the current
Harfbuzz support in Skia with a view to jumping straight to the
version agreed with Mike Reed at some point in the future.
http://codereview.chromium.org/75011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13795 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 568e4e8..ae3cc55 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -466,7 +466,6 @@ #'ports/SkFontHost_linux.cpp', #'ports/SkFontHost_mac.cpp', 'ports/SkFontHost_none.cpp', - 'ports/SkFontHost_TrueType_Tables.cpp', #'ports/SkFontHost_win.cpp', 'ports/SkGlobals_global.cpp', 'ports/SkImageDecoder_Factory.cpp', @@ -674,7 +673,6 @@ 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], 'sources!': [ 'ports/SkFontHost_FreeType.cpp', - 'ports/SkFontHost_TryeType_Tables.cpp', 'ports/SkFontHost_gamma_none.cpp', 'ports/SkFontHost_fontconfig.cpp', 'ports/SkFontHost_tables.cpp', @@ -704,14 +702,6 @@ 'ports/SkFontHost_none.cpp', 'sgl/SkTypeface_fake.cpp', ], - 'defines': [ - 'SKIA_HARFBUZZ', - ], - 'direct_dependent_settings': { - 'defines': [ - 'SKIA_HARFBUZZ', - ], - }, 'export_dependent_settings': [ '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz', '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz_interface', @@ -725,7 +715,6 @@ [ 'OS == "win"', { 'sources!': [ 'images/SkMMapStream.cpp', - 'ports/SkFontHost_TrueType_Tables.cpp', 'ports/SkThread_pthread.cpp', 'ports/SkTime_Unix.cc', ], |