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

Unified Diff: tools/gn/script_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/scope_per_file_provider.cc ('k') | tools/gn/script_target_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/script_target_generator.h
diff --git a/tools/gn/script_target_generator.h b/tools/gn/script_target_generator.h
index f693145a060482b4f23f0529b5e63facd9a98bbb..4d79e5103774b8488129d39e576a42b99190c94d 100644
--- a/tools/gn/script_target_generator.h
+++ b/tools/gn/script_target_generator.h
@@ -13,7 +13,7 @@ class ScriptTargetGenerator : public TargetGenerator {
public:
ScriptTargetGenerator(Target* target,
Scope* scope,
- const Token& function_token,
+ const FunctionCallNode* function_call,
Err* err);
virtual ~ScriptTargetGenerator();
@@ -29,4 +29,3 @@ class ScriptTargetGenerator : public TargetGenerator {
};
#endif // TOOLS_GN_SCRIPT_TARGET_GENERATOR_H_
-
« no previous file with comments | « tools/gn/scope_per_file_provider.cc ('k') | tools/gn/script_target_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698