Index: gyp/pdf.gyp |
diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp |
index a640833db4d1fb6e5abeb9da13ce04ce60054091..bc240b10590f7cc7296f16f58641d454678a3f18 100644 |
--- a/gyp/pdf.gyp |
+++ b/gyp/pdf.gyp |
@@ -39,7 +39,7 @@ |
], |
'conditions': [ |
[ 'skia_pdf_use_sfntly and not skia_android_framework and \ |
- skia_os in ["win", "android", "linux", "chromeos", "mac"]', |
+ skia_os in ["win", "android", "linux", "mac"]', |
{ 'dependencies': [ 'sfntly.gyp:sfntly' ] } |
], |
[ 'skia_pdf_less_compression', |