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

Unified Diff: tools/gn/toolchain.h

Issue 1386783003: [GN]: Support for loadable modules (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/toolchain.h
diff --git a/tools/gn/toolchain.h b/tools/gn/toolchain.h
index c94d8ed5505bf585c666ee93f59cd020ab9796b4..b49153b75205210f2dcc0165e51d2f563ab9327a 100644
--- a/tools/gn/toolchain.h
+++ b/tools/gn/toolchain.h
@@ -40,6 +40,7 @@ class Toolchain : public Item {
TYPE_ASM,
TYPE_ALINK,
TYPE_SOLINK,
+ TYPE_SOLINK_MODULE,
TYPE_LINK,
TYPE_STAMP,
TYPE_COPY,
@@ -55,6 +56,7 @@ class Toolchain : public Item {
static const char* kToolAsm;
static const char* kToolAlink;
static const char* kToolSolink;
+ static const char* kToolSolinkModule;
static const char* kToolLink;
static const char* kToolStamp;
static const char* kToolCopy;

Powered by Google App Engine
This is Rietveld 408576698