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

Unified Diff: tools/gn/config_values_generator.h

Issue 1292983004: [GN]: Precompiled header support for GCC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « build/toolchain/mac/BUILD.gn ('k') | tools/gn/function_toolchain.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 3f118daf2c7bb054dc25ece678db39208bd3b075..3e4b573570dccf3da5d06c5271fa7aedd1470a6c 100644
--- a/tools/gn/config_values_generator.h
+++ b/tools/gn/config_values_generator.h
@@ -40,7 +40,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 | « build/toolchain/mac/BUILD.gn ('k') | tools/gn/function_toolchain.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698