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

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

Issue 9845042: Revert 111450 - disabling Mutation Observers on Chromium branch 1025 (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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
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%': 0,
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%': 0, 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)',
127 'enable_touch_events%': '<(enable_touch_events)', 127 'enable_touch_events%': '<(enable_touch_events)',
128 'use_skia%': '<(use_skia)', 128 'use_skia%': '<(use_skia)',
129 'conditions': [ 129 'conditions': [
130 ['OS=="android"', { 130 ['OS=="android"', {
131 'feature_defines': [ 131 'feature_defines': [
132 'ENABLE_WEB_AUDIO=0', 132 'ENABLE_WEB_AUDIO=0',
(...skipping 33 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