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

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

Issue 10447078: Merge 118261 - [chromium] Turn ENABLE(OVERFLOW_SCROLLING) off for Chromium port (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 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 | « LayoutTests/platform/chromium/test_expectations.txt ('k') | 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'ENABLE_LINK_PRERENDER=1', 72 'ENABLE_LINK_PRERENDER=1',
73 'ENABLE_MEDIA_SOURCE=1', 73 'ENABLE_MEDIA_SOURCE=1',
74 'ENABLE_MEDIA_STATISTICS=1', 74 'ENABLE_MEDIA_STATISTICS=1',
75 'ENABLE_MEDIA_STREAM=1', 75 'ENABLE_MEDIA_STREAM=1',
76 'ENABLE_METER_TAG=1', 76 'ENABLE_METER_TAG=1',
77 'ENABLE_MHTML=1', 77 'ENABLE_MHTML=1',
78 'ENABLE_MICRODATA=0', 78 'ENABLE_MICRODATA=0',
79 'ENABLE_MUTATION_OBSERVERS=<(enable_mutation_observers)', 79 'ENABLE_MUTATION_OBSERVERS=<(enable_mutation_observers)',
80 'ENABLE_NOTIFICATIONS=1', 80 'ENABLE_NOTIFICATIONS=1',
81 'ENABLE_ORIENTATION_EVENTS=0', 81 'ENABLE_ORIENTATION_EVENTS=0',
82 'ENABLE_OVERFLOW_SCROLLING=1',
83 'ENABLE_PAGE_VISIBILITY_API=1', 82 'ENABLE_PAGE_VISIBILITY_API=1',
84 'ENABLE_POINTER_LOCK=1', 83 'ENABLE_POINTER_LOCK=1',
85 'ENABLE_PROGRESS_TAG=1', 84 'ENABLE_PROGRESS_TAG=1',
86 'ENABLE_QUOTA=1', 85 'ENABLE_QUOTA=1',
87 'ENABLE_REQUEST_ANIMATION_FRAME=1', 86 'ENABLE_REQUEST_ANIMATION_FRAME=1',
88 'ENABLE_RUBY=1', 87 'ENABLE_RUBY=1',
89 'ENABLE_SANDBOX=1', 88 'ENABLE_SANDBOX=1',
90 'ENABLE_SCRIPTED_SPEECH=1', 89 'ENABLE_SCRIPTED_SPEECH=1',
91 'ENABLE_SHADOW_DOM=1', 90 'ENABLE_SHADOW_DOM=1',
92 'ENABLE_SHARED_WORKERS=1', 91 'ENABLE_SHARED_WORKERS=1',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 }], 185 }],
187 ['OS=="mac"', { 186 ['OS=="mac"', {
188 'feature_defines': [ 187 'feature_defines': [
189 'ENABLE_RUBBER_BANDING=1', 188 'ENABLE_RUBBER_BANDING=1',
190 'WTF_USE_SKIA_ON_MAC_CHROMIUM=1', 189 'WTF_USE_SKIA_ON_MAC_CHROMIUM=1',
191 ], 190 ],
192 }], 191 }],
193 ], 192 ],
194 }, 193 },
195 } 194 }
OLDNEW
« no previous file with comments | « LayoutTests/platform/chromium/test_expectations.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698