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

Unified Diff: tools/gn/group_target_generator.cc

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/group_target_generator.h ('k') | tools/gn/target_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/group_target_generator.cc
diff --git a/tools/gn/group_target_generator.cc b/tools/gn/group_target_generator.cc
index 64fa92096f67cfb22eb111639b7067151795a0b1..707d275ef9234fcba8e0565627d61e3df743ed9d 100644
--- a/tools/gn/group_target_generator.cc
+++ b/tools/gn/group_target_generator.cc
@@ -4,6 +4,7 @@
#include "tools/gn/group_target_generator.h"
+#include "tools/gn/target.h"
#include "tools/gn/variables.h"
GroupTargetGenerator::GroupTargetGenerator(
« no previous file with comments | « tools/gn/group_target_generator.h ('k') | tools/gn/target_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698