X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fskia%2Fgyp%2Ffreetype.gyp;h=6717c78f65ca01c8e066357771c11b8199cd6e9b;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=30afb064dcb2979981fefb3e731fd12d2c9f24d6;hpb=172ee7c03df346ff158858709f7f6494e695e0e4;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/skia/gyp/freetype.gyp b/src/third_party/skia/gyp/freetype.gyp index 30afb06..6717c78 100644 --- a/src/third_party/skia/gyp/freetype.gyp +++ b/src/third_party/skia/gyp/freetype.gyp @@ -1,3 +1,4 @@ +# Target for building freetype. { 'targets': [ { @@ -36,6 +37,22 @@ ], }, }], + [ 'skia_android_framework', { + 'include_dirs': [ + 'external/expat/lib', + 'external/freetype/include', + ], + 'libraries': [ + '-lft2', + ], + # Remove these, and use the system's freetype instead. + 'dependencies!': [ + 'freetype_static', + ], + 'export_dependent_settings!': [ + 'freetype_static', + ] + }], ], }, { @@ -102,9 +119,3 @@ }, ], } - -# Local Variables: -# tab-width:2 -# indent-tabs-mode:nil -# End: -# vim: set expandtab tabstop=2 shiftwidth=2: