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

Unified Diff: tools/gn/tool.cc

Issue 2394323002: GN: Initialize Tool::defined_from_ in the constructor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 2 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 | « no previous file | no next file » | 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 139c03294c3bd9499c90acca654ad9ef0bf7bc57..2c955b8ef070d89593167cf81ef1e109f93d5a79 100644
--- a/tools/gn/tool.cc
+++ b/tools/gn/tool.cc
@@ -5,7 +5,8 @@
#include "tools/gn/tool.h"
Tool::Tool()
- : depsformat_(DEPS_GCC),
+ : defined_from_(nullptr),
+ depsformat_(DEPS_GCC),
precompiled_header_type_(PCH_NONE),
restat_(false),
complete_(false) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698