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

Unified Diff: Source/bindings/scripts/unstable/idl_definitions.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/idl_definitions.py
diff --git a/Source/bindings/scripts/idl_definitions.py b/Source/bindings/scripts/unstable/idl_definitions.py
similarity index 99%
rename from Source/bindings/scripts/idl_definitions.py
rename to Source/bindings/scripts/unstable/idl_definitions.py
index c782146d7d5e56a8a19b90a18f2c0f61a389c059..a1e85f416e22592f2f05768adb151098425bc835 100644
--- a/Source/bindings/scripts/idl_definitions.py
+++ b/Source/bindings/scripts/unstable/idl_definitions.py
@@ -125,8 +125,8 @@ class IdlDefinitions(BaseIdl):
"""Returns a JSON string representing the Definitions.
The JSON output should be identical with the output of the Perl parser,
- specifically the function serializeJSON in deprecated_idl_serializer.pm,
- which takes a Perl object created by deprecated_idl_parser.pm.
+ specifically the function serializeJSON in idl_serializer.pm,
+ which takes a Perl object created by idl_parser.pm.
"""
# Sort so order consistent, allowing comparison of output
if debug:
« no previous file with comments | « Source/bindings/scripts/unstable/idl_compiler.py ('k') | Source/bindings/scripts/unstable/idl_definitions_builder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698