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

Unified Diff: tools/gn/target.h

Issue 255603004: Forward dependent configs from groups properly in GN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « no previous file | tools/gn/target.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/target.h
diff --git a/tools/gn/target.h b/tools/gn/target.h
index 6b8eb99e186bbea2ec042f458c3612faa3956956..6f3965b492d3e60b705de7d040e08d6262fdd18a 100644
--- a/tools/gn/target.h
+++ b/tools/gn/target.h
@@ -150,6 +150,9 @@ class Target : public Item {
// dependencies have been resolved.
void PullDependentTargetInfo(std::set<const Config*>* unique_configs);
+ // Pulls dependent configs that need forwarding.
+ void PullForwardedDependentConfigs();
+
OutputType output_type_;
std::string output_name_;
std::string output_extension_;
« no previous file with comments | « no previous file | tools/gn/target.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698