Index: tools/gn/target.cc |
diff --git a/tools/gn/target.cc b/tools/gn/target.cc |
index 585c850c3e5e794c67c19931ab50ea7346ce6ddd..594e807f87233e2d69a430b4cd9c04e3109c1486 100644 |
--- a/tools/gn/target.cc |
+++ b/tools/gn/target.cc |
@@ -110,6 +110,8 @@ Target::Target(const Settings* settings, const Label& label) |
check_includes_(true), |
complete_static_lib_(false), |
testonly_(false), |
+ darwin_bundle_(false), |
+ loadable_module_(false), |
toolchain_(nullptr) { |
} |