| Index: trunk/src/tools/gn/target.h
|
| ===================================================================
|
| --- trunk/src/tools/gn/target.h (revision 232660)
|
| +++ trunk/src/tools/gn/target.h (working copy)
|
| @@ -58,6 +58,8 @@
|
| bool HasBeenGenerated() const;
|
| void SetGenerated(const Token* token);
|
|
|
| + const Settings* settings() const { return settings_; }
|
| +
|
| OutputType output_type() const { return output_type_; }
|
| void set_output_type(OutputType t) { output_type_ = t; }
|
|
|
| @@ -147,6 +149,7 @@
|
| // dependencies have been resolved.
|
| void PullDependentTargetInfo(std::set<const Config*>* unique_configs);
|
|
|
| + const Settings* settings_;
|
| OutputType output_type_;
|
| std::string output_name_;
|
|
|
|
|