Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(374)

Unified Diff: skia/skia.gyp

Issue 12964006: Remove SK_SUPPORT_HINTING_SCALE_FACTOR flag from skia/skia.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698