Index: gyp/common_variables.gypi |
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi |
index 1c6111ac4a665e6cc87f3f7ce308bc3b8daa104b..64753a3db505e062f05058cfcc86e16b2bba0e97 100644 |
--- a/gyp/common_variables.gypi |
+++ b/gyp/common_variables.gypi |
@@ -57,7 +57,7 @@ |
}, { |
'os_posix%': 1, |
}], |
- [ 'skia_os in ["linux", "win", "mac"]', { |
+ [ 'skia_os in ["linux", "win"]', { |
epoger
2014/01/10 16:59:38
maybe add a comment:
# disabled on mac; see http:
|
'skia_poppler_enabled%': 1, |
}, { |
'skia_poppler_enabled%': 0, |