| Index: Source/bindings/core/idl.gypi
|
| diff --git a/Source/bindings/core/idl.gypi b/Source/bindings/core/idl.gypi
|
| index b4d1842b90dc5a680597edf20274ef426f1dc42b..4f24a082bb59c6f172d14c742212c423cd0c5438 100644
|
| --- a/Source/bindings/core/idl.gypi
|
| +++ b/Source/bindings/core/idl.gypi
|
| @@ -11,17 +11,23 @@
|
| ],
|
|
|
| 'variables': {
|
| + 'core_testing_definition_idl_files': [
|
| + '<@(core_testing_dictionary_idl_files)',
|
| + '<@(webcore_testing_idl_files)',
|
| + ],
|
| +
|
| # IDL file lists; see: http://www.chromium.org/developers/web-idl-interfaces
|
| # Interface IDL files: generate individual bindings (includes testing)
|
| 'core_interface_idl_files': [
|
| '<@(core_idl_files)',
|
| - '<@(webcore_testing_idl_files)',
|
| + '<@(core_testing_definition_idl_files)',
|
| '<@(generated_webcore_testing_idl_files)',
|
| ],
|
|
|
| # Write lists of main IDL files to a file, so that the command lines don't
|
| # exceed OS length limits.
|
| 'core_idl_files_list': '<|(core_idl_files_list.tmp <@(core_idl_files))',
|
| + 'core_dictionary_idl_files_list': '<|(core_dictionary_idl_files_list.tmp <@(core_testing_dictionary_idl_files))',
|
|
|
| # Dependency IDL files: don't generate individual bindings, but do process
|
| # in IDL dependency computation, and count as build dependencies
|
| @@ -53,7 +59,7 @@
|
| # Static IDL files
|
| 'core_static_interface_idl_files': [
|
| '<@(core_idl_files)',
|
| - '<@(webcore_testing_idl_files)',
|
| + '<@(core_testing_definition_idl_files)',
|
| ],
|
| 'core_static_dependency_idl_files': [
|
| '<@(core_dependency_idl_files)',
|
|
|