| Index: pylib/gyp/generator/ninja.py
|
| diff --git a/pylib/gyp/generator/ninja.py b/pylib/gyp/generator/ninja.py
|
| index 3d33d0ac6810606a472766ec957f68d335650d5b..4eafb71c198dd9fb728178350c1e49868e2b4438 100644
|
| --- a/pylib/gyp/generator/ninja.py
|
| +++ b/pylib/gyp/generator/ninja.py
|
| @@ -530,7 +530,7 @@ class NinjaWriter:
|
| def WriteWinIdlFiles(self, spec, prebuild):
|
| """Writes rules to match MSVS's implicit idl handling."""
|
| assert self.flavor == 'win'
|
| - if self.msvs_settings.HasExplicitIdlRules(spec):
|
| + if self.msvs_settings.HasExplicitIdlRulesOrActions(spec):
|
| return []
|
| outputs = []
|
| for source in filter(lambda x: x.endswith('.idl'), spec['sources']):
|
|
|