Index: skia/skia.gyp |
diff --git a/skia/skia.gyp b/skia/skia.gyp |
index cc52aea20933193cc7f903acd9dc487c6b186fc5..ec6582cad53783d56a77efd1f976d46b755d2c9d 100644 |
--- a/skia/skia.gyp |
+++ b/skia/skia.gyp |
@@ -344,14 +344,6 @@ |
[ 'OS != "win"', { |
'sources/': [ ['exclude', '_win\\.(cc|cpp)$'] ], |
}], |
- [ 'chromeos == 1', { |
- 'defines': [ |
- # Temporarily use SkPaint to keep a scale factor needed for correct |
- # font rendering in high DPI mode. |
- # See https://codereview.appspot.com/6495089/ |
- 'SK_SUPPORT_HINTING_SCALE_FACTOR', |
- ], |
- }], |
[ 'armv7 == 1', { |
'defines': [ |
'__ARM_ARCH__=7', |
@@ -590,11 +582,6 @@ |
'SK_ENABLE_INST_COUNT=0', |
], |
'conditions': [ |
- [ 'chromeos == 1', { |
- 'defines': [ |
- 'SK_SUPPORT_HINTING_SCALE_FACTOR', |
- ], |
- }], |
['OS=="android"', { |
'dependencies!': [ |
'skia_opts', |