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

Unified Diff: Source/bindings/scripts/blink_idl_lexer.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/generated_bindings.gyp ('k') | Source/bindings/scripts/blink_idl_parser.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/scripts/blink_idl_lexer.py
diff --git a/Source/bindings/scripts/unstable/blink_idl_lexer.py b/Source/bindings/scripts/blink_idl_lexer.py
similarity index 98%
rename from Source/bindings/scripts/unstable/blink_idl_lexer.py
rename to Source/bindings/scripts/blink_idl_lexer.py
index 4e6aa291e32f943257f14e12335011437dfb802a..2af8f81b42eb70bf4150d6ddd0f76f20daa2294f 100644
--- a/Source/bindings/scripts/unstable/blink_idl_lexer.py
+++ b/Source/bindings/scripts/blink_idl_lexer.py
@@ -56,7 +56,7 @@ import sys
# Base lexer is in Chromium src/tools/idl_parser
module_path, module_name = os.path.split(__file__)
-tools_dir = os.path.join(module_path, os.pardir, os.pardir, os.pardir, os.pardir, os.pardir, os.pardir, 'tools')
+tools_dir = os.path.join(module_path, os.pardir, os.pardir, os.pardir, os.pardir, os.pardir, 'tools')
sys.path.append(tools_dir)
from idl_parser.idl_lexer import IDLLexer
« no previous file with comments | « Source/bindings/generated_bindings.gyp ('k') | Source/bindings/scripts/blink_idl_parser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698