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

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

Issue 14211014: Chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 | « tools/dom/idl/dart/dart.idl ('k') | tools/dom/scripts/generator.py » ('j') | 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 27865fbc2355092010302dd3a1d066719046100c..98e65b43db08f8cbcbe4be2f54186b3a53133ad1 100755
--- a/tools/dom/scripts/fremontcutbuilder.py
+++ b/tools/dom/scripts/fremontcutbuilder.py
@@ -17,9 +17,7 @@ FEATURE_DISABLED = [
'ENABLE_CUSTOM_SCHEME_HANDLER',
'ENABLE_ENCRYPTED_MEDIA_V2',
'ENABLE_MEDIA_CAPTURE', # Only enabled on Android.
- 'ENABLE_MICRODATA',
'ENABLE_ORIENTATION_EVENTS', # Only enabled on Android.
- 'ENABLE_PROXIMITY_EVENTS',
'ENABLE_SPEECH_SYNTHESIS',
'ENABLE_WEBVTT_REGIONS',
'ENABLE_XHR_TIMEOUT',
@@ -28,13 +26,10 @@ FEATURE_DISABLED = [
FEATURE_DEFINES = [
'ENABLE_CALENDAR_PICKER',
'ENABLE_CANVAS_PROXY',
- 'ENABLE_CSS_FILTERS',
'ENABLE_CSS_REGIONS',
'ENABLE_CUSTOM_ELEMENTS',
'ENABLE_DATALIST_ELEMENT',
- 'ENABLE_DETAILS_ELEMENT',
'ENABLE_DIALOG_ELEMENT',
- 'ENABLE_DIRECTORY_UPLOAD',
'ENABLE_ENCRYPTED_MEDIA',
'ENABLE_FONT_LOAD_EVENTS',
'ENABLE_GAMEPAD',
@@ -44,16 +39,12 @@ FEATURE_DEFINES = [
'ENABLE_NAVIGATOR_CONTENT_UTILS',
'ENABLE_NOTIFICATIONS',
'ENABLE_PAGE_POPUP',
- 'ENABLE_SCRIPTED_SPEECH',
'ENABLE_SHARED_WORKERS',
'ENABLE_SVG',
'ENABLE_SVG_FONTS',
- 'ENABLE_TOUCH_EVENTS',
'ENABLE_VIDEO',
- 'ENABLE_VIDEO_TRACK',
'ENABLE_WEB_AUDIO',
'ENABLE_WEBGL',
- 'ENABLE_XSLT',
]
def build_database(idl_files, database_dir, parallel=False):
« no previous file with comments | « tools/dom/idl/dart/dart.idl ('k') | tools/dom/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698