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

Unified Diff: tools/gn/group_target_generator.h

Issue 56433003: GN threading refactor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/gn.gyp ('k') | tools/gn/group_target_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/group_target_generator.h
diff --git a/tools/gn/group_target_generator.h b/tools/gn/group_target_generator.h
index a88ec03c881f1e06353ce489e061a78818f87a3d..47399496ae08d866a6572fcd268d88ef89f23604 100644
--- a/tools/gn/group_target_generator.h
+++ b/tools/gn/group_target_generator.h
@@ -13,7 +13,7 @@ class GroupTargetGenerator : public TargetGenerator {
public:
GroupTargetGenerator(Target* target,
Scope* scope,
- const Token& function_token,
+ const FunctionCallNode* function_call,
Err* err);
virtual ~GroupTargetGenerator();
« no previous file with comments | « tools/gn/gn.gyp ('k') | tools/gn/group_target_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698