| Index: Source/bindings/derived_sources.gyp
|
| diff --git a/Source/bindings/derived_sources.gyp b/Source/bindings/derived_sources.gyp
|
| index bcb3c9ca81a8fa986d42a9976e2e59976fe79777..2b7f60813d189a01caef4a2da1578ae5b393d76b 100644
|
| --- a/Source/bindings/derived_sources.gyp
|
| +++ b/Source/bindings/derived_sources.gyp
|
| @@ -103,6 +103,7 @@
|
| ],
|
| 'outputs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/supplemental_dependency.tmp',
|
| + '<(SHARED_INTERMEDIATE_DIR)/DOMWindowConstructors.idl',
|
| ],
|
| 'msvs_cygwin_shell': 0,
|
| 'action': [
|
| @@ -117,6 +118,8 @@
|
| '<(idl_files_list)',
|
| '--supplementalDependencyFile',
|
| '<(SHARED_INTERMEDIATE_DIR)/supplemental_dependency.tmp',
|
| + '--windowConstructorsSupplementalFile',
|
| + '<(SHARED_INTERMEDIATE_DIR)/DOMWindowConstructors.idl',
|
| ],
|
| 'message': 'Resolving partial interfaces dependencies in all IDL files',
|
| }]
|
| @@ -162,6 +165,7 @@
|
| 'scripts/IDLAttributes.txt',
|
| '../core/scripts/preprocessor.pm',
|
| '<!@pymod_do_main(supplemental_idl_files <@(idl_files))',
|
| + '<(SHARED_INTERMEDIATE_DIR)/DOMWindowConstructors.idl',
|
| ],
|
| 'outputs': [
|
| # FIXME: The .cpp file should be in webkit/bindings once
|
|
|