| Index: tools/gn/switches.h
|
| diff --git a/tools/gn/switches.h b/tools/gn/switches.h
|
| index 8b7122cbe5bea0e430d35f00ea8052fd34742473..7d62e5419b6cfb80aa53df07c5cd2e1951edacf1 100644
|
| --- a/tools/gn/switches.h
|
| +++ b/tools/gn/switches.h
|
| @@ -40,6 +40,10 @@ extern const char kDotfile[];
|
| extern const char kDotfile_HelpShort[];
|
| extern const char kDotfile_Help[];
|
|
|
| +extern const char kMarkdown[];
|
| +extern const char kMarkdown_HelpShort[];
|
| +extern const char kMarkdown_Help[];
|
| +
|
| extern const char kNoColor[];
|
| extern const char kNoColor_HelpShort[];
|
| extern const char kNoColor_Help[];
|
|
|