diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-05 20:30:54 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-05 20:30:54 +0000 |
commit | df90ba06a5dcdaf2e78a3223420420eed4ae8b74 (patch) | |
tree | d46e92043d2bcd8c8565863373a1de90f2eaeae0 /skia | |
parent | 21861f27de14a1af8dae37a3bba5e98c3ed59e6c (diff) | |
download | chromium_src-df90ba06a5dcdaf2e78a3223420420eed4ae8b74.zip chromium_src-df90ba06a5dcdaf2e78a3223420420eed4ae8b74.tar.gz chromium_src-df90ba06a5dcdaf2e78a3223420420eed4ae8b74.tar.bz2 |
harfbuzz: remove extra settings export now that WebKit is fixed
WebKit was relying on Skia to export Harfbuzz include paths.
Now that WebKit is fixed to explicitly depend on Harfbuzz,
we can remove the Skia export.
BUG=68551
TEST=still compiles
Review URL: http://codereview.chromium.org/6063008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70536 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index cf65d6d..d5382d1 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -623,12 +623,6 @@ '../third_party/skia/src/ports/SkFontHost_FreeType_Subpixel.cpp', '../third_party/skia/src/core/SkFontHost.cpp', ], - # Export harfbuzz include paths to all downstream users of - # this library. TODO(evan): this is a temporary change - # until I get the dependencies fixed in WebKit. - 'export_dependent_settings': [ - '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz', - ], 'defines': [ 'SK_SUPPORT_LCDTEXT', ], |