Chromium Code Reviews| Index: gyp/common.gypi |
| diff --git a/gyp/common.gypi b/gyp/common.gypi |
| index 54c14cd59adaa9b87674659b6340334ee1e42d50..2173d909d860160e84da313c60f4b7a67ff5f9b9 100644 |
| --- a/gyp/common.gypi |
| +++ b/gyp/common.gypi |
| @@ -22,7 +22,8 @@ |
| 'variables': { |
| 'conditions': [ |
| [ 'skia_os != OS and not ((skia_os == "ios" and OS == "mac") or \ |
| - (skia_os == "nacl" and OS == "linux"))', { |
| + (skia_os == "nacl" and OS == "linux") or \ |
| + (skia_os == "chromeos" and OS == "linux"))', { |
| 'error': '<!(Cannot build with skia_os=<(skia_os) on OS=<(OS))', |
| }], |
| [ 'skia_mesa and skia_os not in ["mac", "linux"]', { |
| @@ -40,9 +41,6 @@ |
| [ 'skia_os == "chromeos" and OS != "linux"', { |
| 'error': '<!(Skia ChromeOS build is only supported on Linux.)', |
| }], |
| - [ 'skia_os == "chromeos" and not skia_cros_target', { |
| - 'error': '<!(skia_cros_target must be defined for ChromeOS)', |
|
borenet
2013/06/21 20:22:32
No longer needed.
|
| - }], |
| ], |
| }, |
| 'includes': [ |