| Index: gyp/ports.gyp
|
| diff --git a/gyp/ports.gyp b/gyp/ports.gyp
|
| index 536ae9ce492446c988e282ca622e039657d49388..430176e63ac42befe01c76074d608c71bf81f8ce 100644
|
| --- a/gyp/ports.gyp
|
| +++ b/gyp/ports.gyp
|
| @@ -86,13 +86,11 @@
|
| ],
|
| 'dependencies': [
|
| 'freetype.gyp:freetype',
|
| + 'expat.gyp:expat',
|
| ],
|
| 'conditions': [
|
| - [ 'skia_android_framework', {
|
| - 'link_settings': { 'libraries': [ '-lexpat' ] },
|
| - }, {
|
| + [ 'skia_android_framework == 0', {
|
| 'link_settings': { 'libraries': [ '-ldl' ] },
|
| - 'dependencies': [ 'expat.gyp:expat' ],
|
| }],
|
| [ 'skia_embedded_fonts', {
|
| 'variables': {
|
|
|