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

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: 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/toolchain.h
diff --git a/tools/gn/toolchain.h b/tools/gn/toolchain.h
index c94d8ed5505bf585c666ee93f59cd020ab9796b4..5130b73f4e879d04f8193e149c6618c75c7865de 100644
--- a/tools/gn/toolchain.h
+++ b/tools/gn/toolchain.h
@@ -39,6 +39,7 @@ class Toolchain : public Item {
TYPE_RC,
TYPE_ASM,
TYPE_ALINK,
+ TYPE_DYLINK,
TYPE_SOLINK,
TYPE_LINK,
TYPE_STAMP,
@@ -54,6 +55,7 @@ class Toolchain : public Item {
static const char* kToolRc;
static const char* kToolAsm;
static const char* kToolAlink;
+ static const char* kToolDylink;
static const char* kToolSolink;
static const char* kToolLink;
static const char* kToolStamp;
« build/toolchain/mac/BUILD.gn ('K') | « tools/gn/target.cc ('k') | tools/gn/toolchain.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698