| Index: tools/gn/config_values_generator.h
|
| diff --git a/tools/gn/config_values_generator.h b/tools/gn/config_values_generator.h
|
| index eb8a2e6b1668b7216aa3bec0a7e32b7b6e8e0511..4e58010eefda6a090311d6ed5650487eb4cfdd91 100644
|
| --- a/tools/gn/config_values_generator.h
|
| +++ b/tools/gn/config_values_generator.h
|
| @@ -43,6 +43,7 @@ class ConfigValuesGenerator {
|
| // For using in documentation for functions which use this.
|
| #define CONFIG_VALUES_VARS_HELP \
|
| " Flags: cflags, cflags_c, cflags_cc, cflags_objc, cflags_objcc,\n" \
|
| - " defines, include_dirs, ldflags, lib_dirs, libs\n"
|
| + " defines, include_dirs, ldflags, lib_dirs, libs\n" \
|
| + " precompiled_header, precompiled_source\n"
|
|
|
| #endif // TOOLS_GN_CONFIG_VALUES_GENERATOR_H_
|
|
|