Chromium Code Reviews| Index: Source/bindings/core/idl.gypi |
| diff --git a/Source/bindings/core/idl.gypi b/Source/bindings/core/idl.gypi |
| index ac3c71c51ad14a13339e8fb6d0cc3af6b6752e56..76d04ccf70439143976acdc4ee5791920f2a4c11 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_modules_dependency_idl_files)', |
| ], |
| 'core_testing_definition_idl_files': [ |
| '<@(core_testing_dictionary_idl_files)', |
| '<@(webcore_testing_idl_files)', |
| + '<@(webcore_testing_modules_dependency_idl_files)', |
| ], |
| # IDL file lists; see: http://www.chromium.org/developers/web-idl-interfaces |
| @@ -33,6 +35,9 @@ |
| '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 lists of core IDL files which has dependency IDL files in modules. |
|
haraken
2014/10/09 04:24:00
lists => a list
has => have
tasak
2014/10/10 07:52:22
Done.
|
| + 'core_modules_dependency_idl_files_list': '<|(core_modules_dependency_idl_files_list.tmp <@(core_modules_dependency_idl_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 |