summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-07 19:49:13 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-07 19:49:13 +0000
commitbbccf6941dff644a9d7bff2622a6f128478535ed (patch)
tree1a0048fd07ddb177b4c6ed1a42e25d95b5ee6b87 /skia
parentb6c7665634a667d5fd8a3c7454439c94767562d5 (diff)
downloadchromium_src-bbccf6941dff644a9d7bff2622a6f128478535ed.zip
chromium_src-bbccf6941dff644a9d7bff2622a6f128478535ed.tar.gz
chromium_src-bbccf6941dff644a9d7bff2622a6f128478535ed.tar.bz2
Make the define of SKIA_HARFBUZZ and the link against harfbuzz.a
part of the {direct,export}_dependent_settings in skia. Review URL: http://codereview.chromium.org/63067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13268 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r--skia/skia.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index cd165bc..2957cc1 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -705,6 +705,15 @@
'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',
+ ],
}],
[ 'OS == "mac"', {
'defines': [