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

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

Issue 9359034: A bunch of fixes in idl database generator. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Generated files. Created 8 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 side-by-side diff with in-line comments
Download patch
Index: client/dom/scripts/fremontcutbuilder.py
diff --git a/client/dom/scripts/fremontcutbuilder.py b/client/dom/scripts/fremontcutbuilder.py
index 9af83e367615fb083df6077ea8cc3d777692a75a..81d8f04ccbab5688285c2048fda248c58932c0a1 100755
--- a/client/dom/scripts/fremontcutbuilder.py
+++ b/client/dom/scripts/fremontcutbuilder.py
@@ -35,6 +35,7 @@ def main():
'inspector',
'loader',
'loader/appcache',
+ 'mediastream',
'notifications',
'page',
'plugins',
@@ -45,6 +46,7 @@ def main():
'workers',
'xml',
]
+
# TODO(vsm): Move this to a README.
# This is the Dart SVN revision.
webkit_revision = '1060'
@@ -94,6 +96,7 @@ def main():
'ENABLE_REQUEST_ANIMATION_FRAME',
'ENABLE_RUBY',
'ENABLE_SANDBOX',
+ 'ENABLE_SHADOW_DOM',
'ENABLE_SHARED_WORKERS',
'ENABLE_SMOOTH_SCROLLING',
'ENABLE_SQL_DATABASE',
« no previous file with comments | « client/dom/generated/src/wrapping/_ShadowRootWrappingImplementation.dart ('k') | client/dom/scripts/idlrenderer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698