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

Unified Diff: tools/gn/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/group_target_generator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/target_generator.h
diff --git a/tools/gn/target_generator.h b/tools/gn/target_generator.h
index 1fed3038c560d7292a415b1e3bcd5f326fc34e01..83e3af1d9f0bb34c76ee81be05d1895406e14b6a 100644
--- a/tools/gn/target_generator.h
+++ b/tools/gn/target_generator.h
@@ -8,16 +8,15 @@
#include <string>
#include <vector>
-#include "base/basictypes.h"
-#include "base/memory/scoped_ptr.h"
-#include "tools/gn/source_dir.h"
-#include "tools/gn/target.h"
+#include "base/macros.h"
+#include "tools/gn/label_ptr.h"
+#include "tools/gn/unique_vector.h"
class BuildSettings;
class Err;
class FunctionCallNode;
-class Location;
class Scope;
+class SubstitutionPattern;
class Value;
// Fills the variables in a Target object from a Scope (the result of a script
@@ -58,9 +57,8 @@ class TargetGenerator {
// Rrturns true if the given pattern will expand to a file in the output
// directory. If not, returns false and sets the error, blaming the given
// Value.
- bool EnsureSubstitutionIsInOutputDir(
- const SubstitutionPattern& pattern,
- const Value& original_value);
+ bool EnsureSubstitutionIsInOutputDir(const SubstitutionPattern& pattern,
+ const Value& original_value);
Target* target_;
Scope* scope_;
« no previous file with comments | « tools/gn/group_target_generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698