Index: tools/gn/gyp_target_writer.cc |
diff --git a/tools/gn/gyp_target_writer.cc b/tools/gn/gyp_target_writer.cc |
index da66701500603abf206e55effafa900d2937bf12..1c1a6a5d37d006fc99e9b141e14190d7c5b0c154 100644 |
--- a/tools/gn/gyp_target_writer.cc |
+++ b/tools/gn/gyp_target_writer.cc |
@@ -18,6 +18,19 @@ |
#include "tools/gn/target.h" |
#include "tools/gn/toolchain.h" |
+GypTargetWriter::TargetGroup::TargetGroup() |
+ : debug(NULL), |
+ release(NULL), |
+ host_debug(NULL), |
+ host_release(NULL), |
+ debug64(NULL), |
+ release64(NULL), |
+ xcode_debug(NULL), |
+ xcode_release(NULL), |
+ xcode_host_debug(NULL), |
+ xcode_host_release(NULL) { |
+} |
+ |
GypTargetWriter::GypTargetWriter(const Target* target, |
const Toolchain* toolchain, |
const SourceDir& gyp_dir, |