Chromium Code Reviews| Index: tools/gn/action_target_generator.cc |
| diff --git a/tools/gn/action_target_generator.cc b/tools/gn/action_target_generator.cc |
| index 09c89e4ca949b5c36e11b883ef665a6b5297351c..a1ab3a34d4c5ce26bf1efba657aec538c62fdd55 100644 |
| --- a/tools/gn/action_target_generator.cc |
| +++ b/tools/gn/action_target_generator.cc |
| @@ -54,6 +54,9 @@ void ActionTargetGenerator::DoRun() { |
| if (!FillDepfile()) |
| return; |
| + if (!FillCheckIncludes()) |
| + return; |
| + |
| if (!CheckOutputs()) |
| return; |