Chromium Code Reviews| Index: tools/gn/action_target_generator.h |
| diff --git a/tools/gn/action_target_generator.h b/tools/gn/action_target_generator.h |
| index 68511c6f5d21d4c9d3c8e813673698267133f294..fc41273facf49c89affb50c333ee440c03752ebe 100644 |
| --- a/tools/gn/action_target_generator.h |
| +++ b/tools/gn/action_target_generator.h |
| @@ -26,6 +26,7 @@ class ActionTargetGenerator : public TargetGenerator { |
| bool FillScript(); |
| bool FillScriptArgs(); |
| bool FillDepfile(); |
| + bool FillConsole(); |
| // Checks for errors in the outputs variable. |
| bool CheckOutputs(); |