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

Side by Side Diff: Source/WebKit/chromium/features.gypi

Issue 9837068: Revert 111620 - Revert 103349 - enable USE_SKIA_TEXT by default, replacing GDI for all text drawing (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Copyright (C) 2009 Google Inc. All rights reserved. 2 # Copyright (C) 2009 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 # in Debug or release_valgrind_build=1 builds. 106 # in Debug or release_valgrind_build=1 builds.
107 'WTF_USE_OPENTYPE_SANITIZER=1', 107 'WTF_USE_OPENTYPE_SANITIZER=1',
108 'WTF_USE_SKIA_TEXT=<(enable_skia_text)', 108 'WTF_USE_SKIA_TEXT=<(enable_skia_text)',
109 'WTF_USE_WEBP=1', 109 'WTF_USE_WEBP=1',
110 'WTF_USE_WEBKIT_IMAGE_DECODERS=1', 110 'WTF_USE_WEBKIT_IMAGE_DECODERS=1',
111 ], 111 ],
112 # We have to nest variables inside variables so that they can be overridden 112 # We have to nest variables inside variables so that they can be overridden
113 # through GYP_DEFINES. 113 # through GYP_DEFINES.
114 'variables': { 114 'variables': {
115 'use_accelerated_compositing%': 1, 115 'use_accelerated_compositing%': 1,
116 'enable_skia_text%': 0, 116 'enable_skia_text%': 1,
117 'enable_svg%': 1, 117 'enable_svg%': 1,
118 'enable_viewport%': 0, 118 'enable_viewport%': 0,
119 'enable_touch_events%': 1, 119 'enable_touch_events%': 1,
120 'use_skia%': 0, 120 'use_skia%': 0,
121 'enable_touch_icon_loading%' : 0, 121 'enable_touch_icon_loading%' : 0,
122 'enable_mutation_observers%': 1, 122 'enable_mutation_observers%': 1,
123 }, 123 },
124 'use_accelerated_compositing%': '<(use_accelerated_compositing)', 124 'use_accelerated_compositing%': '<(use_accelerated_compositing)',
125 'enable_skia_text%': '<(enable_skia_text)', 125 'enable_skia_text%': '<(enable_skia_text)',
126 'enable_svg%': '<(enable_svg)', 126 'enable_svg%': '<(enable_svg)',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 }], 166 }],
167 ['OS=="mac"', { 167 ['OS=="mac"', {
168 'feature_defines': [ 168 'feature_defines': [
169 'ENABLE_RUBBER_BANDING=1', 169 'ENABLE_RUBBER_BANDING=1',
170 'WTF_USE_SKIA_ON_MAC_CHROMIUM=<(use_skia)', 170 'WTF_USE_SKIA_ON_MAC_CHROMIUM=<(use_skia)',
171 ], 171 ],
172 }], 172 }],
173 ], 173 ],
174 }, 174 },
175 } 175 }
OLDNEW
« 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