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

Unified Diff: Source/bindings/scripts/unstable/blink_idl_lexer.py

Issue 24156003: Revert IDL compiler build flow to Perl, rename 'deprecated' (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 3 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
Index: Source/bindings/scripts/unstable/blink_idl_lexer.py
diff --git a/Source/bindings/scripts/blink_idl_lexer.py b/Source/bindings/scripts/unstable/blink_idl_lexer.py
similarity index 98%
rename from Source/bindings/scripts/blink_idl_lexer.py
rename to Source/bindings/scripts/unstable/blink_idl_lexer.py
index 2af8f81b42eb70bf4150d6ddd0f76f20daa2294f..4e6aa291e32f943257f14e12335011437dfb802a 100644
--- a/Source/bindings/scripts/blink_idl_lexer.py
+++ b/Source/bindings/scripts/unstable/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, 'tools')
+tools_dir = os.path.join(module_path, os.pardir, 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/scripts/interface_dependency_resolver.py ('k') | Source/bindings/scripts/unstable/blink_idl_parser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698