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

Unified Diff: tools/dom/scripts/fremontcutbuilder.py

Issue 15294015: Update ENABLE_* flags (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/fremontcutbuilder.py
diff --git a/tools/dom/scripts/fremontcutbuilder.py b/tools/dom/scripts/fremontcutbuilder.py
index 3b172b2556762944d6869cc352de4863a71feac8..211dd7c2abc7c74eeb7b7ffa38aff9576a253c52 100755
--- a/tools/dom/scripts/fremontcutbuilder.py
+++ b/tools/dom/scripts/fremontcutbuilder.py
@@ -14,38 +14,43 @@ _logger = logging.getLogger('fremontcutbuilder')
FEATURE_DISABLED = [
'ENABLE_BATTERY_STATUS',
- 'ENABLE_CSS3_CONDITIONAL_RULES',
+ 'ENABLE_CANVAS_USES_MAILBOX',
Anton Muhin 2013/05/17 18:21:03 it is surprisingly too many flags coming into disa
vsm 2013/05/17 18:32:51 These are ENABLE_* flags that appear in features.g
Anton Muhin 2013/05/20 12:23:50 I think we should only use defines which are used
vsm 2013/05/20 14:52:52 I see no warnings from those lines ... but there s
+ 'ENABLE_CSS3_TEXT',
+ 'ENABLE_CSS_COMPOSITING',
'ENABLE_CSS_DEVICE_ADAPTATION',
'ENABLE_CUSTOM_SCHEME_HANDLER',
'ENABLE_ENCRYPTED_MEDIA_V2',
'ENABLE_MEDIA_CAPTURE', # Only enabled on Android.
'ENABLE_ORIENTATION_EVENTS', # Only enabled on Android.
- 'ENABLE_SPEECH_SYNTHESIS',
+ 'ENABLE_RESOLUTION_MEDIA_QUERY',
+ 'ENABLE_TOUCH_ICON_LOADING', # Only enabled on Android
'ENABLE_WEBVTT_REGIONS',
'ENABLE_XHR_TIMEOUT',
]
FEATURE_DEFINES = [
- 'ENABLE_CALENDAR_PICKER',
- 'ENABLE_CANVAS_PROXY',
+ 'ENABLE_3D_PLUGIN',
+ 'ENABLE_CALENDAR_PICKER', # Not on Android
+ 'ENABLE_CHANNEL_MESSAGING',
+ 'ENABLE_CSS_EXCLUSIONS',
+ 'ENABLE_CSS_IMAGE_SET',
'ENABLE_CSS_REGIONS',
- 'ENABLE_CUSTOM_ELEMENTS',
- 'ENABLE_DATALIST_ELEMENT',
- 'ENABLE_DIALOG_ELEMENT',
+ 'ENABLE_DATALIST_ELEMENT', # Not on Android
'ENABLE_ENCRYPTED_MEDIA',
- 'ENABLE_FONT_LOAD_EVENTS',
- 'ENABLE_GAMEPAD',
- 'ENABLE_INPUT_SPEECH',
- 'ENABLE_LEGACY_NOTIFICATIONS',
+ 'ENABLE_INPUT_SPEECH', # Not on Android
+ 'ENABLE_INPUT_TYPE_COLOR', # Not on Android
+ 'ENABLE_INPUT_MULTIPLE_FIELDS_UI', # Not on Android
+ 'ENABLE_LEGACY_NOTIFICATIONS', # Not on Android
'ENABLE_MEDIA_STREAM',
- 'ENABLE_NAVIGATOR_CONTENT_UTILS',
- 'ENABLE_NOTIFICATIONS',
- 'ENABLE_PAGE_POPUP',
- 'ENABLE_SHARED_WORKERS',
+ 'ENABLE_NAVIGATOR_CONTENT_UTILS', # Not on Android
+ 'ENABLE_NOTIFICATIONS', # Not on Android
+ 'ENABLE_PAGE_POPUP', # Not on Android
+ 'ENABLE_PRINTING', # Not on Android
+ 'ENABLE_RUBY',
+ 'ENABLE_SANDBOX',
'ENABLE_SVG',
'ENABLE_SVG_FONTS',
- 'ENABLE_VIDEO',
- 'ENABLE_WEB_AUDIO',
+ 'ENABLE_WEB_AUDIO', # Not on Android
'ENABLE_WEBGL',
]
« 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