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

Unified Diff: tools/gn/toolchain.h

Issue 206813002: Remove GN GYP generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/variables.h » ('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 3b37a7ac506036990c0ffd0416c110927fdccb37..eba396d9e27a76aa2dd97cf948f826569e00912c 100644
--- a/tools/gn/toolchain.h
+++ b/tools/gn/toolchain.h
@@ -84,11 +84,6 @@ class Toolchain : public Item {
const Tool& GetTool(ToolType type) const;
void SetTool(ToolType type, const Tool& t);
- // This extra stuff is specified by the build and will be added to the top
- // of a generated GYP file (right after the opening "{").
- std::string gyp_header() const { return gyp_header_; }
- void set_gyp_header(const std::string& gh) { gyp_header_ = gh; }
-
// Specifies build argument overrides that will be set on the base scope. It
// will be as if these arguments were passed in on the command line. This
// allows a toolchain to override the OS type of the default toolchain or
@@ -100,8 +95,6 @@ class Toolchain : public Item {
Tool tools_[TYPE_NUMTYPES];
Scope::KeyValueMap args_;
-
- std::string gyp_header_;
};
#endif // TOOLS_GN_TOOLCHAIN_H_
« no previous file with comments | « tools/gn/target_generator.cc ('k') | tools/gn/variables.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698