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

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

Issue 9264057: Refresh dart:dom libraries from WebKit (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: CR changes Created 8 years, 11 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 | « client/dom/scripts/dartgenerator.py ('k') | client/dom/src/_FactoryProviders.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/fremontcutbuilder.py
diff --git a/client/dom/scripts/fremontcutbuilder.py b/client/dom/scripts/fremontcutbuilder.py
index eebc8a2a5633e849c59916808b9e0e14dad4c499..a71a7cf6d3f4eb00a14d936247ae2c490f3ab103 100755
--- a/client/dom/scripts/fremontcutbuilder.py
+++ b/client/dom/scripts/fremontcutbuilder.py
@@ -26,24 +26,25 @@ def main():
# Import WebKit IDL files:
webkit_dirs = [
- 'css',
- 'dom',
- 'fileapi',
- 'html',
- 'html/canvas',
- 'inspector',
- 'loader',
- 'loader/appcache',
- 'notifications',
- 'page',
- 'plugins',
- 'storage',
- 'svg',
- 'webaudio',
- 'websockets',
- 'workers',
- 'xml',
- ]
+ 'Modules/indexeddb',
+ 'css',
+ 'dom',
+ 'fileapi',
+ 'html',
+ 'html/canvas',
+ 'inspector',
+ 'loader',
+ 'loader/appcache',
+ 'notifications',
+ 'page',
+ 'plugins',
+ 'storage',
+ 'svg',
+ 'webaudio',
+ 'websockets',
+ 'workers',
+ 'xml',
+ ]
# TODO(vsm): Move this to a README.
# This is the Dart SVN revision.
webkit_revision = '1060'
« no previous file with comments | « client/dom/scripts/dartgenerator.py ('k') | client/dom/src/_FactoryProviders.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698