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

Unified Diff: Tools/Scripts/webkitpy/bindings/main.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/v8_utilities.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/bindings/main.py
diff --git a/Tools/Scripts/webkitpy/bindings/main.py b/Tools/Scripts/webkitpy/bindings/main.py
index 66756253eef51c59953b0f670224ea959e92bd3e..09d0fe3585366cef8908a22c02bb854d480ec73d 100644
--- a/Tools/Scripts/webkitpy/bindings/main.py
+++ b/Tools/Scripts/webkitpy/bindings/main.py
@@ -114,7 +114,7 @@ class BindingsTests(object):
def generate_from_idl(self, idl_file):
cmd = ['python',
- 'bindings/scripts/unstable/idl_compiler.py',
+ 'bindings/scripts/idl_compiler.py',
'--output-dir', self.output_directory,
'--idl-attributes-file', 'bindings/IDLExtendedAttributes.txt',
'--interfaces-info-file', self.interfaces_info_filename,
« no previous file with comments | « Source/bindings/scripts/v8_utilities.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698