| Index: gyp/dm.gyp
|
| diff --git a/gyp/dm.gyp b/gyp/dm.gyp
|
| index e4d6bd67086ce81ea0056c8d9bddc52aa442fdf2..c05826b9f5d9045b17a5b60789f349baff712e5d 100644
|
| --- a/gyp/dm.gyp
|
| +++ b/gyp/dm.gyp
|
| @@ -10,7 +10,20 @@
|
| ],
|
| 'conditions': [
|
| ['skia_android_framework', {
|
| - 'libraries': [ '-lskia' ],
|
| + 'libraries': [
|
| + '-lskia',
|
| + '-landroid',
|
| + '-lgui',
|
| + '-lhwui',
|
| + '-lutils',
|
| + ],
|
| + 'include_dirs': [
|
| + '../../../frameworks/base/libs/hwui/',
|
| + '../../../frameworks/native/include/',
|
| + ],
|
| + 'sources': [
|
| + '../dm/DMSrcSinkAndroid.cpp',
|
| + ],
|
| }],
|
| ['skia_poppler_enabled', {
|
| 'sources': [ '../src/utils/SkPDFRasterizer.cpp' ],
|
|
|