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

Unified Diff: tools/gn/builder.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
« no previous file with comments | « no previous file | tools/gn/builder.cc » ('j') | tools/gn/target_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/builder.h
diff --git a/tools/gn/builder.h b/tools/gn/builder.h
index 7f9e59b4558eac82855aa3953dbc9bea6b5a76ac..3a222663438e3b2331c4854dc4f466411d7107e6 100644
--- a/tools/gn/builder.h
+++ b/tools/gn/builder.h
@@ -118,7 +118,6 @@ class Builder : public base::RefCountedThreadSafe<Builder> {
// if anything isn't found or if the type doesn't match.
bool ResolveDeps(LabelTargetVector* deps, Err* err);
bool ResolveConfigs(UniqueVector<LabelConfigPair>* configs, Err* err);
- bool ResolveForwardDependentConfigs(Target* target, Err* err);
bool ResolveToolchain(Target* target, Err* err);
// Given a list of unresolved records, tries to find any circular
« no previous file with comments | « no previous file | tools/gn/builder.cc » ('j') | tools/gn/target_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698