| Index: Source/bindings/derived_sources.gyp
|
| diff --git a/Source/bindings/derived_sources.gyp b/Source/bindings/derived_sources.gyp
|
| index 46402b89f015232011221c8d70dcf3e7619b2db9..00b1fc22a35575b59dbcbb37483b19021faa0404 100644
|
| --- a/Source/bindings/derived_sources.gyp
|
| +++ b/Source/bindings/derived_sources.gyp
|
| @@ -167,6 +167,7 @@
|
| 'scripts/generate-bindings.pl',
|
| 'scripts/CodeGeneratorV8.pm',
|
| 'scripts/IDLParser.pm',
|
| + 'scripts/IDLSerializer.pm',
|
| 'scripts/IDLAttributes.txt',
|
| '../core/scripts/preprocessor.pm',
|
| '<!@pymod_do_main(supplemental_idl_files <@(idl_files))',
|
| @@ -201,6 +202,7 @@
|
| '-w',
|
| '-Iscripts',
|
| '-I../core/scripts',
|
| + '-I../../../JSON/out/lib/perl5',
|
| 'scripts/generate-bindings.pl',
|
| '--outputHeadersDir',
|
| '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings',
|
|
|