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

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

Issue 11033024: Get rid of webkit renames. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: . Created 8 years, 2 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/html/scripts/databasebuilder.py ('k') | lib/html/scripts/generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/scripts/fremontcutbuilder.py
diff --git a/lib/html/scripts/fremontcutbuilder.py b/lib/html/scripts/fremontcutbuilder.py
index bfd977835390932b607e3c93512423deac278bf2..e50cf8c773fe407ef71fdd5b5cefac94f136ec90 100755
--- a/lib/html/scripts/fremontcutbuilder.py
+++ b/lib/html/scripts/fremontcutbuilder.py
@@ -117,18 +117,7 @@ def build_database(idl_files, database_dir, feature_defines = None):
# TODO(vsm): What else should we define as on when processing IDL?
idl_defines=webkit_defines + feature_defines,
source='WebKit',
- source_attributes={'revision': webkit_revision},
- type_rename_map={
- 'BarInfo': 'BarProp',
- 'DedicatedWorkerContext': 'DedicatedWorkerGlobalScope',
- 'DOMApplicationCache': 'ApplicationCache',
- 'DOMCoreException': 'DOMException',
- 'DOMFormData': 'FormData',
- 'DOMSelection': 'Selection',
- 'DOMWindow': 'Window',
- 'SharedWorkerContext': 'SharedWorkerGlobalScope',
- 'WorkerContext': 'WorkerGlobalScope',
- })
+ source_attributes={'revision': webkit_revision})
# Import WebKit IDLs.
builder.import_idl_files(idl_files, webkit_options)
« no previous file with comments | « lib/html/scripts/databasebuilder.py ('k') | lib/html/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698