Chromium Code Reviews| Index: skia/skia_common.gypi |
| diff --git a/skia/skia_common.gypi b/skia/skia_common.gypi |
| index 2e4000fabcc07d64884f67dbd433ac76370ad749..0f5f9767241f4ed9164ecab2febc08835dd10bc3 100644 |
| --- a/skia/skia_common.gypi |
| +++ b/skia/skia_common.gypi |
| @@ -37,6 +37,9 @@ |
| [ 'desktop_linux == 0 and chromeos == 0', { |
| 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], |
| }], |
| + [ 'use_cairo == 0', { |
| + 'sources/': [ ['exclude', '_cairo\\.(cc|cpp)$'] ], |
| + }], |
| ], |
| # We would prefer this to be direct_dependent_settings, |