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

Unified Diff: tools/gn/group_target_generator.h

Issue 1131683003: tools/gn: Fix the includes of target_generator.h header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/binary_target_generator.h ('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 924b6bd5d06fc020bde87139ba2f9df6d39f4187..502f40b8db42b9953d608a18d76a286c5e1c2a9d 100644
--- a/tools/gn/group_target_generator.h
+++ b/tools/gn/group_target_generator.h
@@ -12,9 +12,9 @@
class GroupTargetGenerator : public TargetGenerator {
public:
GroupTargetGenerator(Target* target,
- Scope* scope,
- const FunctionCallNode* function_call,
- Err* err);
+ Scope* scope,
+ const FunctionCallNode* function_call,
+ Err* err);
~GroupTargetGenerator() override;
protected:
@@ -25,4 +25,3 @@ class GroupTargetGenerator : public TargetGenerator {
};
#endif // TOOLS_GN_GROUP_TARGET_GENERATOR_H_
-
« no previous file with comments | « tools/gn/binary_target_generator.h ('k') | tools/gn/group_target_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698