| Index: tools/gn/variables.h
|
| diff --git a/tools/gn/variables.h b/tools/gn/variables.h
|
| index 074f7313ed4d1fb0a768656ccc9fe8dae772d5b2..d02d2c6fa69f7cc8753474ee33656ddac7499386 100644
|
| --- a/tools/gn/variables.h
|
| +++ b/tools/gn/variables.h
|
| @@ -195,6 +195,10 @@ extern const char kPublicDeps[];
|
| extern const char kPublicDeps_HelpShort[];
|
| extern const char kPublicDeps_Help[];
|
|
|
| +extern const char kResponseFileContents[];
|
| +extern const char kResponseFileContents_HelpShort[];
|
| +extern const char kResponseFileContents_Help[];
|
| +
|
| extern const char kScript[];
|
| extern const char kScript_HelpShort[];
|
| extern const char kScript_Help[];
|
|
|