| Index: gyp/common.gypi
|
| diff --git a/gyp/common.gypi b/gyp/common.gypi
|
| index 05fdbf40120665479acd932ce46279f555c2d328..54c14cd59adaa9b87674659b6340334ee1e42d50 100644
|
| --- a/gyp/common.gypi
|
| +++ b/gyp/common.gypi
|
| @@ -45,15 +45,6 @@
|
| }],
|
| ],
|
| },
|
| - # Validate the 'skia_os' setting against 'skia_shared_lib', because shared
|
| - # library build is only supported on Android.
|
| - 'variables': {
|
| - 'conditions': [
|
| - [ 'skia_os != "android" and skia_shared_lib', {
|
| - 'error': '<!(Skia shared lib build only currently supported on Android.)',
|
| - }],
|
| - ],
|
| - },
|
| 'includes': [
|
| 'common_conditions.gypi',
|
| ],
|
|
|