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/input_file.h

Issue 2940873002: Implement tracking of BUILD.gn files used to define target, toolchain or (Closed)
Patch Set: Fix compilation after rebase. Created 3 years, 6 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/input_conversion.cc ('k') | tools/gn/item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/input_file.h
diff --git a/tools/gn/input_file.h b/tools/gn/input_file.h
index 49e5f855741b028fa304f2baf93866b2008ab7d2..2f3a5939644701b12687d40cff9e1b997b2f87cd 100644
--- a/tools/gn/input_file.h
+++ b/tools/gn/input_file.h
@@ -7,6 +7,7 @@
#include <string>
+#include "base/containers/flat_set.h"
#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/macros.h"
@@ -62,4 +63,6 @@ class InputFile {
DISALLOW_COPY_AND_ASSIGN(InputFile);
};
+using InputFileSet = base::flat_set<const InputFile*>;
+
#endif // TOOLS_GN_INPUT_FILE_H_
« no previous file with comments | « tools/gn/input_conversion.cc ('k') | tools/gn/item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698