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

Unified Diff: Source/bindings/scripts/idl_compiler.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/generate_bindings.pl ('k') | Source/bindings/scripts/idl_definitions.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/scripts/idl_compiler.py
diff --git a/Source/bindings/scripts/unstable/idl_compiler.py b/Source/bindings/scripts/idl_compiler.py
similarity index 99%
rename from Source/bindings/scripts/unstable/idl_compiler.py
rename to Source/bindings/scripts/idl_compiler.py
index 1036ebdafcbd4d84818f9db7309301e067f9fb6e..90f304da33a4e589a7615d9d8b404a393a1ba7ae 100755
--- a/Source/bindings/scripts/unstable/idl_compiler.py
+++ b/Source/bindings/scripts/idl_compiler.py
@@ -45,6 +45,7 @@ from code_generator_v8 import CodeGeneratorV8
from idl_reader import IdlReader
# from utilities import write_file # FIXME: import once in same directory
+
def parse_options():
parser = OptionParser()
parser.add_option('--idl-attributes-file')
« no previous file with comments | « Source/bindings/scripts/generate_bindings.pl ('k') | Source/bindings/scripts/idl_definitions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698