Chromium Code Reviews| Index: gyp/utils.gyp |
| =================================================================== |
| --- gyp/utils.gyp (revision 7997) |
| +++ gyp/utils.gyp (working copy) |
| @@ -249,6 +249,11 @@ |
| '-Werror', |
| ], |
| }], |
| + ['skia_os in ["android", "linux", "freebsd", "openbsd", "solaris", "nacl"]', { |
|
sugoi
2013/03/05 21:39:35
Oops, "android" shouldn't be in this list. Removed
|
| + 'cflags!': [ |
| + '-Werror', |
| + ], |
| + }], |
| ], |
| }, |
| ], |