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

Unified Diff: tools/gn/tool.cc

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/tool.h ('k') | tools/gn/toolchain.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/tool.cc
diff --git a/tools/gn/tool.cc b/tools/gn/tool.cc
index b549283724c263418b429f56134ac35526199c52..139c03294c3bd9499c90acca654ad9ef0bf7bc57 100644
--- a/tools/gn/tool.cc
+++ b/tools/gn/tool.cc
@@ -6,6 +6,7 @@
Tool::Tool()
: depsformat_(DEPS_GCC),
+ precompiled_header_type_(PCH_NONE),
restat_(false),
complete_(false) {
}
« no previous file with comments | « tools/gn/tool.h ('k') | tools/gn/toolchain.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698