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

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

Issue 9832001: 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 # in Debug or release_valgrind_build=1 builds. 107 # in Debug or release_valgrind_build=1 builds.
108 'WTF_USE_OPENTYPE_SANITIZER=1', 108 'WTF_USE_OPENTYPE_SANITIZER=1',
109 'WTF_USE_SKIA_TEXT=<(enable_skia_text)', 109 'WTF_USE_SKIA_TEXT=<(enable_skia_text)',
110 'WTF_USE_WEBP=1', 110 'WTF_USE_WEBP=1',
111 'WTF_USE_WEBKIT_IMAGE_DECODERS=1', 111 'WTF_USE_WEBKIT_IMAGE_DECODERS=1',
112 ], 112 ],
113 # We have to nest variables inside variables so that they can be overridden 113 # We have to nest variables inside variables so that they can be overridden
114 # through GYP_DEFINES. 114 # through GYP_DEFINES.
115 'variables': { 115 'variables': {
116 'use_accelerated_compositing%': 1, 116 'use_accelerated_compositing%': 1,
117 'enable_skia_text%': 1, 117 'enable_skia_text%': 0,
118 'enable_svg%': 1, 118 'enable_svg%': 1,
119 'enable_viewport%': 0, 119 'enable_viewport%': 0,
120 'enable_touch_events%': 1, 120 'enable_touch_events%': 1,
121 'use_skia%': 0, 121 'use_skia%': 0,
122 'enable_touch_icon_loading%' : 0, 122 'enable_touch_icon_loading%' : 0,
123 'enable_mutation_observers%': 0, 123 'enable_mutation_observers%': 0,
124 }, 124 },
125 'use_accelerated_compositing%': '<(use_accelerated_compositing)', 125 'use_accelerated_compositing%': '<(use_accelerated_compositing)',
126 'enable_skia_text%': '<(enable_skia_text)', 126 'enable_skia_text%': '<(enable_skia_text)',
127 'enable_svg%': '<(enable_svg)', 127 'enable_svg%': '<(enable_svg)',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 }], 167 }],
168 ['OS=="mac"', { 168 ['OS=="mac"', {
169 'feature_defines': [ 169 'feature_defines': [
170 'ENABLE_RUBBER_BANDING=1', 170 'ENABLE_RUBBER_BANDING=1',
171 'WTF_USE_SKIA_ON_MAC_CHROMIUM=<(use_skia)', 171 'WTF_USE_SKIA_ON_MAC_CHROMIUM=<(use_skia)',
172 ], 172 ],
173 }], 173 }],
174 ], 174 ],
175 }, 175 },
176 } 176 }
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