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

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

Issue 12095019: Merge 141000 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'ENABLE_INPUT_TYPE_MONTH=1', 76 'ENABLE_INPUT_TYPE_MONTH=1',
77 'ENABLE_INPUT_TYPE_TIME=1', 77 'ENABLE_INPUT_TYPE_TIME=1',
78 'ENABLE_JAVASCRIPT_DEBUGGER=1', 78 'ENABLE_JAVASCRIPT_DEBUGGER=1',
79 'ENABLE_JAVASCRIPT_I18N_API=1', 79 'ENABLE_JAVASCRIPT_I18N_API=1',
80 'ENABLE_LEGACY_CSS_VENDOR_PREFIXES=0', 80 'ENABLE_LEGACY_CSS_VENDOR_PREFIXES=0',
81 'ENABLE_LEGACY_VIEWPORT_ADAPTION=1', 81 'ENABLE_LEGACY_VIEWPORT_ADAPTION=1',
82 'ENABLE_LEGACY_VENDOR_PREFIXES=0', 82 'ENABLE_LEGACY_VENDOR_PREFIXES=0',
83 'ENABLE_LEGACY_WEB_AUDIO=1', 83 'ENABLE_LEGACY_WEB_AUDIO=1',
84 'ENABLE_LINK_PREFETCH=1', 84 'ENABLE_LINK_PREFETCH=1',
85 'ENABLE_LINK_PRERENDER=1', 85 'ENABLE_LINK_PRERENDER=1',
86 'ENABLE_MATHML=1', 86 'ENABLE_MATHML=0',
87 'ENABLE_MEDIA_SOURCE=1', 87 'ENABLE_MEDIA_SOURCE=1',
88 'ENABLE_MEDIA_STATISTICS=1', 88 'ENABLE_MEDIA_STATISTICS=1',
89 'ENABLE_METER_ELEMENT=1', 89 'ENABLE_METER_ELEMENT=1',
90 'ENABLE_MHTML=1', 90 'ENABLE_MHTML=1',
91 'ENABLE_MICRODATA=0', 91 'ENABLE_MICRODATA=0',
92 'ENABLE_MOUSE_CURSOR_SCALE=1', 92 'ENABLE_MOUSE_CURSOR_SCALE=1',
93 'ENABLE_MUTATION_OBSERVERS=<(enable_mutation_observers)', 93 'ENABLE_MUTATION_OBSERVERS=<(enable_mutation_observers)',
94 'ENABLE_NAVIGATOR_CONTENT_UTILS=1', 94 'ENABLE_NAVIGATOR_CONTENT_UTILS=1',
95 'ENABLE_PAGE_VISIBILITY_API=1', 95 'ENABLE_PAGE_VISIBILITY_API=1',
96 'ENABLE_PERFORMANCE_TIMELINE=1', 96 'ENABLE_PERFORMANCE_TIMELINE=1',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 ], 246 ],
247 }], 247 }],
248 ['use_default_render_theme==1', { 248 ['use_default_render_theme==1', {
249 'feature_defines': [ 249 'feature_defines': [
250 'ENABLE_DEFAULT_RENDER_THEME=1', 250 'ENABLE_DEFAULT_RENDER_THEME=1',
251 ], 251 ],
252 }], 252 }],
253 ], 253 ],
254 }, 254 },
255 } 255 }
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