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

Unified Diff: tools/gn/path_output.h

Issue 1207903002: Windows precompiled header support in GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Scott's grammar nits Created 5 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/ninja_binary_target_writer_unittest.cc ('k') | tools/gn/path_output.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/path_output.h
diff --git a/tools/gn/path_output.h b/tools/gn/path_output.h
index f7beb42357e3cd26d5a22df0fdab25dd5a8bd1b2..46c1aa96b2a80702052925b7dc99435c30c4c099 100644
--- a/tools/gn/path_output.h
+++ b/tools/gn/path_output.h
@@ -12,6 +12,7 @@
#include "base/strings/string_piece.h"
#include "tools/gn/escape.h"
#include "tools/gn/source_dir.h"
+#include "tools/gn/unique_vector.h"
class OutputFile;
class SourceFile;
@@ -55,6 +56,8 @@ class PathOutput {
// write an initial space before the first item.
void WriteFiles(std::ostream& out,
const std::vector<OutputFile>& files) const;
+ void WriteFiles(std::ostream& out,
+ const UniqueVector<OutputFile>& files) const;
// This variant assumes the dir ends in a trailing slash or is empty.
void WriteDir(std::ostream& out,
« no previous file with comments | « tools/gn/ninja_binary_target_writer_unittest.cc ('k') | tools/gn/path_output.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698