Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2010-07-20 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r63764. http://trac.webkit.org/changeset/63764 https://bugs.webkit.org/show_bug.cgi?id=42658 have broken Chromium linux build (Requested by loislo on #webkit). * WebCore.gyp/WebCore.gyp: * WebCore.gyp/scripts/rule_binding.py: * bindings/scripts/CodeGenerator.pm: * bindings/scripts/CodeGeneratorCPP.pm: * bindings/scripts/CodeGeneratorJS.pm: * bindings/scripts/CodeGeneratorObjC.pm: * bindings/scripts/CodeGeneratorV8.pm: * bindings/scripts/generate-bindings.pl: * inspector/CodeGeneratorInspector.pm: Canonical link: https://commits.webkit.org/54605@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@63767 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
41 additions
and 19 deletions.
- +19 −0 WebCore/ChangeLog
- +1 −0 WebCore/WebCore.gyp/WebCore.gyp
- +15 −1 WebCore/WebCore.gyp/scripts/rule_binding.py
- +1 −3 WebCore/bindings/scripts/CodeGenerator.pm
- +0 −1 WebCore/bindings/scripts/CodeGeneratorCPP.pm
- +0 −1 WebCore/bindings/scripts/CodeGeneratorJS.pm
- +0 −1 WebCore/bindings/scripts/CodeGeneratorObjC.pm
- +1 −3 WebCore/bindings/scripts/CodeGeneratorV8.pm
- +3 −6 WebCore/bindings/scripts/generate-bindings.pl
- +1 −3 WebCore/inspector/CodeGeneratorInspector.pm
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -502,6 +502,7 @@ | ||
'<@(_inputs)', | ||
'--', | ||
'--defines', '<(feature_defines) LANGUAGE_JAVASCRIPT', | ||
'--filename', 'RemoteInspectorFrontend', | ||
'--generator', 'Inspector', | ||
'<@(generator_include_dirs)' | ||
], | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -98,7 +98,6 @@ sub new | ||
|
||
$codeGenerator = shift; | ||
$outputDir = shift; | ||
shift; # $useLayerOnTop | ||
shift; # $preprocessor | ||
shift; # $writeDependencies | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -73,7 +73,6 @@ sub new | ||
|
||
$codeGenerator = shift; | ||
$outputDir = shift; | ||
shift; # $useLayerOnTop | ||
shift; # $preprocessor | ||
$writeDependencies = shift; | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -199,7 +199,6 @@ sub new | ||
|
||
$codeGenerator = shift; | ||
$outputDir = shift; | ||
shift; # $useLayerOnTop | ||
shift; # $preprocessor | ||
$writeDependencies = shift; | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters