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

Unified Diff: Source/bindings/scripts/idl_definitions_builder.py

Issue 181513006: IDL compiler: delete Perl compiler, remove unstable/ directory (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/bindings/scripts/idl_definitions.py ('k') | Source/bindings/scripts/idl_parser.pm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/scripts/idl_definitions_builder.py
diff --git a/Source/bindings/scripts/unstable/idl_definitions_builder.py b/Source/bindings/scripts/idl_definitions_builder.py
similarity index 99%
rename from Source/bindings/scripts/unstable/idl_definitions_builder.py
rename to Source/bindings/scripts/idl_definitions_builder.py
index 7bda2aa8f68626d3d11a9d4d849ab16214324f7a..6e7f9f46161bef55ec4fe87311e29bd617e7a814 100644
--- a/Source/bindings/scripts/unstable/idl_definitions_builder.py
+++ b/Source/bindings/scripts/idl_definitions_builder.py
@@ -38,6 +38,7 @@ STANDARD_TYPEDEFS = {
'DOMTimeStamp': 'unsigned long long',
}
+
def build_idl_definitions_from_ast(node):
if node is None:
return None
« no previous file with comments | « Source/bindings/scripts/idl_definitions.py ('k') | Source/bindings/scripts/idl_parser.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698