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 fc41273facf49c89affb50c333ee440c03752ebe..0a69edab4e23c626c1dda9effd131f368e7c220e 100644 |
| --- a/tools/gn/action_target_generator.h |
| +++ b/tools/gn/action_target_generator.h |
| @@ -25,6 +25,7 @@ class ActionTargetGenerator : public TargetGenerator { |
| private: |
| bool FillScript(); |
| bool FillScriptArgs(); |
| + bool FillResponseFileContents(); |
| bool FillDepfile(); |
| bool FillConsole(); |