aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-01 20:28:57 +0000
committerGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-01 20:28:57 +0000
commitcef21e415b4b1fd7ed25a447a05d82a1b756c703 (patch)
tree3b57f55f724cc26670355583da6c938e6c5e9168
parentf9ce42302bca867ee14b49473891774cb0fa7ef3 (diff)
Add freetype to skia_base_libs when building for NaCl
External users need access to libfreetype.a when they use skia_base_libs. Review URL: https://codereview.chromium.org/12383022 git-svn-id: http://skia.googlecode.com/svn/trunk@7934 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--gyp/skia_base_libs.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gyp/skia_base_libs.gyp b/gyp/skia_base_libs.gyp
index 245babbccf..83cc7c7529 100644
--- a/gyp/skia_base_libs.gyp
+++ b/gyp/skia_base_libs.gyp
@@ -24,6 +24,11 @@
'gpu.gyp:skgr',
],
}],
+ [ 'skia_os == "nacl"', {
+ 'component_libs': [
+ 'freetype.gyp:freetype',
+ ],
+ }],
],
},
'targets': [