Chromium Code Reviews| Index: skia/skia_common.gypi |
| diff --git a/skia/skia_common.gypi b/skia/skia_common.gypi |
| index 03eade8887692e70f7e8d0d928dfbbce726867db..628c474567268cd89fad1ec87cb1682d797558d9 100644 |
| --- a/skia/skia_common.gypi |
| +++ b/skia/skia_common.gypi |
| @@ -29,7 +29,7 @@ |
| [ 'OS != "win"', { |
| 'sources/': [ ['exclude', '_win\\.(cc|cpp)$'] ], |
| }], |
| - [ 'use_glib == 0', { |
| + [ 'desktop_linux == 0 and chromeos == 0', { |
| 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], |
| }], |
| ], |