| Index: gyp/common.gypi
|
| diff --git a/gyp/common.gypi b/gyp/common.gypi
|
| index f0d653f82a3537e728782bcfb401ba0b1acecedd..6995834276750af47bb9eea3271ccddc7c1e1b5d 100644
|
| --- a/gyp/common.gypi
|
| +++ b/gyp/common.gypi
|
| @@ -34,9 +34,6 @@
|
| [ 'skia_angle and not skia_os == "win"', {
|
| 'error': '<!(skia_angle=1 only supported with skia_os="win".)',
|
| }],
|
| - [ 'skia_arch_width != 32 and skia_arch_width != 64', {
|
| - 'error': '<!(skia_arch_width can only be 32 or 64 bits not <(skia_arch_width) bits)',
|
| - }],
|
| [ 'skia_os == "chromeos" and OS != "linux"', {
|
| 'error': '<!(Skia ChromeOS build is only supported on Linux.)',
|
| }],
|
|
|