Index: Source/bindings/core/idl.gypi |
diff --git a/Source/bindings/core/idl.gypi b/Source/bindings/core/idl.gypi |
index ac3c71c51ad14a13339e8fb6d0cc3af6b6752e56..4e947cbf28881fd980924b0389b593e06f2dc441 100644 |
--- a/Source/bindings/core/idl.gypi |
+++ b/Source/bindings/core/idl.gypi |
@@ -14,10 +14,12 @@ |
'core_definition_idl_files': [ |
'<@(core_dictionary_idl_files)', |
'<@(core_idl_files)', |
+ '<@(core_idl_with_modules_dependency_files)', |
], |
'core_testing_definition_idl_files': [ |
'<@(core_testing_dictionary_idl_files)', |
'<@(webcore_testing_idl_files)', |
+ '<@(webcore_testing_idl_with_modules_dependency_files)', |
], |
# IDL file lists; see: http://www.chromium.org/developers/web-idl-interfaces |
@@ -33,6 +35,10 @@ |
'core_idl_files_list': '<|(core_idl_files_list.tmp <@(core_definition_idl_files))', |
'core_dictionary_idl_files_list': '<|(core_dictionary_idl_files_list.tmp <@(core_dictionary_idl_files) <@(core_testing_dictionary_idl_files))', |
+ # Write a list of core IDL files which have dependency IDL files in |
+ # modules. |
+ 'core_idl_with_modules_dependency_files_list': '<|(core_idl_with_modules_dependency_files_list.tmp <@(core_idl_with_modules_dependency_files))', |
+ |
# Dependency IDL files: don't generate individual bindings, but do process |
# in IDL dependency computation, and count as build dependencies |
# 'core_dependency_idl_files' is already used in Source/core, so avoid |