diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-14 07:44:27 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-14 07:44:27 +0000 |
commit | b0d2333cc16e93080a3b50c27f574c2a1c6ceb39 (patch) | |
tree | 859b69ef77595ac0775ea136da837fc5f2bbd30a /skia/skia.gyp | |
parent | fc55fd1c0a946385e357d2cf52ec7503ece4c0a8 (diff) | |
download | chromium_src-b0d2333cc16e93080a3b50c27f574c2a1c6ceb39.zip chromium_src-b0d2333cc16e93080a3b50c27f574c2a1c6ceb39.tar.gz chromium_src-b0d2333cc16e93080a3b50c27f574c2a1c6ceb39.tar.bz2 |
Skia doesn't depend on harfbuzz, so remove the dependency.
BUG=68551
Review URL: https://chromiumcodereview.appspot.com/11568023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173125 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 62404d1..01cbe3f 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -354,7 +354,6 @@ '../build/linux/system.gyp:fontconfig', '../build/linux/system.gyp:freetype2', '../build/linux/system.gyp:pangocairo', - '../third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', '../third_party/icu/icu.gyp:icuuc', ], 'cflags': [ @@ -401,7 +400,6 @@ 'dependencies': [ '../third_party/expat/expat.gyp:expat', '../third_party/freetype/freetype.gyp:ft2', - '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz', 'skia_opts' ], 'dependencies!': [ @@ -422,9 +420,6 @@ 'sources!': [ 'ext/vector_platform_device_skia.cc', ], - 'export_dependent_settings': [ - '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz', - ], }], [ '_toolset == "target" and android_build_type == 0', { 'defines': [ |