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

Unified Diff: tools/gn/ninja_target_writer.h

Issue 1280123005: tools/gn: Remove includes of basictypes.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
Index: tools/gn/ninja_target_writer.h
diff --git a/tools/gn/ninja_target_writer.h b/tools/gn/ninja_target_writer.h
index f67eba533c86e5b28774a465cf0d141448d9d3a4..4598ae850d72693f555f91cef63e9956394e2df0 100644
--- a/tools/gn/ninja_target_writer.h
+++ b/tools/gn/ninja_target_writer.h
@@ -7,14 +7,14 @@
#include <iosfwd>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "tools/gn/path_output.h"
-#include "tools/gn/substitution_type.h"
class FileTemplate;
class OutputFile;
class Settings;
class Target;
+struct SubstitutionBits;
// Generates one target's ".ninja" file. The toplevel "build.ninja" file is
// generated by the NinjaBuildWriter.

Powered by Google App Engine
This is Rietveld 408576698