Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(360)

Unified Diff: skia/skia.gyp

Issue 11568023: Skia doesn't depend on harfbuzz, so remove the dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 62404d18407c748d6755e5376ebef893b85a367d..01cbe3fe0759fccb52b3f9370c39fb2ae178c556 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': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698