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

Unified Diff: tools/gn/builder.h

Issue 2926013002: Support explicit pools in actions (Closed)
Patch Set: Created 3 years, 6 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/builder.h
diff --git a/tools/gn/builder.h b/tools/gn/builder.h
index e10df4d86d07aeb5f35718b4086ea51877ad7474..e9647e901aad5d0f64420237f454f485806218fe 100644
--- a/tools/gn/builder.h
+++ b/tools/gn/builder.h
@@ -14,6 +14,7 @@
#include "tools/gn/label_ptr.h"
#include "tools/gn/unique_vector.h"
+class ActionValues;
class Err;
class Loader;
class ParseNode;
@@ -117,6 +118,7 @@ class 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 ResolveActionValues(ActionValues* action_values, Err* err);
bool ResolveToolchain(Target* target, Err* err);
bool ResolvePools(Toolchain* toolchain, Err* err);
« no previous file with comments | « tools/gn/action_values.cc ('k') | tools/gn/builder.cc » ('j') | tools/gn/function_toolchain.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698