diff options
author | tdanderson@chromium.org <tdanderson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-24 00:37:53 +0000 |
---|---|---|
committer | tdanderson@chromium.org <tdanderson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-24 00:37:53 +0000 |
commit | 2f0cf045f5928447a2c517607106ff35445c755f (patch) | |
tree | 88d81efd28eb8a21be3cb0a70d6e8f6c74ec0110 /skia | |
parent | aa611d4dc8ed0fa23b07e5d4ae4c3b801d3981ec (diff) | |
download | chromium_src-2f0cf045f5928447a2c517607106ff35445c755f.zip chromium_src-2f0cf045f5928447a2c517607106ff35445c755f.tar.gz chromium_src-2f0cf045f5928447a2c517607106ff35445c755f.tar.bz2 |
Remove SK_SUPPORT_HINTING_SCALE_FACTOR flag from skia/skia.gyp
This flag was only for ChromeOS builds with HighDPI. It is no longer needed and can be removed.
See http://crbug.com/175506
BUG=175506
Review URL: https://chromiumcodereview.appspot.com/12964006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190137 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 380f4ed..5ac9fd0 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -343,14 +343,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', @@ -580,11 +572,6 @@ 'SK_ENABLE_INST_COUNT=0', ], 'conditions': [ - [ 'chromeos == 1', { - 'defines': [ - 'SK_SUPPORT_HINTING_SCALE_FACTOR', - ], - }], ['OS=="android"', { 'dependencies!': [ 'skia_opts', |