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

Unified Diff: tools/gn/target_generator.h

Issue 1375023003: tools/gn: Remove code for forward_dependent_configs_from variable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: forward_dependent_configs Created 5 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
Index: tools/gn/target_generator.h
diff --git a/tools/gn/target_generator.h b/tools/gn/target_generator.h
index 83e3af1d9f0bb34c76ee81be05d1895406e14b6a..1fd055b100736113a2996dd9412132841e263a5a 100644
--- a/tools/gn/target_generator.h
+++ b/tools/gn/target_generator.h
@@ -77,8 +77,6 @@ class TargetGenerator {
UniqueVector<LabelConfigPair>* dest);
bool FillGenericDeps(const char* var_name, LabelTargetVector* dest);
- bool FillForwardDependentConfigs();
-
DISALLOW_COPY_AND_ASSIGN(TargetGenerator);
};
« no previous file with comments | « tools/gn/target.cc ('k') | tools/gn/target_generator.cc » ('j') | tools/gn/target_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698