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

Unified Diff: tools/gn/toolchain.h

Issue 22290010: Add support for data deps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove switch Created 7 years, 4 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
« no previous file with comments | « tools/gn/target_generator.cc ('k') | tools/gn/toolchain.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/toolchain.h
diff --git a/tools/gn/toolchain.h b/tools/gn/toolchain.h
index d15ca9123da928eb9ab9a9e936c3450dd4ea0fc5..5223a05d266c1f301b590ae1457432898497622c 100644
--- a/tools/gn/toolchain.h
+++ b/tools/gn/toolchain.h
@@ -32,7 +32,6 @@ class Toolchain : public Item {
TYPE_ASM,
TYPE_ALINK,
TYPE_SOLINK,
- TYPE_SOLINK_MODULE,
TYPE_LINK,
TYPE_STAMP,
TYPE_COPY,
@@ -47,7 +46,6 @@ 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;
« no previous file with comments | « tools/gn/target_generator.cc ('k') | tools/gn/toolchain.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698