Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Unified Diff: tools/gn/config_values_generator.h

Issue 1207903002: Windows precompiled header support in GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Scott's grammar nits Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/config_values_extractors.h ('k') | tools/gn/config_values_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « tools/gn/config_values_extractors.h ('k') | tools/gn/config_values_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698