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

Unified Diff: Source/bindings/scripts/code_generator_v8.pm

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
« no previous file with comments | « Source/bindings/scripts/blink_idl_parser.py ('k') | Source/bindings/scripts/code_generator_v8.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/scripts/code_generator_v8.pm
diff --git a/Source/bindings/scripts/deprecated_code_generator_v8.pm b/Source/bindings/scripts/code_generator_v8.pm
similarity index 99%
rename from Source/bindings/scripts/deprecated_code_generator_v8.pm
rename to Source/bindings/scripts/code_generator_v8.pm
index c1a7203f068db346b173ccd81e210008b0b29999..fb9e7939cd4483d91e030fd68a4116247e6cfc73 100644
--- a/Source/bindings/scripts/deprecated_code_generator_v8.pm
+++ b/Source/bindings/scripts/code_generator_v8.pm
@@ -107,7 +107,7 @@ sub toString
}
-package deprecated_code_generator_v8;
+package code_generator_v8;
use strict;
use Cwd;
@@ -304,7 +304,7 @@ sub ParseInterface
print " | |> Parsing parent IDL \"$filename\" for interface \"$interfaceName\"\n" if $verbose;
# Step #2: Parse the found IDL file (in quiet mode).
- my $parser = deprecated_idl_parser->new(1);
+ my $parser = idl_parser->new(1);
my $document = $parser->Parse($filename, $preprocessor);
foreach my $interface (@{$document->interfaces}) {
« no previous file with comments | « Source/bindings/scripts/blink_idl_parser.py ('k') | Source/bindings/scripts/code_generator_v8.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698