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

Unified Diff: tools/gn/target_generator.h

Issue 48523006: GN: Separately track labels and origins for lists of stuff (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « tools/gn/target.cc ('k') | tools/gn/target_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/target_generator.h
diff --git a/tools/gn/target_generator.h b/tools/gn/target_generator.h
index 074061d7d131eba54ae5d1aba731bac53cb8dbd5..583e57fc31c61ff30de95a0054611fe51714b9fa 100644
--- a/tools/gn/target_generator.h
+++ b/tools/gn/target_generator.h
@@ -72,10 +72,8 @@ class TargetGenerator {
// Reads configs/deps from the given var name, and uses the given setting on
// the target to save them.
- void FillGenericConfigs(const char* var_name,
- std::vector<const Config*>& (Target::*accessor)());
- void FillGenericDeps(const char* var_name,
- std::vector<const Target*>& (Target::*accessor)());
+ void FillGenericConfigs(const char* var_name, LabelConfigVector* dest);
+ void FillGenericDeps(const char* var_name, LabelTargetVector* dest);
void FillForwardDependentConfigs();
« no previous file with comments | « tools/gn/target.cc ('k') | tools/gn/target_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698