| Index: gyp/skia_base_libs.gyp
|
| ===================================================================
|
| --- gyp/skia_base_libs.gyp (revision 9315)
|
| +++ gyp/skia_base_libs.gyp (working copy)
|
| @@ -3,8 +3,11 @@
|
| 'variables': {
|
| 'component_libs': [
|
| 'core.gyp:core',
|
| + 'effects.gyp:effects',
|
| + 'images.gyp:images',
|
| 'opts.gyp:opts',
|
| 'ports.gyp:ports',
|
| + 'sfnt.gyp:sfnt',
|
| 'utils.gyp:utils',
|
| ],
|
| 'conditions': [
|
| @@ -34,7 +37,26 @@
|
| 'targets': [
|
| {
|
| 'target_name': 'skia_base_libs',
|
| - 'type': 'none',
|
| + 'conditions': [
|
| + [ 'skia_shared_lib', {
|
| + 'product_name': 'skia',
|
| + 'type': 'shared_library',
|
| + 'sources': [
|
| + '../src/dummy.cpp',
|
| + ],
|
| + 'conditions': [
|
| + [ 'skia_os == "mac" or skia_os == "ios"', {
|
| + 'xcode_settings': {
|
| + 'OTHER_LDFLAGS': [
|
| + '-Wl,-all_load',
|
| + ],
|
| + },
|
| + }],
|
| + ],
|
| + }, {
|
| + 'type': 'none',
|
| + }],
|
| + ],
|
| 'dependencies': [
|
| '<@(component_libs)',
|
| ],
|
|
|