| Index: gyp/common_conditions.gypi
|
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
|
| index 39512a81cd3abedfbb704f7ac790fdd6c6000bab..d1ef703b204d7f5c32f22f2d7ce2e19ab51c4b08 100644
|
| --- a/gyp/common_conditions.gypi
|
| +++ b/gyp/common_conditions.gypi
|
| @@ -628,6 +628,15 @@
|
| 'SK_USE_POSIX_THREADS',
|
| ],
|
| }],
|
| +
|
| + [ 'skia_moz2d', {
|
| + 'defines': [
|
| + 'SK_SUPPORT_LEGACY_LAYERRASTERIZER_API=1',
|
| + 'SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG=1',
|
| + 'SK_SUPPORT_LEGACY_GETTOTALCLIP=1',
|
| + ],
|
| + }],
|
| +
|
| ], # end 'conditions'
|
| # The Xcode SYMROOT must be at the root. See build/common.gypi in chromium for more details
|
| 'xcode_settings': {
|
|
|