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

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

Issue 10837033: Roll IDL to multivm@733 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 | « lib/dom/dom.dart ('k') | lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/fremontcutbuilder.py
diff --git a/lib/dom/scripts/fremontcutbuilder.py b/lib/dom/scripts/fremontcutbuilder.py
index 67997093fc106ca9a992e8647ff72393b6d08e85..779ca31a73192d203d4bdf957698c7a754291edb 100755
--- a/lib/dom/scripts/fremontcutbuilder.py
+++ b/lib/dom/scripts/fremontcutbuilder.py
@@ -27,6 +27,7 @@ DEFAULT_FEATURE_DEFINES = [
'ENABLE_DART',
'ENABLE_DATA_TRANSFER_ITEMS',
'ENABLE_DETAILS',
+ 'ENABLE_DETAILS_ELEMENT',
'ENABLE_DEVICE_ORIENTATION',
'ENABLE_DIRECTORY_UPLOAD',
'ENABLE_DOWNLOAD_ATTRIBUTE',
@@ -48,6 +49,7 @@ DEFAULT_FEATURE_DEFINES = [
'ENABLE_MEDIA_SOURCE',
'ENABLE_MEDIA_STATISTICS',
'ENABLE_MEDIA_STREAM',
+ 'ENABLE_METER_ELEMENT',
'ENABLE_METER_TAG',
'ENABLE_MHTML',
'ENABLE_MUTATION_OBSERVERS',
@@ -56,6 +58,7 @@ DEFAULT_FEATURE_DEFINES = [
'ENABLE_PAGE_POPUP',
'ENABLE_PAGE_VISIBILITY_API',
'ENABLE_POINTER_LOCK',
+ 'ENABLE_PROGRESS_ELEMENT',
'ENABLE_PROGRESS_TAG',
'ENABLE_QUOTA',
'ENABLE_REGISTER_PROTOCOL_HANDLER',
@@ -168,6 +171,7 @@ def main():
'Modules/gamepad',
'Modules/geolocation',
'Modules/indexeddb',
+ 'Modules/mediasource',
'Modules/mediastream',
'Modules/notifications',
'Modules/quota',
« no previous file with comments | « lib/dom/dom.dart ('k') | lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698