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

Unified Diff: tools/gn/target.cc

Issue 1386783003: [GN]: Support for loadable modules (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark comments Created 5 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
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) {
}
« build/toolchain/mac/BUILD.gn ('K') | « tools/gn/target.h ('k') | tools/gn/toolchain.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698