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

Unified Diff: tools/gn/substitution_list.h

Issue 440333002: Support more configurability in GN toolchains (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unsigned check Created 6 years, 4 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/string_utils.cc ('k') | tools/gn/substitution_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/substitution_list.h
diff --git a/tools/gn/substitution_list.h b/tools/gn/substitution_list.h
index 297ba4843afc8ceeaeeedfd93ad694cf1883c8c6..af0a973ea314366680f31cfb99f3739ee62ac525 100644
--- a/tools/gn/substitution_list.h
+++ b/tools/gn/substitution_list.h
@@ -35,9 +35,9 @@ class SubstitutionList {
return required_types_;
}
- private:
- void FillRequiredTypes();
+ void FillRequiredTypes(SubstitutionBits* bits) const;
+ private:
std::vector<SubstitutionPattern> list_;
std::vector<SubstitutionType> required_types_;
« no previous file with comments | « tools/gn/string_utils.cc ('k') | tools/gn/substitution_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698